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} }