Hi,
your minimal example does work for me, too. I didn't investigate
thoroughly before sending the mail. Now I have found some more issues:
Take this minimal example:
\documentclass{minimal}
\usepackage{fontspec}
\usepackage{unicode-math} % Interesting Line 1
\setmathfont{Asana Math} % Interesting Line 2
\begin{document}
$$\sqrt{\frac{\pi r^2}{4}}$$
\boldmath
$$\sqrt{\frac{\pi r^2}{4}}$$
\end{document}
→ Everything is displayed, but not in bold.
Now comment out Interesting Line 2:
→ Latin Modern is chosen
→ The second formula is bold
→ The \pi is eaten up / not displayed (not even as phantom).
Now comment out Intersting Line 1:
→ The \pi is displayed well (bold and in Latin Modern)
So what component is the source of problems. It looks a lot like
unicode-math. How can we fix it?
bye
Toscho
Am 12.10.2011 23:36, schrieb Zdenek Wagner:
2011/10/12 Tobias Schoel<liesdieda...@googlemail.com>:
Hi,
is there a convenient way to tell XeLaTeX to print all math in bold. May be
a fontspec or unicode-math option or command?
Or a LaTeX-command? \boldmath doesn't work.
Do you have \boldmath outside math? This works for me, compare the
output of both equations:
\documentclass{article}
\usepackage{fontspec}
\begin{document}
$$\pi r^2 / 4$$
\boldmath
$$\pi r^2 / 4$$
\end{document}
Thanks
Toscho
--
Tobias Schoel
Europaschule Kairo
www.europaschulekairo.com
--------------------------------------------------
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex
--------------------------------------------------
Subscriptions, Archive, and List information, etc.:
http://tug.org/mailman/listinfo/xetex