summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/msu-thesis
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-09-21 23:22:09 +0000
committerKarl Berry <karl@freefriends.org>2011-09-21 23:22:09 +0000
commit166f54ac39a4b7133727c2e66a9ca081b25be412 (patch)
treebfd25195e85bdc26137abcf0f47b266a3088d305 /Master/texmf-dist/tex/latex/msu-thesis
parent6ec5622f3b526f7599f8b8cf8ca5585a2a1ff89f (diff)
msu-thesis (21sep11)
git-svn-id: svn://tug.org/texlive/trunk@24055 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/msu-thesis')
-rw-r--r--Master/texmf-dist/tex/latex/msu-thesis/msu-thesis.cls18
1 files changed, 17 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/msu-thesis/msu-thesis.cls b/Master/texmf-dist/tex/latex/msu-thesis/msu-thesis.cls
index fbc484b36eb..eed974cf8bc 100644
--- a/Master/texmf-dist/tex/latex/msu-thesis/msu-thesis.cls
+++ b/Master/texmf-dist/tex/latex/msu-thesis/msu-thesis.cls
@@ -76,11 +76,13 @@
% if they don't need it. Compatible also with pdflscape
% for those using pdflatex; fixed problem with some long
% TOC entries
+% Version 2.1 2011/09/04 Added code to make the class compatible with hyperref
+% This is experimental, and mainly useful for drafts.
% Use at your own risk!
% Report bugs/problems/questions to <amunn@msu.edu>
%
\NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{msu-thesis}[2011/08/24 Michigan State University Thesis Class version 2.0]
+\ProvidesClass{msu-thesis}[2011/08/24 Michigan State University Thesis Class version 2.1]
\newif\ifmsu@lscape\msu@lscapefalse
\DeclareOption{PhD}{\gdef\@degree{DOCTOR OF PHILOSOPHY}\gdef\@diss{DISSERTATION}}
\DeclareOption{MA}{\gdef\@degree{MASTER OF ARTS}\gdef\@diss{THESIS}}
@@ -296,4 +298,18 @@
\bfseries\MakeUppercase{\bibname}
\end{center}}
+% the following code allows hyperref to be used. It is not guaranteed to
+% work, and the thesis office presumably doesn't allow hyperlinks.
+% If the thesis office permits them, then I may try to support this more.
+% Thanks to Florent Chervet for the code.
+\AtBeginDocument{\@ifpackageloaded{hyperref}%
+{\def\MakeLinkUppercase \hyper@linkstart #1#2#3\hyper@linkend
+ {\hyper@linkstart {#1}{#2}{\MakeUppercase{#3}}\hyper@linkend }
+\pdfstringdefDisableCommands{\let\MakeUppercase \@firstofone }
+\renewcommand*{\l@chapter}[2]{%
+ \l@chapapp{\MakeLinkUppercase #1}{#2}{\cftchaptername}} % Format chapter names
+\renewcommand*{\l@appendix}[2]{%
+ \l@chapapp{\MakeLinkUppercase #1}{#2}{\cftappendixname}}} % Format appendix names
+% if no hyperref
+{\relax}}
\endinput \ No newline at end of file