我正在使用 overleaf plushCV deedy-resume 来制作简历。 https://github.com/sansquoi/PlushCV
在 namesection 中如下
\documentclass[]{plushcv}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\begin{document}
\namesection{Firstname}{Lastname}{Full Stack Software Engineer}{\contactline{\href{https://www.something.github.io}{something.github.io}}{\href{https://www.github.com/sansquoi}{something-something}}{\href{https://www.linkedin.com/mazumders}{somethingverlong}}{\href{mailto:[email protected]}{[email protected]}}{\href{tel:+1999999999}{9999999999}}}
\end{document} \documentclass[]{article}
对于长名称,它会溢出并发出警告
Overfull \hbox (28.41821pt too wide) in paragraph at lines 50--50
我无法删除一些部分,例如 linkedin,因为我认为需要放入。我尝试使用
{\\}
或{\newline}
放入 namesection,但没有成功。
有什么办法吗?谢谢