diff --git a/RainbowCR.cls b/RainbowCR.cls index 5d42c0c..ecc026c 100644 --- a/RainbowCR.cls +++ b/RainbowCR.cls @@ -49,7 +49,7 @@ \newcommand{\makeheader}{ \maketitle - \def\arraystretchbck{\arraystretch} + \let\arraystretchbck\arraystretch \renewcommand{\arraystretch}{1.3} \noindent\begin{minipage}[t]{0.50\textwidth} @@ -69,7 +69,7 @@ \faicon{clock-o} & \@horaires \\ \end{tabular} \end{minipage} - \renewcommand{\arraystretch}{\arraystretchbck} + \let\arraystretch\arraystretchbck \vspace{2em} }