当我使用此命令检查乳胶文档字体时:
\documentclass{article}
\begin{document}
\fontname\font
hello world!
\end{document}
显示如下:
”[lmroman10-regular]:mapping=tex-text;” at 10.0pthello world!
然后我像这样设置主字体:
\documentclass{article}
\usepackage{fontspec}
\setmainfont{lmroman10-regular}
\begin{document}
hello world!
\end{document}
它告诉我找不到字体。mroman10-regular
字体是文档使用的字体,为什么我明确指定后找不到字体?