Search found 3 matches

by xunil
Sat Nov 14, 2009 5:41 pm
Forum: Graphics, Figures & Tables
Topic: Page break after figure
Replies: 4
Views: 17049

Page break after figure

Ok I succedd in putting figures where i want. The used code is hereafter.
The adopted solution is using [hp] in order to define the figures position with respect to the text.


...text...

\begin{figure}[hp]
\centering
\includegraphics[width=375]{schema/chap6/Aberration-franges.png}
\caption ...
by xunil
Wed Nov 11, 2009 6:50 pm
Forum: Graphics, Figures & Tables
Topic: Page break after figure
Replies: 4
Views: 17049

Re: Page break after figure

I've just tried your proposed solutions but they are not right.
Have you some other ideas ?
Thanks
by xunil
Tue Nov 10, 2009 10:19 pm
Forum: Graphics, Figures & Tables
Topic: Page break after figure
Replies: 4
Views: 17049

Page break after figure

Hello,

this is my latex code:
...blabla as a texte....

\pagebreak[4]

\begin{figure}[!h]
\centering
\includegraphics[width=375]{schema/chap6/Aberration-franges.png}
\caption{\small texte of caption.}
\label{ex_frange_WFE}
\end{figure}

\begin{figure}[!h]
\centering
\includegraphics[width ...