Hallo,
Ich habe Mactex 2014 installiert und seitdem funktioniert Xelatex nicht mehr. Leider verstehe ich nicht, was genau der Fehler ist, weil mit MacTex 2013 alles bestens lief. Folgendes Minimalbeispiel:
\documentclass[12pt]{article}
\usepackage{fontspec,xltxtra,xunicode}
\defaultfontfeatures{Mapping=tex-text}
\setromanfont[Mapping=tex-text]{Hoefler Text}
\setsansfont[Scale=MatchLowercase,Mapping=tex-text]{Gill Sans}
\setmonofont[Scale=MatchLowercase]{Andale Mono}
\begin{document}
bla Bla
\end{document}
produziert folgende Fehlermeldung:
. fontspec info: "no-font-shape"
.
. Could not resolve font Andale Mono/I (it probably doesn't exist).
.................................................
./Ohne-Titel.tex:8: Undefined control sequence.
\__fontspec_calc_scale:n ..._tmpb_dim }\fp_div:Nn
\l__fontspec_tmpa_fp {\l__...
l.8 ...monofont[Scale=MatchLowercase]{Andale Mono}
?
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
./Ohne-Titel.tex:8: LaTeX error: "kernel/misused-fp"
!
! A floating point with value '4.234115600585938' was misused.
!
! See the LaTeX3 documentation for further information.
!
! For immediate help type H <return>.
!...............................................
l.8 ...monofont[Scale=MatchLowercase]{Andale Mono}
?
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
./Ohne-Titel.tex:8: LaTeX error: "kernel/misused-fp"
!
! A floating point with value '5.195358276367188' was misused.
!
! See the LaTeX3 documentation for further information.
!
! For immediate help type H <return>.
!...............................................
Die Schriften sind alle richtig installiert und ich bin für jeden Hinweis dankbar.
Viele Grüße
Kristian