暂时将 Latex 中的字体更改为 T1 字体
我想暂时将乳胶中的字体更改为 arev。通常,这会起作用,如此处所述:
\documentclass{article}
\begin{document}
{\fontencoding{T1}\fontfamily{arev} the font is temporarily changed}
\end{document}
但事实并非如此,我认为这与 arev 是 T1 字体有关。我想我需要具体说明更多吗?
预先感谢您的任何建议,我很感激!
格奥尔格·拉巴
I want to temporarily change fonts in latex, to arev. Usually, this would work, as described here:
\documentclass{article}
\begin{document}
{\fontencoding{T1}\fontfamily{arev} the font is temporarily changed}
\end{document}
it doesnt though, and I think it has to do with the fact that arev is a T1 font. I think I need to specify more?
Thanks in advance for any advice, I appreciate it!
Georg Raba
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
试试这个:
您需要使用“fav”作为字体系列名称。您可以通过查看 arevtext.sty 找到此映射(对我来说它位于 C:\Program Files\MiKTeX 2.9\tex\latex\arev 中)
Try this:
You need to use "fav" as the font family name. You can find this mapping by looking in arevtext.sty (for me it is in C:\Program Files\MiKTeX 2.9\tex\latex\arev)
尝试:
Try: