From 5914278fb989131c5b1f5ee94ee4f62710ad258e Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 15 Jan 2010 10:22:45 -0500 Subject: [PATCH] Add note about chapter-text/section spacing in base book.cls --- drexel-thesis.dtx | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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. -- 2.26.2