Add the option to gray a pause line
This commit is contained in:
parent
b0dbe8234d
commit
6e427c108e
2 changed files with 8 additions and 1 deletions
|
@ -4,6 +4,11 @@ Gregory Trolliet]
|
|||
|
||||
\usepackage{geometry}
|
||||
|
||||
\usepackage[dvipsnames,table]{xcolor}
|
||||
|
||||
\definecolor{light-gray}{HTML}{CCCCCC}
|
||||
\newcommand{\pause}{\rowcolor{light-gray}}
|
||||
|
||||
\newcommand{\dumblang}[2]{{#1}}
|
||||
|
||||
\DeclareOption{english}{
|
||||
|
@ -135,7 +140,7 @@ not set, please fix this.}
|
|||
{
|
||||
\setlength\LTleft{0pt}
|
||||
\setlength\LTright{0pt}
|
||||
\begin{longtable}{@{\extracolsep{\fill}}p{0.04\textwidth}p{.09\textwidth}p{.18\textwidth}p{.3\textwidth}p{.18\textwidth}p{.13\textwidth}}
|
||||
\begin{longtable}{p{0.04\textwidth}|p{.09\textwidth}p{.18\textwidth}p{.3\textwidth}p{.18\textwidth}p{.13\textwidth}}
|
||||
\makecell[l]{
|
||||
\textbf{\dumblang{Hour}{Heure}} \\
|
||||
(\dumblang{Time}{Durée})
|
||||
|
|
2
plan.tex
2
plan.tex
|
@ -41,6 +41,7 @@
|
|||
\newgeometry{right=1cm, left=1cm}
|
||||
|
||||
\steptable{
|
||||
|
||||
10h00 (5') &
|
||||
Welcome &
|
||||
Provide guidance &
|
||||
|
@ -48,6 +49,7 @@ Present the association, the active learning &
|
|||
&
|
||||
Flap \\
|
||||
\hline
|
||||
\pause
|
||||
10h05 (5') &
|
||||
Organization presentation &
|
||||
Lecture style &
|
||||
|
|
Loading…
Reference in a new issue