summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/hagenberg-thesis/hgbthesis.cls
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/hagenberg-thesis/hgbthesis.cls')
-rw-r--r--Master/texmf-dist/tex/latex/hagenberg-thesis/hgbthesis.cls9
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/hagenberg-thesis/hgbthesis.cls b/Master/texmf-dist/tex/latex/hagenberg-thesis/hgbthesis.cls
index fbe1a6b2998..ba16c467923 100644
--- a/Master/texmf-dist/tex/latex/hagenberg-thesis/hgbthesis.cls
+++ b/Master/texmf-dist/tex/latex/hagenberg-thesis/hgbthesis.cls
@@ -8,7 +8,7 @@
%% Package Information --------------------------------------------------------
\NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{hgbthesis}[2017/10/28]
+\ProvidesClass{hgbthesis}[2018/11/24]
\RequirePackage{xifthen}
@@ -587,7 +587,6 @@ This work is published under the conditions of the
\@declarationpage
}
-
% Add PDF meta data and create title pages
\renewcommand{\maketitle}{ %replace standard LaTeX-command
@@ -597,15 +596,17 @@ This work is published under the conditions of the
pdfsubject={\@programname, \@placeofstudy},
pdfcreator={LaTeX using class hgbthesis [\hgbDate]},
pdfproducer={pdflatex},
- pdfkeywords={}
+ pdfkeywords={},
+ pageanchor=false % disable hyperref page anchors in frontmatter pages
}%
-
\@maketitlepages
+ \hypersetup{pageanchor=true} % enable hyperref page anchors in the main document
}
%% Additional Hagenberg packages ----------------------------------------------
\RequirePackage{hgbmath}
+\RequirePackage{hgbalgo}
\RequirePackage{hgbheadings}
\RequirePackage{hgbabbrev}
\RequirePackage{hgblistings}