我最近换了另一台电脑,并使用了利用moderncv包的相同 LaTeX 代码。然而,虽然代码在旧电脑和 Overleaf 中运行良好,但在新电脑中,我遇到了不显示彩色段落和姓名/姓氏的问题。
我只是尝试使用 MiKTeX 和 TeXmaker 的标准配置,添加所需的包。没有发生错误(我的意思是,代码被执行了)。
在这里您可以找到在 TexMaker(本地)中获得的 B/N 输出和在 Overleaf 中获得的正确输出。
我还在这里附上了代码示例(它基于 ChatGPT,但它很好地代表了我在 CV 中遇到的错误)。
谢谢
\documentclass[11pt,a4paper,sans]{moderncv}
% Choose the theme
\moderncvstyle{classic} % Options: 'casual', 'classic', 'banking', 'oldstyle'
\moderncvcolor{blue} % Theme color
% Layout options
\usepackage[scale=0.75]{geometry}
% For your CV
\firstname{First Name}
\familyname{Last Name}
\title{Title}
\address{Address}{City}{Country}
\phone[mobile]{+123~456~789}
\email{[email protected]}
\begin{document}
\makecvtitle
\section{Section}
Section text.
\subsection{Subsection}
Subsection text.
\cvitem{Project}{Description of the project}
\end{document}
引用
moderncv
文档: