Skip to content

Commit

Permalink
Another font to test
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed Apr 28, 2012
1 parent 02eb0eb commit e6ceebe
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions unimath-symbols.ltx
Expand Up @@ -37,14 +37,15 @@
\defmathfont{lucibold}{Lucida Bright Math OT Demibold}{66CC66}
\defmathfont{cambria}{Cambria Math}{66CCCC}
\defmathfont{asana}{Asana-Math.otf}{6666CC}
\defmathfont{pagella}{texgyrepagella-math.otf}{AA6666}
\defmathfont{euler}{Neo Euler}{CC66CC}

\def\INPUT{\input{unicode-math-table.tex}}
\def\TABLE{%
\par\noindent
\begin{longtable}[l]{@{}lcccccccll@{}}
\begin{longtable}[l]{@{}lccccccccll@{}}
\toprule
\textsc{usv} & M & X & C & L & D & A & E & Macro & Description \\
\textsc{usv} & M & X & C & L & D & A & P & E & Macro & Description \\
\midrule \endhead
\INPUT\\
\bottomrule
Expand Down Expand Up @@ -75,6 +76,7 @@
\SYMB{#2}{lucida}{#1} &
\SYMB{#2}{lucibold}{#1} &
\SYMB{#2}{asana}{#1} &
\SYMB{#2}{pagella}{#1} &
\SYMB{#2}{euler}{#1} &
\CMD{#2}
\tl_if_in:NnT \PLAIN {#2}
Expand Down Expand Up @@ -123,6 +125,7 @@ Seven fonts are shown: (with approximate symbol counts)
\item[L] \mathversion{lucida} $\mathup{Lucida\ Math}$ (\ref{count:lucida})
\item[D] \mathversion{lucibold} $\mathup{Lucida\ Math\ Demibold}$ (\ref{count:lucibold})
\item[A] \mathversion{asana} $\mathup{Asana\ Math}$ (\ref{count:asana})
\item[P] \mathversion{pagella} $\mathup{TeX\ Gyre\ Pagella\ Math}$ (\ref{count:pagella})
\item[E] \mathversion{euler} $\mathup{Neo\ Euler}$ (\ref{count:euler})
\end{itemize}
Symbols defined in Plain \TeX\ are indicated with { \color[gray]{0.7} \textsuperscript{\sffamily (p)} } after their macro name.
Expand Down Expand Up @@ -400,6 +403,7 @@ The limits behaviour as specified by \textsf{unicode-math} are shown with grey s
\refstepcounter{lucida}\label{count:lucida}
\refstepcounter{lucibold}\label{count:lucibold}
\refstepcounter{asana}\label{count:asana}
\refstepcounter{pagella}\label{count:pagella}
\refstepcounter{euler}\label{count:euler}

\end{document}

0 comments on commit e6ceebe

Please sign in to comment.