]> git.ekhem.eu.org Git - cv.git/commitdiff
Remove "Curriculum Vitae" header and put the name on the right. main
authorJakub Czajka <jakub@ekhem.eu.org>
Sun, 4 Feb 2024 11:15:56 +0000 (12:15 +0100)
committerJakub Czajka <jakub@ekhem.eu.org>
Sun, 4 Feb 2024 11:15:56 +0000 (12:15 +0100)
third_party/tccv.cls

index 96a2d1a0cf86e8aae71a2393b2a675d6be8c9880..49270570b579b02bc9b23e91ca12a7bd5e5445f1 100644 (file)
 % 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.