我正在尝试在新电脑上使用 Viccuad-CV 模板重新编译我的 CV,但总是遇到错误。我再次下载了模板,并使用空示例进行编译,但它一直返回相同的错误:
“缺少 \begin{document}”
空示例如下:
\documentclass[]{viccuad-cv}
\usepackage[english]{babel}
\hypersetup{
pdftitle={John Doe resumé},
pdfauthor={John Doe},
pdfcreator={John Doe},
pdfsubject={Resumé},
pdfkeywords={PDF,LaTeX,John,Johny,resume,cv}
}
\begin{document}
\renewcommand{\setffdraftcolor}{\color[gray]{0.1}}
\header{}{}{header(static)}
\footer{footer(static)}
aside
\newpage
main1
\newpage
main2
\newpage
rest of text
\end{document}
现在我已经查看了这里该错误的答案,并且我回去确保没有 BOM 字符,我甚至从头开始重新输入了整个 tex 文件,但它仍然出现。
双击错误将打开 dantelogo.sty 文件,并指向以下部分:
\if@tempswa% we have (pdf)latex
\message{We run (pdf)latex ... }%
\PassOptionsToPackage{T1}{fontenc}%
\RequirePackage{fontenc}%
\def\dante@font{\fontencoding{\encodingdefault}\fontfamily{dante}\selectfont}%
\else
\message{We run (lua)xelatex ... }%
\RequirePackage{fontspec}
\newfontfamily\dante@font{DANTE}%
[Extension=.otf,
BoldFont=*-Bold,
ItalicFont=*-Italic,
BoldItalicFont=*-Bold-Italic]
\fi
我已经检查过 .otf 文件、plain.otf 和 bold-italic 是否都已安装。每次我安装 italic 或 bold 文件时,它都会再次消失,但我不认为这是导致错误的原因。
如果您有任何想法,请告诉我。谢谢。
编辑:添加日志文件:日志