From aca6f2cfdf9c700cda23c3921513f33f4c4c6a5f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?V=C3=ADt=20Novotn=C3=BD?= <witiko@mail.muni.cz>
Date: Wed, 17 Aug 2022 13:44:01 +0200
Subject: [PATCH] Typeset thesis title on cover and title pages in sans serif
 typeface

---
 style/mu/base.dtx | 18 ++++++++++++++++--
 style/mu/econ.dtx |  9 +++++++--
 2 files changed, 23 insertions(+), 4 deletions(-)

diff --git a/style/mu/base.dtx b/style/mu/base.dtx
index 602cbe2..32a93f1 100644
--- a/style/mu/base.dtx
+++ b/style/mu/base.dtx
@@ -837,7 +837,14 @@
         \vspace{0.75cm}%
         {\sf\thesis@titlePage@large\thesis@@upper{facultyName}\par}%
         \vfill
-        {\bf\thesis@titlePage@Huge\thesis@TeXtitle\par}%
+%    \end{macrocode}
+%   \changes{v1.1.0}{2022/08/17}{^^A
+%     Typeset thesis title on cover and title pages in sans serif typeface. [VN]}
+% \begin{macrocode}
+        \begingroup
+        \thesis@colorbold@true
+        {\sffamily\bfseries\thesis@titlePage@Huge\thesis@TeXtitle\par}%
+        \endgroup
         \vspace{1.5cm}%
         {\sf\thesis@titlePage@Large\thesis@@{typeName}\par}%
         \vspace{1.5cm}%
@@ -935,10 +942,17 @@
       \par\vspace{0.75cm}%
       {\sf\thesis@titlePage@large\thesis@@upper{facultyName}\par}%
       \vfill
-      {\bf\thesis@titlePage@Huge\thesis@TeXtitle\par}%
+      \begingroup
+      \thesis@colorbold@true
+      {\sffamily\bfseries\thesis@titlePage@Huge\thesis@TeXtitle\par}%
+      \endgroup
       \vspace{1.5cm}%
       {\sf\thesis@titlePage@Large\thesis@@{typeName}\par}%
       \vspace{1.5cm}%
+%    \end{macrocode}
+% \changes{v1.1.0}{2022/08/17}{^^A
+%   Typeset thesis title on cover and title pages in sans serif typeface. [VN]}
+% \begin{macrocode}
       {\sf\thesis@titlePage@LARGE\thesis@upper{author}\par}%
       \vfill\vfill
       {\sf\thesis@titlePage@large\thesis@@{advisorTitle}: \thesis@advisor\par}%
diff --git a/style/mu/econ.dtx b/style/mu/econ.dtx
index 49e0df7..fc21009 100644
--- a/style/mu/econ.dtx
+++ b/style/mu/econ.dtx
@@ -22,7 +22,7 @@
 % 768134/}}.
 %    \begin{macrocode}
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{fithesis/style/mu/fithesis-mu-econ}[2021/04/24]
+\ProvidesPackage{fithesis/style/mu/fithesis-mu-econ}[2022/08/17]
 %    \end{macrocode}
 % The file defines the color scheme of the respective faculty. Note
 % the the color definitions are in RGB, which makes the resulting
@@ -91,10 +91,15 @@
 % to the definition within the \texttt{style/mu/base.sty} file, this
 % macro does not include the title of the thesis, and typesets the
 % name of the author at the bottom of the page.
+% \changes{v1.1.0}{2022/08/17}{^^A
+%   Typeset thesis title on cover and title pages in sans serif typeface. [VN]}
 %    \begin{macrocode}
 \thesis@xpatch\thesis@blocks@cover{%
   \vfill
-  {\bf\thesis@titlePage@Huge\thesis@TeXtitle\par}%
+  \begingroup
+  \thesis@colorbold@true
+  {\sffamily\bfseries\thesis@titlePage@Huge\thesis@TeXtitle\par}%
+  \endgroup
   \vspace{1.5cm}%
   {\sf\thesis@titlePage@Large\thesis@@{typeName}\par}%
   \vspace{1.5cm}%
-- 
GitLab