diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/hagenberg-thesis/hgbreport.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/hagenberg-thesis/hgbreport.cls | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/hagenberg-thesis/hgbreport.cls b/Master/texmf-dist/tex/latex/hagenberg-thesis/hgbreport.cls index 6dff1a37e61..6d7a923e7bf 100644 --- a/Master/texmf-dist/tex/latex/hagenberg-thesis/hgbreport.cls +++ b/Master/texmf-dist/tex/latex/hagenberg-thesis/hgbreport.cls @@ -8,7 +8,7 @@ %% Package Information -------------------------------------------------------- \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{hgbreport}[2017/10/28] +\ProvidesClass{hgbreport}[2018/11/24] \RequirePackage{xifthen} @@ -52,6 +52,15 @@ \RequirePackage{hgb} % load associated style file hgb.sty +%% Set title font to SF +\RequirePackage{titling} +\renewcommand{\maketitlehooka}{\sffamily} + +%% Set abstract name to bold +\RequirePackage{abstract}% +\renewcommand{\abstractnamefont}{\sffamily\small\bfseries} + + % Add PDF meta data \AtBeginDocument{% @@ -69,6 +78,7 @@ %% Additional Hagenberg packages ---------------------------------------------- \RequirePackage{hgbmath} +\RequirePackage{hgbalgo} \RequirePackage{hgbheadings} \RequirePackage{hgbabbrev} \RequirePackage{hgblistings} |