Ajoute une partCount commande sans ligne horizontale
This commit is contained in:
parent
7464e3fb7c
commit
ca34d407e7
1 changed files with 6 additions and 1 deletions
|
@ -72,12 +72,17 @@ not set, please fix this.}
|
|||
|
||||
\newcounter{PartCounter}
|
||||
|
||||
\newcommand{\partCount}{%
|
||||
\newcommand\partCount{%
|
||||
\midrule
|
||||
\stepcounter{PartCounter}%
|
||||
\arabic{PartCounter}%
|
||||
}
|
||||
|
||||
\newcommand\partCountNoRule{%
|
||||
\stepcounter{PartCounter}%
|
||||
\arabic{PartCounter}%
|
||||
}
|
||||
|
||||
\newcommand{\pause}{%
|
||||
\midrule
|
||||
\rowcolor{light-gray}%
|
||||
|
|
Loading…
Reference in a new issue