我想使用 Adobe Garamond Pro (otf) 字体和mathdesign
XeLaTeX。我正在运行TexStudio
。TexLive
我MacPro
还使用以下方法添加了这些字体Font Book
:
- AGaramondPro-常规.otf
- AGaramondPro-Italic.otf
- AGaramondPro-Semibold.otf
- AGaramondPro-SemiboldItalic.otf
- AGaramondPro-Bold.otf
- AGaramondPro-BoldItalic.otf
当我编译此代码时:
\documentclass{article}
\usepackage{fontspec}% provides font selecting commands
\usepackage{xltxtra}
\usepackage[adobe-garamond]{mathdesign}
\begin{document}
This is a test. 1 $1$.
\end{document}
我收到此错误:
pathsea:make_tex: Invalid fontname `<AGaramondPro-Regular.otf', contains '<' xdvipdfmx:fatal: Cannot proceed without .vf or "physical" font for PDF output...
Output file removed.
Process exited normally
我尝试了很多方法。但我还是无法摆脱它。有什么意见或建议吗?