1

Given the minimal working example below: How would I force the figure to be on the same page as the chapter headline "The End", without making it smaller?

\documentclass[12pt]{report}
\usepackage{lipsum}
\usepackage[demo]{graphicx}

\begin{document}

\chapter{The Start} \lipsum[1-2]

\chapter*{The End}

\begin{figure} \centering \includegraphics[height=8cm]{A} \caption{Caption} \end{figure}

\end{document}

JoeGlas
  • 29

0 Answers0