From: Jakub Czajka Date: Wed, 4 Feb 2026 08:58:50 +0000 (+0100) Subject: Remove "Curriculum Vitae" header and put the name on the right. X-Git-Url: https://git.ekhem.eu.org/?a=commitdiff_plain;h=810df3aa321a94d1d7fd3947c2d265c423070570;p=cv.git Remove "Curriculum Vitae" header and put the name on the right. --- diff --git a/third_party/tccv.cls b/third_party/tccv.cls index 96a2d1a..4927057 100644 --- a/third_party/tccv.cls +++ b/third_party/tccv.cls @@ -95,14 +95,11 @@ % 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.