From ac3c1320dd3a625b8124199ee4b5e611d627cf59 Mon Sep 17 00:00:00 2001
From: Jannik Dunkelau <jannik.dunkelau@hhu.de>
Date: Thu, 3 Sep 2020 15:03:02 +0200
Subject: [PATCH] Set math font to be sans serif as well

---
 hhuthesis.cls | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hhuthesis.cls b/hhuthesis.cls
index b1220c6..a4ff1d8 100644
--- a/hhuthesis.cls
+++ b/hhuthesis.cls
@@ -1,5 +1,5 @@
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{hhuthesis}[2020/09/03 HHU Thesis LaTeX document class v1.17]
+\ProvidesClass{hhuthesis}[2020/09/03 HHU Thesis LaTeX document class v1.18]
 
 \DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}} % Options fallback.
 \ProcessOptions\relax
@@ -115,6 +115,7 @@
 %%% Formatting and Typesetting
 
 %% Corporate Design says to use Arial, but TeXLive only provides helvet
+\RequirePackage{sansmathfonts}
 \RequirePackage[scaled=0.9]{helvet}
 \renewcommand{\familydefault}{\sfdefault}
 \RequirePackage[scaled=0.85]{beramono}
-- 
GitLab