Ajoute une partCount commande sans ligne horizontale

This commit is contained in:
Gregory Trolliet 2021-06-06 09:09:31 +02:00
parent 7464e3fb7c
commit ca34d407e7
1 changed files with 6 additions and 1 deletions

View File

@ -72,12 +72,17 @@ not set, please fix this.}
\newcounter{PartCounter} \newcounter{PartCounter}
\newcommand{\partCount}{% \newcommand\partCount{%
\midrule \midrule
\stepcounter{PartCounter}% \stepcounter{PartCounter}%
\arabic{PartCounter}% \arabic{PartCounter}%
} }
\newcommand\partCountNoRule{%
\stepcounter{PartCounter}%
\arabic{PartCounter}%
}
\newcommand{\pause}{% \newcommand{\pause}{%
\midrule \midrule
\rowcolor{light-gray}% \rowcolor{light-gray}%