1) Here is my first issue : click me!
Why is there so much space above the figure?
I simply use :
Code: Select all
%TEXT
\begin{figure}[htbp]
\begin{center}
\includegraphics[width=12cm]{Pics/Stress.jpg}
\end{center}
\caption{\footnotesize Organigramme du stress}
\end{figure}
%TEXT
Where does the problem come from? The main file?
2) I want to create a document with chapters with X text pages followed by Y image pages (I want to insert only figures on several pages at the end of each chapter). How can I do that?
Thanks for your answers.

NB : Sorry if I made some mistakes, I'm French.