Add a horizontal rule automaticaly on partCount and pause
This commit is contained in:
parent
c005c5ddeb
commit
9c2fb6cbec
1 changed files with 10 additions and 2 deletions
|
@ -14,7 +14,6 @@ Gregory Trolliet]
|
|||
\RequirePackage[dvipsnames,table]{xcolor}
|
||||
|
||||
\definecolor{light-gray}{HTML}{CCCCCC}
|
||||
\newcommand{\pause}{\rowcolor{light-gray}}
|
||||
|
||||
\newcommand{\groupTitle}[1]{
|
||||
\pause
|
||||
|
@ -73,7 +72,15 @@ not set, please fix this.}
|
|||
|
||||
\newcounter{PartCounter}
|
||||
|
||||
\newcommand*{\partCount}{%
|
||||
\newcommand{\partCount}{%
|
||||
\midrule
|
||||
\stepcounter{PartCounter}%
|
||||
\arabic{PartCounter}%
|
||||
}
|
||||
|
||||
\newcommand{\pause}{%
|
||||
\midrule
|
||||
\rowcolor{light-gray}%
|
||||
\stepcounter{PartCounter}%
|
||||
\arabic{PartCounter}%
|
||||
}
|
||||
|
@ -199,6 +206,7 @@ not set, please fix this.}
|
|||
{
|
||||
\setlength\LTleft{0pt}
|
||||
\setlength\LTright{0pt}
|
||||
\setlength{\heavyrulewidth}{0.2em}
|
||||
\begin{longtable}{p{0.01\textwidth}p{0.035\textwidth}|p{.09\textwidth}p{.15\textwidth}p{.26\textwidth}p{.21\textwidth}p{.13\textwidth}}
|
||||
\makecell[l]{
|
||||
\textbf{N\ensuremath{^\circ}}
|
||||
|
|
Loading…
Reference in a new issue