Use hypcap (and bump to v0.5) 0.5
authorW. Trevor King <wking@drexel.edu>
Wed, 3 Mar 2010 20:26:37 +0000 (15:26 -0500)
committerW. Trevor King <wking@drexel.edu>
Wed, 3 Mar 2010 20:40:43 +0000 (15:40 -0500)
drexel-thesis.dtx

index cdad70985b26a252a72142b2ddc2da945ba1a3f7..93637cc9af2fd2c92dd87914781a511c240516ad 100644 (file)
@@ -1,8 +1,8 @@
-% \def\fileversion{0.4}
-% \def\filedate{2010/02/23}
+% \def\fileversion{0.5}
+% \def\filedate{2010/03/03}
 % \iffalse meta-comment
-%<class>\def\fileversion{0.4}
-%<class>\def\filedate{2010/02/23}
+%<class>\def\fileversion{0.5}
+%<class>\def\filedate{2010/03/03}
 %
 % Copyright (C) 2010  C.Y. Ip
 %                     Christopher D. Cera
 %   Based on the University of Toronto Thesis \LaTeXe\ Class.  Also
 %   greatly improved the documentation by incorperating bits of
 %   the base/*.dtx files.}
+% \changes{0.5}{2010/03/03}{W.~Trevor King use hypcap for better
+%   caption hyperlink anchor placement.}
 %
 % \MakeShortVerb{\|}
 % \newcommand{\pkg}[1]{\textsf{#1}}
 % \href{http://www.ctan.org/tex-archive/macros/latex/required/graphics/}{\pkg{graphicx}}
 % to define the |\includegraphics| macro,
 % \href{http://www.ctan.org/tex-archive/macros/latex/required/caption/}{\pkg{caption}}
-% for pretty caption formatting, and
+% for pretty caption formatting,
 % \href{http://www.ctan.org/tex-archive/macros/latex/required/floatrow/}{\pkg{floatrow}}
-% for placing captions.
+% for placing captions, and
+% \href{http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/}{\pkg{hypcap}}
+% for placing caption anchors.
 %
 % Simple float definitions will look like
 % \begin{example}
 % |\author|, etc.\ to avoid using |\AtBeginDocument| or some such.
 %
 %
+% \subsubsection{\pkg{hypcap}}
+%
+% \href{http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/}{\pkg{hypcap}}
+% for placing caption hyperlink anchors.  Not strictly necessary, but
+% we're using \pkg{hyperref}, and the poor link targets are annoying.
+%    \begin{macrocode}
+\RequirePackage[all]{hypcap}
+%    \end{macrocode}
+% \Lopt{all} redefines the figure and table environments to
+% place the anchor at the start of the float.
+%
+%
 % \subsection{\LaTeX\ overrides and extensions}
 %
 % Here we change the behavior of a bunch of macros and environments