我正在用 写简历moderncv
,并试图添加第二个\extrainfo
,但当我这样做时,第一个消失了。第一个和第二个之间没有联系。我做错了什么?
答案1
\extrainfo
您是否尝试过在其参数中使用换行符,而不是使用多次(它不是为此设计的)?
代码(编译用xelatex
):
\documentclass[11pt,a4paper,sans]{moderncv}
\moderncvstyle{oldstyle}
\moderncvcolor{green}
\moderncvicons{awesome}
\usepackage[scale=0.8]{geometry}
\name{Tristan}{Best}
\title{Curriculum~Vitae}
\address{%
Apt 1, Mt Everest,
Best street,
Bestcity,
}{}{Bestland}
\phone[mobile]{+353(0)858180441}
\email{}
\homepage{www.johndoe.com}
\social[github]{tristan}
\extrainfo{%
extra info 1 \\
extra info 2
}
\quote{Look no further: I'm the best!}
\begin{document}
\makecvtitle
\section{Experience}
\end{document}
答案2
根据Tristan的评论,我通过在 中使用\footsymbol
而不是成功解决了这个问题。我使用的是 2.0.0 版(2015 年 7 月 28 日)。\footersymbol
casual
moderncv
\extrainfo
下面是使用多个参数的示例:
\extrainfo{Born on DD.MM.YYYY \footsymbol Single \footsymbol Swiss}