软件包 chemnum 与 [T1]{fontenc} 不兼容?

软件包 chemnum 与 [T1]{fontenc} 不兼容?

如果我使用 fontenc 包,我就看不到方案中的复合数字:

\documentclass{report}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage[crop=off]{auto-pst-pdf}
\usepackage{chemnum}
%\setchemnum{replace-style=,format=}

\begin{document}
\replacecmpd{a}
\replacecmpd{b}
\includegraphics{test.eps}

See compound \cmpd{a} and \cmpd{b}.
\end{document}

输出:

如果我注释掉 fontenc 包,它似乎可以工作:

答案1

从评论中的讨论来看,问题的根源是未安装 cm-super 字体,因此使用了位图字体。

在 miktex 中,可以使用包管理器安装字体。在某些安装中,需要updmap在安装后运行命令来更新用户映射文件。

相关内容