Between sections/section or sections/subsection I have empty pages if a pre-section or pre-subsection does fill one page. My document class:
\documentclass[9pt]{article}
How can I avoid this? Thanks for help.
Here is the minimal example, which produces an emtpy page between chapter 1 and 2:
\begin{document}
\section{Chapter1}
\begin{table}[H]
\begin{tabular}{ll}
\hline
x & y \\
\hline
1 & 2 \\ \hline
\end{tabular}
\end{table}
\section{Chapter2}
\begin{figure}[H]
\setkeys{Gin}{width=1.4\textwidth}
\includegraphics[angle=90]{figure.pdf}
\end{figure}
\end{document}
If I change width to 1.3 or change angle to 0 there is no empty page between chapter 1 and 2.
articleyou cannot have a\chaptercommand and also no9pt. Please provide a complete and running example. – Jun 24 '12 at 08:10