diff --git a/lbol.tex b/lbol.tex index f307f6e..79fa2c2 100644 --- a/lbol.tex +++ b/lbol.tex @@ -841,6 +841,13 @@ In most document classes, the ``chapter'' pages do not contain page numbers. If \assignpagestyle{\chapter}{fancy} \end{verbatim} +\subsection{Miscellaneous Items} + +\begin{itemize}[noitemsep] + \item Notice that your footnotes are floating above the footer on some pages? Try adding \verb+\usepackage[bottom]{footmisc}+ to your preamble. + \item Need to control the gap between the header and the rest of the text? Pass the \verb|headsep| argument to the \texttt{geometry} package and set it equal to the amount of space you need (i.e., \texttt{headsep=12pt}). +\end{itemize} + \chapter{Basic List Environments}\label{listenv} @@ -2011,10 +2018,6 @@ Wedge & $\wedge$ & & \Verb+\wedge+ \\ \end{longtblr} -\begin{itemize}[noitemsep] - \item Notice that your footnotes are floating above the footer on some pages? Try adding \verb+\usepackage[bottom]{footmisc}+ to your preamble. - \item Need to control the gap between the header and the rest of the text? Pass the \verb|headsep| argument to the \texttt{geometry} package and set it equal to the amount of space you need (i.e., \texttt{headsep=12pt}). -\end{itemize} \chapter{Troubleshooting}