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[framemethod=tikz]{mdframed}
|
||||||
\RequirePackage{marginnote}
|
\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
|
% Listes
|
||||||
\setlist[itemize]{label=\textbullet}
|
\setlist[itemize]{label=\textbullet}
|
||||||
\setlist[itemize,2]{label=$\circ$}
|
\setlist[itemize,2]{label=$\circ$}
|
||||||
|
@ -38,7 +47,7 @@
|
||||||
\newcommand*{\lieu}[1]{\def\@lieu{#1}}
|
\newcommand*{\lieu}[1]{\def\@lieu{#1}}
|
||||||
\newcommand*{\horaires}[1]{\def\@horaires{#1}}
|
\newcommand*{\horaires}[1]{\def\@horaires{#1}}
|
||||||
|
|
||||||
\newcommand{\MakeHeader}{
|
\newcommand{\makeheader}{
|
||||||
\maketitle
|
\maketitle
|
||||||
\def\arraystretchbck{\arraystretch}
|
\def\arraystretchbck{\arraystretch}
|
||||||
\renewcommand{\arraystretch}{1.3}
|
\renewcommand{\arraystretch}{1.3}
|
||||||
|
|
Loading…
Reference in a new issue