From: W. Trevor King Date: Tue, 19 Jan 2010 18:02:52 +0000 (-0500) Subject: Added \crefname{part} example X-Git-Tag: 0.4^2~7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ee34036883a5446df9bd361ec10486a8be98c419;p=drexel-thesis.git Added \crefname{part} example --- diff --git a/drexel-thesis.dtx b/drexel-thesis.dtx index 13bae3a..31d5869 100644 --- a/drexel-thesis.dtx +++ b/drexel-thesis.dtx @@ -545,6 +545,12 @@ % \href{http://www.ctan.org/tex-archive/macros/latex/contrib/cleveref/}{\pkg{cleveref}}. % Is a wonderful tool for easy, consistent crosslinking via |\cref|, % |\Cref|, etc.. The manual is also very good. +% Note that if you use |\part|s in your document, you need to tell +% \pkg{cleveref} how to deal with them: +% \begin{example} +% \usepackage{cleveref} +% \crefname{part}{part}{parts} +% \end{example} % % % \subsubsection{Hyperlinks}