\makecvtitle 无法与 MiKTeX 2.9 中的 moderncv 配合使用

\makecvtitle 无法与 MiKTeX 2.9 中的 moderncv 配合使用

我对moderncvWindows 7 上 MiKTeX 2.9 的以下 tex 摘录存在问题。

我不知道我的简历的标题。

"!未定义的控制序列。
l.44 \makecvtitle
顶行末尾的控制序列
您的错误消息从未被 \def 过。如果您有
拼写错误(例如,“\hobx”),输入“I”和正确的
拼写(例如,`I\hbox')。否则继续,
我会忘记一切未定义的事物。”

该行\makecvtitle是我的模板的一部分,在 Linux 上使用 TeX Live 编译得很好。我使用 pdflatex,也尝试过 tex。没有变化。有人能帮我解决这个问题吗?

\documentclass[12pt,a4paper,roman]{moderncv}   % possible options include font size ('10pt', '11pt' and '12pt'), paper size ('a4paper', 'letterpaper', 'a5paper', 'legalpaper', 'executivepaper' and 'landscape') and font family ('sans' and 'roman')
\usepackage[english,ngerman]{babel}
% moderncv themes
\moderncvstyle{classic}                        % style options are 'casual' (default), 'classic', 'oldstyle' and 'banking'
\moderncvcolor{orange}                          % color options 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black'
\renewcommand{\familydefault}{\rmdefault}    % to set the default font; use '\sfdefault' for the default sans serif font, '\rmdefault' for the default roman one, or any tex font name

% character encoding
\usepackage[utf8]{inputenc}                  % if you are not using xelatex ou lualatex, replace by the encoding you are using

% adjust the page margins
\usepackage[scale=0.75]{geometry}

% personal data
\firstname{Mari}
\familyname{Wayne}

\begin{document}
\makecvtitle
\end{document}

相关内容