Bonjour,
Je rédige ma thèse sous latex et je suis confronté à un problème d'interlignes. Certains chapitres ont un interligne de 1 au lieu de 1.5 alors qu'ils sont tous structurés de la même façon :
Quelqu'un a-t-il déjà rencontré ce problème ?
\chapter{TITRE DE MON CHAPITRE}
\renewcommand{\baselinestretch}{1}
%--------------------------------------------------------
% Citation - référence
%--------------------------------------------------------
\small
\begin{center}
{\begin{minipage}{12cm}
\textit{\og Citation \fg{}}
\begin{flushright}
CITATIONS
\end{flushright} \smallskip
\end{minipage}
}
\end{center} \medskip
%--------------------------------------------------------
% Fin Citation - référence
%--------------------------------------------------------
\minitoc
\newpage
\renewcommand{\baselinestretch}{1.5}
\section{TITRE SECTION}
Merci à vous.
Partager