From: W. Trevor King Date: Fri, 15 Jan 2010 15:22:45 +0000 (-0500) Subject: Add note about chapter-text/section spacing in base book.cls X-Git-Tag: 0.4^2~8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5914278fb989131c5b1f5ee94ee4f62710ad258e;p=drexel-thesis.git Add note about chapter-text/section spacing in base book.cls --- diff --git a/drexel-thesis.dtx b/drexel-thesis.dtx index 67eca29..13bae3a 100644 --- a/drexel-thesis.dtx +++ b/drexel-thesis.dtx @@ -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.