Moderncv 包不起作用

Moderncv 包不起作用

我第一次尝试使用 moderncv 包制作我的简历...但我不知道我遗漏了什么,它说“ !Unidentified control sequence \modercvcolor{blue}”它还说我遗漏了\begin{document}

这是我正在运行的一个示例。

\documentclass[11pt,a4paper,sans]{moderncv}

%% ModernCV themes
\moderncvstyle{casual}
\moderncvcolor{blue}
\renewcommand{\familydefault}{\sfdefault}
\nopagenumbers{}

%% Character encoding
\usepackage[utf8]{inputenc}

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

%% Personal data
\firstname{John}
\familyname{Doe}
\title{Resumé title (optional)}
\address{street and number}{postcode city}
\mobile{+1~(234)~567~890}
\phone{+2~(345)~678~901}
\fax{+3~(456)~789~012}
\email{[email protected]}
\homepage{www.johndoe.com}
\extrainfo{additional information}
\photo[64pt][0.4pt]{picture}
\quote{Some quote (optional)}

\begin{document}
\makecvtitle

\section{Education}
\cventry{year--year}{Degree}{Institution}{City}{ \textit{Grade} }{Description}  % arguments 3 to 6 can be left empty
\cvitem{title}{ \emph{Title} }
\cvitemwithcomment{Language 1}{Skill level}{Comment}
\cvdoubleitem{category X}{XXX, YYY, ZZZ}{category Y}{XXX, YYY, ZZZ}
\cvlistitem{Item 1}
\cvlistdoubleitem{Item 2}{Item 3}
%% ...

\bibliography{publications}
\end{document}

答案1

OSX 上没有“LaTeX 的原生应用程序”。

您需要安装麦金塔电脑并通过启动“Tex Live Utility”应用程序使其保持最新状态。您的 MWE 在最新安装中不会生成任何错误(假设您的图片名为picture.jpg),并且您收到的错误是由于moderncv软件包过时造成的。

相关内容