From e11f1ffeee152aaf5514b56986942c2b061a150d Mon Sep 17 00:00:00 2001 From: Jakub Czajka Date: Sun, 4 Feb 2024 12:15:56 +0100 Subject: [PATCH] Remove "Curriculum Vitae" header and put the name on the right. --- third_party/tccv.cls | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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. -- 2.39.5