\LaTeX 命令在 Times 字体中不起作用

\LaTeX 命令在 Times 字体中不起作用
\documentclass[]{article}

\renewcommand{\sfdefault}{uhv}
\renewcommand{\rmdefault}{utm}
\renewcommand{\ttdefault}{ucr}

\begin{document}

\LaTeX

\end{document}

我收到以下消息

name = utmr8r, rootname = utmr8r, pointsize = mktexmf: empty or non-existent rootfile!

Cannot find font utmr8r in map file(s).

kpathsea: Running mktexmf utmr8r.mf The command name is C:\texlive\2012\bin\win32\mktexmf Cannot find utmr8r.mf . I try ps2pk --> gsftopk --> ttf2pk --> hbf2gf. ps2pk cannot be used.
I try gsftopk. gsftopk.exe utmr8r 420 gsftopk cannot be used.
Next I try ttf2pk. ttf2pk.exe -q utmr8r 420 ttf2pk failed.
Finally I try hbf2gf. hbf2gf.exe -q -p utmr8r 420 All trials failed. 
kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 0+420/600 --dpi 420 utmr8r
The command name is C:\texlive\2012\bin\win32\mktexpk kpathsea: Appending font creation commands to missfont.log.

如何解决这个问题?

答案1

在 MikTeX 中运行良好,但在 TeXLive 中则不行。TeXLive 似乎没有启用 -file map。运行后试试看是否可行

  updmap-sys --enable Map utm.map

相关内容