% The command will start a new page and output in onecolumn the
% subject (first and last name) with the text from the optional
% argument underneath it
-\renewcommand\part[2][Curriculum Vitae]{%
+\renewcommand\part[1]{%
\twocolumn[%
- \begin{center}
\vskip-\lastskip%
- {\usekomafont{part} #2} \medskip\\
- {\usekomafont{cv} #1}
- \bigskip
- \end{center}]}
+ {\usekomafont{part} #1}
+ \bigskip]}
% Overrides the \section command to capitalize every
% word for cosmetic purposes and draws a rule under it.