From 04fbb886f160c6bef0b378beb3b484e36febbd1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Fri, 25 Nov 2022 22:48:53 +0100 Subject: [PATCH] Fix arraystretch breaking any further tabular --- RainbowCR.cls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} }