我正在使用 Latex 字体目录:
我可以设置一些字体,但是我无法设置我想要的字体。例如,我可以在文档中有效地设置“Carolmin”。(见下面的示例)。
\documentclass{article}
\usepackage{carolmin}
\usepackage[T1]{fontenc}
\begin{document}
\cminfamily
In the beginning was the Word, and the Word was with God, and the Word was God.
\end{document}
但是,我却无法使用“Accanthis”字体,而这正是我真正想要使用的字体。这很令人沮丧,尤其是字体目录网站上提供的“示例”文件经过一番努力后仍无法编译。
这是我的(无法正常工作的)accanthis.tex 示例。我在同一目录中有一个 accanthis.sty 文件。我通过在 Google 中输入文件名下载了 accanthis.sty 文件,然后删除出现的文档上的 html 标记。
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{accanthis}
\begin{document}
{\accanthis Hello there!}
\end{document}
我希望您能在这里提供一些反馈!
答案1
我觉得你的 latex 代码没有问题,accanthis 在我编译的页面(pdf 页面)里有显示。
你可以通过以下来源进行核实,
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{accanthis}
\usepackage{lipsum}
\begin{document}
\sfdefault
\ttdefault
\rmdefault
{\accanthis \lipsum[1] 1234567890}
{\rm \lipsum[1] 1234567890}
{\tt \lipsum[1] 1234567890}
{\sf \lipsum[1] 1234567890}
\end{document}
已编辑
我修改了代码,以便与 accanthis 样式进行比较http://www.tug.dk/FontCatalogue/accanthis/
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{accanthis}
\usepackage{lipsum}
\usepackage{setspace}
\begin{document}
\doublespacing
\Large
\sfdefault
\ttdefault
\rmdefault
{\rm The quick brown fox jumps over the lazy dog}
{\accanthis The quick brown fox jumps over the lazy dog}
{\itshape The quick brown fox jumps over the lazy dog}
{\bfseries The quick brown fox jumps over the lazy dog}
{\bfseries\itshape The quick brown fox jumps over the lazy dog}
{\tt The quick brown fox jumps over the lazy dog}
{\sf The quick brown fox jumps over the lazy dog}
\end{document}
这就是结果
与之比较
答案2
最有可能的是,您确实在 TeXMF 目录中安装了字体。您可以 accanthis
在MiKTeX 2.9
目录中查找目录来检查。MiKTeX 包管理器有时会忘记更新 type 1 字体数据库。
因此updmap --verbose
从命令行运行。您可以检查 中提到的 Accanthis 字体psfonts.map
,您会在 中找到它C:\Users\Your_name\AppData\Local\MiKTeX\2.9\dvips\config
。