我遇到了一些需要修改的问题moderncv
才能获取标题大胆的.我想得到大胆的地址、电话号码和电子邮件。你能告诉我我该怎么办吗?
答案1
如果你打开 moderncv 主题文件,你会看到字体是如何定义的。例如,在classic
主题(在 中moderncvclassicstyle.sty
)中,你可以找到以下内容:
% fonts
\renewcommand*{\namefont}{\fontsize{34}{36}\mdseries\upshape}
\renewcommand*{\titlefont}{\LARGE\mdseries\slshape}
\renewcommand*{\addressfont}{\small\mdseries\slshape}
\renewcommand*{\quotefont}{\large\slshape}
\renewcommand*{\sectionfont}{\Large\mdseries\upshape}
\renewcommand*{\subsectionfont}{\large\mdseries\upshape}
\renewcommand*{\hintfont}{}
因此,您可以在序言中提供类似的命令来添加定制版本。