Code: Select all
\begin{figure}[!tp]
\centering
\includegraphics[width=\textwidth]{1.eps}
\caption[short] {long}
\label{fig:1}
\end{figure}Thank you for your help.
Code: Select all
\begin{figure}[!tp]
\centering
\includegraphics[width=\textwidth]{1.eps}
\caption[short] {long}
\label{fig:1}
\end{figure}Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Code: Select all
\begin{figure}[tb]Code: Select all
\begin{figure}[!tb]do you just think that? Or did you actually test it? Perhaps show with an example that it doesn't work for you. You could create such a small example by reducing a copy of your document.Siavash wrote:I don't think it's working though.
There are internal parameters for fine tuning floating. But dealing with those values is not meaningful until it's solved why the float positioning arguments t and b don't work for you as they should.Siavash wrote:Is there an alternative?
On some instances, a picture is place right after the other one both on the top of the page, and the text begins from the next line. So I guess it's trying to float them both on top position.do you just think that? Or did you actually test it? Perhaps show with an example that it doesn't work for you. You could create such a small example by reducing a copy of your document.
Code: Select all
\setcounter{topnumber}{1}Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis