目前,我正在尝试使用我所在大学制作的 latex 课程来撰写论文。但问题是,最后WinEdt 6.0
无法创建 pdf 文件。它似乎找不到指定的文件。起初我以为它的名称有问题,但文件名太短了(main.text
)。但是,这里是 MWE 和文件的一些部分LOG
:
\documentclass[doctor]{thuthesis}
\usepackage{thutils}
\begin{document}
\frontmatte
\backmatter
\makeatletter
\bibliographystyle{thubib}
\bibliography{ref/ref}
\end{document}
Here is how much of TeX's memory you used:
26595 strings out of 495352
418443 string characters out of 3183040
533987 words of memory out of 3000000
28667 multiletter control sequences out of 15000+200000
164729 words of font info for 520 fonts, out of 3000000 for 9000
15 hyphenation exceptions out of 8191
49i,13n,44p,10429b,1930s stack positions out of 5000i,500n,10000p,200000b,50000s
<C:/Windows/Fonts/simsun.ttc>
!pdfTeX error: pdflatex.exe (file rtxr): Font rtxr at 632 not found
==> Fatal error occurred, no output PDF file produced!
答案1
这个错误rtxr at 632 not found
一般表示地图文件有问题,在命令行运行试试看是否可行updmap
。