Am Freitag, den 06.02.2009, 18:55 +0100 schrieb Mojca Miklavec:
> On Fri, Feb 6, 2009 at 5:22 PM, Paul Menzel wrote:
> > Am Donnerstag, den 18.12.2008, 01:33 +0200 schrieb Vasilis
> > Papavasileiou:
> >> I have narrowed the problem down to the fontspec package. If we pass the
> >> cm-default value to fontspec:
> >>
> >> \usepackage[cm-default]{fontspec}
> >>
> >> the example provided by Antonis works.
> >>
> >> Math symbols used to work without cm-default. If we remove the lm-default
> >> value from ExecuteOptions in fontspec.sty everything works fine. The problem
> >> is probably lack of LModern math fonts in OpenType format as stated in their
> >> README (/usr/share/doc/lmodern/README.gz).
> >
> > Thanks for the hint.
> >
> > Now I have the problem that Umlaute (ÜÖÄüöä) are not displayed. Minimal
> > example (also attached).
> >
> >
> > \documentclass{scrartcl}
> >
> > \usepackage[cm-default]{fontspec}
> >
> > \usepackage{ngerman}
> > \usepackage{amsmath}
> > \usepackage[standard]{ntheorem}
> >
> > \begin{document}
> > \begin{definition}
> > Übung, Test $\sum$.
> > \end{definition}
> > \end{document}
> >
> > Is there a fix available?
>
> Yes. You have two options:
> a) Remove [cm-default] from your test file and add lm-math.map to the
> distribution (see
> http://www.ctan.org/tex-archive/fonts/ps-type1/lm/fonts/map/dvipdfm/lm/).
That did not work for me.
/usr/share/texmf/fonts/map/dvips/lm$ sudo wget http://www.ctan.org/tex-archive/fonts/ps-type1/lm/fonts/map/dvipdfm/lm/lm-math.map
[…]
2009-02-06 21:48:41 (96,5 MB/s) - »lm-math.map.1« gespeichert [820/820]
/usr/share/texmf/fonts/map/dvips/lm$ ls -l
insgesamt 128
[…]
-rw-r--r-- 1 root root 2203 16. Jan 2007 lm-math.map
-rw-r--r-- 1 root root 820 22. Jan 2008 lm-math.map.1
[…]
/usr/share/texmf/fonts/map/dvips/lm$ sudo mv lm-math.map.1 lm-math.map
If I remove the option cm-default for fontspec the math symbols are not
displayed.
> b) Ask Don Knuth to add umlauts to cmr.
Well, maybe another time.
Thanks,
Paul
Attachment:
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil