Page LayoutMultiple images in the appendix

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
sheelbe999
Posts: 1
Joined: Tue Jan 18, 2011 1:44 pm

Multiple images in the appendix

Post by sheelbe999 »

Hi I am trying to have a two section appendix, each section containing multiple images, my code is as below, but the subsection heading "residuals" is being printed after the first image in the subsection "fits" is there anyway I can force the heading to be printed after all of the images in the first section?

Code: Select all

\section{Appendix 1}

\subsection{Fits}

\begin{figure}[hb]
\begin{center}
  \includegraphics[trim = 15mm 20mm 95mm 20mm, clip, scale=0.85, angle=270]{pgplot_00014}\\
\end{center}
\end{figure}

\begin{figure}[hb!]
\begin{center}
  \includegraphics[trim = 15mm 20mm 95mm 20mm, clip,  scale=0.85, angle=270]{pgplot_00018}\\
\end{center}
\end{figure}

\subsection{Fits}
something in this section

Henry

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

achim
Posts: 49
Joined: Wed Aug 05, 2009 2:29 pm

Multiple images in the appendix

Post by achim »

Does THAT work?

Cheers
OS: Kubuntu
Distribution: TexLive
Editor: Kile
Post Reply