On Fri, Mar 04, 2011 at 11:29:13PM +0100, Philipp Stephani wrote: > The issues that occur with Computer Modern are: 4, 10, i.e. those that > also appear with A and C; these are more-or-less design problems; > someone should check if they also occur in Word. X has more issues; > LuaLaTeX + A/C can be declared okay-ish, but not perfect IMO.
Neo Euler looks fine too, or almost. Regards, Khaled -- Khaled Hosny Egyptian Arab
test-OpenType-math-lualatex.pdf
Description: Adobe PDF document
\documentclass{minimal}
\usepackage{amsmath,unicode-math}
\def\MathTest#1#2%
{\setmathfont[#1]{#2}#2:
$n\choose k$ $\left(\frac{n}{k}\right)$ $\binom{n}{k}$
$\dbinom{n}{k}$ $\left(\dfrac{n}{k}\right)$
$n\brack k$ $n\brace k$ $n\atop k$
% $n\abovewithdelims\langle\rangle 1pt k$
$n\above 1pt k$ $n\above 2pt k$ $n\above 1sp k$
\par\bigskip}
\begin{document}
\MathTest{}{Asana Math}
\MathTest{}{Cambria Math}
\MathTest{}{xits-math.otf}
\MathTest{math-style=upright}{euler.otf}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-command-default: "LuaLaTeX"
%%% TeX-master: t
%%% End:
