So i want to create a new CV. I use the following basic code:
\documentclass[helvetica,narrow,nologo,nobranding,german]{europecv}
\usepackage[a4paper,top=1.27cm,left=1cm,right=1cm,bottom=2cm]{geometry}
\usepackage{graphicx}
\begin{document}
\begin{europecv}
\ecvpersonalinfo
\end{europecv}
\end{document}
So instead of: "Name / Surname" the result "Nachname(n) / Vorname(n)" gets displayed. This looks very machine-made. I would prefer: "Vorname Nachname".
I've read the class-documentation on CTAN, but unfortunately i found nothing so far. Can someone give me a hint?
