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}
|
\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}%
|
||||||
|
|
Loading…
Reference in a new issue