Add new groupTitle command
This commit is contained in:
parent
ca17cc3ce2
commit
38166c0133
1 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,12 @@ Gregory Trolliet]
|
||||||
\definecolor{light-gray}{HTML}{CCCCCC}
|
\definecolor{light-gray}{HTML}{CCCCCC}
|
||||||
\newcommand{\pause}{\rowcolor{light-gray}}
|
\newcommand{\pause}{\rowcolor{light-gray}}
|
||||||
|
|
||||||
|
\newcommand{\groupTitle}[1]{
|
||||||
|
\pause
|
||||||
|
&%
|
||||||
|
\multicolumn{6}{l}{#1}
|
||||||
|
}
|
||||||
|
|
||||||
\newcommand{\dumblang}[2]{{#1}}
|
\newcommand{\dumblang}[2]{{#1}}
|
||||||
|
|
||||||
\DeclareOption{english}{
|
\DeclareOption{english}{
|
||||||
|
|
Loading…
Reference in a new issue