我现在正在写简历。我的代码如下:
\name{}{John Doe}
\email{[email protected]}
\mobile{839-839-8399}
输出目前如下所示:
但是当我添加时\homepage
,符号弹出,如下所示:
有没有什么办法可以删除主页符号?
答案1
覆盖打印图标的命令。另外请记住,这些“模板”只能填充内容。它们不是用来更改的。
\documentclass{awesome-cv}
\name{}{John Doe}
\email{John\[email protected]}
\mobile{839-839-8399}
\homepage{johndoe.com}
\def\faHome{\ignorespaces}
\begin{document}
\makecvheader
\end{document}