Fix arraystretch breaking any further tabular

This commit is contained in:
Théophile Bastian 2022-11-25 22:48:53 +01:00
parent 5bf8a45d91
commit 04fbb886f1

View file

@ -49,7 +49,7 @@
\newcommand{\makeheader}{ \newcommand{\makeheader}{
\maketitle \maketitle
\def\arraystretchbck{\arraystretch} \let\arraystretchbck\arraystretch
\renewcommand{\arraystretch}{1.3} \renewcommand{\arraystretch}{1.3}
\noindent\begin{minipage}[t]{0.50\textwidth} \noindent\begin{minipage}[t]{0.50\textwidth}
@ -69,7 +69,7 @@
\faicon{clock-o} & \@horaires \\ \faicon{clock-o} & \@horaires \\
\end{tabular} \end{tabular}
\end{minipage} \end{minipage}
\renewcommand{\arraystretch}{\arraystretchbck} \let\arraystretch\arraystretchbck
\vspace{2em} \vspace{2em}
} }