Code: Select all
\begin{figure}[p!tb]
...
\end{figure}
Thanks
Code: Select all
\begin{figure}[p!tb]
...
\end{figure}
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Code: Select all
\begin{figure}[!p]
% figure contents
\end{figure}
Type that before figures:hughes wrote:I'm trying to get each figure on its own page for a dissertation (document class book), so (using graphicx) I declared:Figures are put on a separate page, but the page occurs at the end of the chapter. Is there any way to have the figure appear on the page after the first reference to it?Code: Select all
\begin{figure}[p!tb] ... \end{figure}
Thanks
Code: Select all
\usepackage{afterpage}
...
\afterpage{\clearpage}
This is not relevant to the problem discussed here because of a completely different environment for the figure.HypnosiS wrote:[...] Also check this topic I asked similar question: http://www.latex-community.org/forum/vi ... f=5&t=5903
Code: Select all
\begin{figure}
...
\end{figure} \clearpage
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p