From c6c2897f8aaddf166a3e3414f3960227687c75d4 Mon Sep 17 00:00:00 2001 From: Kenneth Odle Date: Fri, 10 Nov 2023 16:06:17 -0500 Subject: [PATCH] =?UTF-8?q?Added=20information=20about=20=C2=ABshowframe?= =?UTF-8?q?=C2=BB=20package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lbol.tex | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lbol.tex b/lbol.tex index 561a764..6fe5b8e 100644 --- a/lbol.tex +++ b/lbol.tex @@ -775,6 +775,16 @@ You can add options in the usual way: } \end{verbatim} +\section{The \texttt{showframe} Package} + +If you are having difficulty figuring out your page layout, it can be helpful to see what you are actually adjusting. To do that, include the \texttt{showframe} and change the frame color to red by adding this to your preamble: + +\begin{Verbatim}[frame=lines, framesep=3mm, breaklines=true, label=\fbox{showframe package}] +\usepackage{showframe} +\renewcommand*\ShowFrameColor{\color{red}} +\end{Verbatim} + + \section{Customizing Pages} If you need more granular control over your headers and footers, use the \texttt{fancyheader} package to get access to a lot of options. It will give you the ability to specify different content on even and odd header and footers, or on right and left headers and footers if your document is a \texttt{twoside} document.