Moved last two miscellaneous items to page design chapter

This commit is contained in:
Kenneth John Odle 2023-11-02 11:18:31 -04:00
parent 4ff357a805
commit db24ebf8c0

View File

@ -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}