我对 ModernCV 软件包有一些问题。到目前为止,我所写的内容如下:
\documentclass[10pt,a4paper,sans]{moderncv}
\moderncvstyle{classic}
\moderncvcolor{green}
\setlength{\hintscolumnwidth}{2.7cm}
\usepackage[scale=0.75]{geometry}
\name{Joe}{Doe}
\title{Curriculum Vitae}
\address{Here}{or}{There}
\phone[mobile]{xxxxxxxxxx}
\phone[fixed]{yyyyyyyyyy}
\begin{document}
\section{Education}
\cventry{2560}{Champ}{University}{Elswhere}{}{what}
\end{document}
如果我知道使用\makecvtitle
或\begin{cvcolumns}
我不再得到输出。我已经尝试更改moderncv.cls
类文件,因为它的目的是
https://github.com/xdanaux/moderncv/commit/c91b6ca77c7fe422f8519a433d13db6c3c715384
但它仍然不起作用。有人知道如何解决这个问题吗?我希望我的简历上有一个标题。
非常感谢。