Fix arraystretch breaking any further tabular
This commit is contained in:
parent
5bf8a45d91
commit
04fbb886f1
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue