I am using europecv and defined my personal information using its commands (like this):
\ecvname{Hüsken, Nathan}
Now, when I put in
\ecvpersonalinfo
The output uses:
Surname(s) / First name(s)
As the item title. Can I somehow make it singular (remove the s)? I want to do the same for all the other items in "Personal information".
Of course, I could just not use the "\ecvpersonalinfo" command, but I am trying to stick to it.
Here is a MWE
\documentclass[a4paper,nologo,notitle,noflag,booktabs]{europecv}
\usepackage[USenglish]{babel}
\usepackage[pdftex]{graphicx}
\ecvname{Hüsken, Nathan}
\begin{document}
\begin{europecv}
\ecvpersonalinfo
\end{europecv}
\end{document}
which prouces this output:
