答案1
我对那些字体转换的时光记忆犹新……我已经下载并解压了ZIP 文件进入我的工作目录并运行(抱歉,我没有8r.enc
以任何方式完善 TeX 发行版中的文件,因此有一些关于缺少字母的警告信息):
afm2tfm GnuMICR.afm GnuMICR.tfm
pdflatex mal-ec13B.tex
主 TeX 文件如下所示:
%! pdflatex mal-ec13B.tex
\pdfmapline{+GnuMICR GnuMICR <8r.enc <GnuMICR.ttf}
\documentclass[a4paper]{article}
\pagestyle{empty}
\begin{document}
\font\malfont=GnuMICR % setting the font
Text before {\malfont % loading the font
A B 12345 67890 C D} text after. % using the font
\end{document}