Various ugly hacks
This commit is contained in:
parent
16b3923b05
commit
498e916bb7
1 changed files with 10 additions and 1 deletions
|
@ -13,6 +13,15 @@
|
|||
\RequirePackage[framemethod=tikz]{mdframed}
|
||||
\RequirePackage{marginnote}
|
||||
|
||||
% Hacks divers
|
||||
\catcode`\·=13 \def\cdottext{\ensuremath\cdot} \let·\cdottext
|
||||
|
||||
% Version choristes
|
||||
\newif\ifchoristes
|
||||
%\choristesfalse
|
||||
\newcommand{\versionchoristes}{\choristestrue}
|
||||
\newcommand{\onlyCA}[1]{\ifchoristes\else#1\fi}
|
||||
|
||||
% Listes
|
||||
\setlist[itemize]{label=\textbullet}
|
||||
\setlist[itemize,2]{label=$\circ$}
|
||||
|
@ -38,7 +47,7 @@
|
|||
\newcommand*{\lieu}[1]{\def\@lieu{#1}}
|
||||
\newcommand*{\horaires}[1]{\def\@horaires{#1}}
|
||||
|
||||
\newcommand{\MakeHeader}{
|
||||
\newcommand{\makeheader}{
|
||||
\maketitle
|
||||
\def\arraystretchbck{\arraystretch}
|
||||
\renewcommand{\arraystretch}{1.3}
|
||||
|
|
Loading…
Reference in a new issue