Added \crefname{part} example
authorW. Trevor King <wking@drexel.edu>
Tue, 19 Jan 2010 18:02:52 +0000 (13:02 -0500)
committerW. Trevor King <wking@drexel.edu>
Tue, 19 Jan 2010 18:02:52 +0000 (13:02 -0500)
drexel-thesis.dtx

index 13bae3a01be1142b7999c1f56e371c154cd19304..31d58698c790e5730800b21151bc16d6fc2bfe78 100644 (file)
 % \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}