From ee075e2fece0e85c224d710c377b7e96b004b1ad Mon Sep 17 00:00:00 2001 From: Jannik Dunkelau <jannik.dunkelau@hhu.de> Date: Mon, 28 Jun 2021 16:09:49 +0200 Subject: [PATCH] Switch to serif font --- hhuthesis.cls | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/hhuthesis.cls b/hhuthesis.cls index 688fd28..37a3a68 100644 --- a/hhuthesis.cls +++ b/hhuthesis.cls @@ -114,12 +114,8 @@ %%% Formatting and Typesetting -%% Corporate Design says to use Arial, but TeXLive only provides helvet -\RequirePackage{sansmathfonts} +%% Include helvet for title page. \RequirePackage[scaled=0.95]{helvet} -\renewcommand{\familydefault}{\sfdefault} -\RequirePackage[scaled=0.85]{beramono} -\renewcommand{\rmdefault}{\sfdefault} \pagestyle{headings} @@ -271,6 +267,7 @@ \hfill% \begin{minipage}[c]{6.8cm} \begin{center} + \fontfamily{\sfdefault}\selectfont {\large \textsc{Institut f\"ur Informatik \linebreak}} {\small\centering Softwaretechnik und Programmiersprachen\linebreak} {\scriptsize Universit\"atsstr. 1 \hspace{7mm} D--40225 D\"usseldorf} @@ -281,7 +278,7 @@ \newcommand\@maketitle{% \vspace{3cm} \begin{center} - {\Huge \textbf \@title \par}% + {\fontfamily{\sfdefault}\selectfont \Huge \textbf \@title \par}% \vfill \begin{otherlanguage}{ngerman} {{\Large \@degree{}arbeit}\par -- GitLab