diff --git a/doc/cleanthesis-doc.pdf b/doc/cleanthesis-doc.pdf index 13cd2f0..4294f7d 100644 Binary files a/doc/cleanthesis-doc.pdf and b/doc/cleanthesis-doc.pdf differ diff --git a/doc/cleanthesis-doc.tex b/doc/cleanthesis-doc.tex index e69f048..56bed91 100644 --- a/doc/cleanthesis-doc.tex +++ b/doc/cleanthesis-doc.tex @@ -25,6 +25,7 @@ \usepackage{booktabs} \usepackage{shortvrb} \usepackage{pifont} +\usepackage{graphicx} \rcsid{$Id: cleanthesis.tex,v 0.3.1 2015/08/26 23:32:00 derric stable $} @@ -205,9 +206,14 @@ Sets whether to use an \texttt{alphabetic}, a \texttt{numeric}, or an \texttt{au For further information please check out the biblatex documentation\footnote{\url{http://www.ctan.org/pkg/biblatex}}. The default is \texttt{alphabetic}. +\begin{figure}[th!] + \includegraphics[width=\textwidth]{wrapfooter} + \caption{The package option \texttt{wrapfooter} can be used to wrap very long chapter titles in the footer.}\label{fig:wrapfooter} +\end{figure} + \boolitem[false]{wrapfooter} -Sets whether to wrap the name of a chapter in the footer or not. +Sets whether to wrap the name of a chapter in the footer or not (Figure \ref{fig:wrapfooter}). \end{optionlist} diff --git a/doc/wrapfooter.jpg b/doc/wrapfooter.jpg new file mode 100644 index 0000000..401ede3 Binary files /dev/null and b/doc/wrapfooter.jpg differ