summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/hagenberg-thesis/hgbarticle.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-11-30 21:48:50 +0000
committerKarl Berry <karl@freefriends.org>2018-11-30 21:48:50 +0000
commitaac57f0cd7aea0d101e3240a12321b2cba46fb28 (patch)
treea68f3192bcc516dcf226c98fc7297ea504066432 /Master/texmf-dist/tex/latex/hagenberg-thesis/hgbarticle.cls
parent10b8702e8b19735324a53494aa3f9312147bf1e7 (diff)
hagenberg-thesis (30nov18)
git-svn-id: svn://tug.org/texlive/trunk@49284 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/hagenberg-thesis/hgbarticle.cls')
-rw-r--r--Master/texmf-dist/tex/latex/hagenberg-thesis/hgbarticle.cls14
1 files changed, 13 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/hagenberg-thesis/hgbarticle.cls b/Master/texmf-dist/tex/latex/hagenberg-thesis/hgbarticle.cls
index fc861b52c73..e135f741035 100644
--- a/Master/texmf-dist/tex/latex/hagenberg-thesis/hgbarticle.cls
+++ b/Master/texmf-dist/tex/latex/hagenberg-thesis/hgbarticle.cls
@@ -8,7 +8,7 @@
%% Package Information --------------------------------------------------------
\NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{hgbarticle}[2017/10/28]
+\ProvidesClass{hgbarticle}[2018/11/24]
\RequirePackage{xifthen}
@@ -57,6 +57,17 @@
\RequirePackage{hgb} % load associated style file hgb.sty
+%% Set title font to SF
+\RequirePackage{titling}
+\renewcommand{\maketitlehooka}{\sffamily}
+
+%% Set abstract name to bold (single column format only)
+\if@twocolumn%
+\else%
+\RequirePackage{abstract}
+\renewcommand{\abstractnamefont}{\sffamily\small\bfseries}
+\fi%
+
% Add PDF meta data
\AtBeginDocument{%
@@ -74,6 +85,7 @@
%% Additional Hagenberg packages ----------------------------------------------
\RequirePackage{hgbmath}
+\RequirePackage{hgbalgo}
\RequirePackage{hgbheadings}
\RequirePackage{hgbabbrev}
\RequirePackage{hgblistings}