Add note about chapter-text/section spacing in base book.cls
authorW. Trevor King <wking@drexel.edu>
Fri, 15 Jan 2010 15:22:45 +0000 (10:22 -0500)
committerW. Trevor King <wking@drexel.edu>
Fri, 15 Jan 2010 15:22:45 +0000 (10:22 -0500)
drexel-thesis.dtx

index 67eca29f38333d57b32e9d3c347dcf897f3fa834..13bae3a01be1142b7999c1f56e371c154cd19304 100644 (file)
@@ -3016,7 +3016,19 @@ Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla}
 % \begin{itemize}
 %   \item Different space between chapter heading and section heading,
 %     vs.\ chapter heading and text.  Compare \emph{A Chapter Heading}
-%     and \emph{Another Chapter} in \file{example.pdf}.
+%     and \emph{Another Chapter} in \file{example.pdf}.  This is a
+%     problem (although with opposite order) in the \cls{book} class
+%     itself.  For example, compile
+%     \begin{example}
+%\documentclass{book}
+%\begin{document}
+%\chapter{Chapter with text}
+%Bla bla bla.
+%\chapter{Chapter with section}
+%\section{Section}
+%Bla bla bla.
+%\end{document}
+%     \end{example}
 %   \item Footer overlap if chapter/section names are particularly long.
 %     See \emph{Section in long-titled chapter} in \file{example.pdf}.
 %     Workaround: turn off either chapters or sections in the footer.