Skip to content

Commit c1f72a3

Browse files
author
amicitas
committed
Links to abstract page fixed when using hyperref.
git-svn-id: https://ucsd-thesis.googlecode.com/svn/trunk@107 8b53f5e4-7c52-0410-9cc8-1fb413c75255
1 parent 3d4cf54 commit c1f72a3

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

ucsd.cls

+8-4
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,11 @@
177177
%%% Figure and Table lables now bold in captions.
178178
%%% Top margin of abstract page now 2.5''
179179
%%%
180+
%%% Version 3.7 2010/06
181+
%%% Novimir Pablant <[email protected]>
182+
%%%
183+
%%% Links to abstract page fixed.
184+
%%%
180185
%%% }
181186
%%% ====================================================================
182187
%%% To Do:
@@ -198,7 +203,7 @@
198203
%%%
199204

200205
\NeedsTeXFormat{LaTeX2e}
201-
\ProvidesClass{ucsd}[2010/03/18 V3.6 University of California, San Diego, Dissertation Class]
206+
\ProvidesClass{ucsd}[2010/06/01 V3.7 University of California, San Diego, Dissertation Class]
202207

203208

204209
% ****************************************
@@ -684,10 +689,10 @@ on microfilm and electronically: }}\\
684689
%
685690
% The OGS manual states that the top margin should be 2.5".
686691

687-
% addcontentsline line moved to fix TOC bug. (JRB, 5-5-08)
688692
\def\abstract{
693+
\begin{alwayssingle}
689694
\phantomsection
690-
\begin{alwayssingle}
695+
\addcontentsline{toc}{frontmatter}{\protect\numberline{}\abstractshortname}
691696
\begin{center}
692697
\ssp
693698
{\fmfont
@@ -715,7 +720,6 @@ on microfilm and electronically: }}\\
715720
\vspace{.3in}
716721
} % Closes fmfont above
717722
\end{center}
718-
\addcontentsline{toc}{frontmatter}{\protect\numberline{}\abstractshortname}
719723
\par
720724
}
721725

0 commit comments

Comments
 (0)