From 21efd7e2cca9a4c1f2c2b40f7d23cfcd23e84ef4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Matthias=20Sch=C3=A4fer?= Date: Fri, 14 Mar 2025 14:08:52 +0100 Subject: [PATCH] Remove the recurring heading --- conjugationtables.cls | 6 ------ 1 file changed, 6 deletions(-) diff --git a/conjugationtables.cls b/conjugationtables.cls index 122cdec..df70861 100644 --- a/conjugationtables.cls +++ b/conjugationtables.cls @@ -27,14 +27,8 @@ \renewcommand{\familydefault}{\sfdefault} \rowcolors{1}{black!5!white}{white} -\newcommand*\conheadertitle{conjugation table} -\addto\captionsbrazilian{\def\conheadertitle{tabela de conjugação}} -\addto\captionsfrench{\def\conheadertitle{tableaux de conjugaison}} - \NewDocumentCommand{\conheader}{O{}O{}m}{% \begin{center} - {\large \conheadertitle}\\ - \vskip1ex {\phantom{(}\Huge \ifthenelse{\equal{#2}{}}{}{{\ifthenelse{\equal{\ct@language}{french}}{\NoAutoSpacing}{}#2: }} \textbf{#3} \ifthenelse{\equal{#1}{}}{}{({\ifthenelse{\equal{\ct@language}{french}}{\NoAutoSpacing}{}example: #1})}\phantom{)}} \end{center} }