From c60d48df6b77a16c0633e19eb3ea6f8ac5e0221f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?V=C3=ADt=20Novotn=C3=BD?= <witiko@mail.muni.cz>
Date: Mon, 5 Nov 2018 11:26:17 +0100
Subject: [PATCH] Always put thesis@advisor on the title page for mu/phil

---
 style/mu/phil.dtx | 25 +++++++++++--------------
 1 file changed, 11 insertions(+), 14 deletions(-)

diff --git a/style/mu/phil.dtx b/style/mu/phil.dtx
index 3b8dd23..2c95f13 100644
--- a/style/mu/phil.dtx
+++ b/style/mu/phil.dtx
@@ -55,21 +55,18 @@
 \fi
 %    \end{macrocode}
 % \begin{macro}{\thesis@blocks@titlePage}
-% In the case of a KISK thesis, the style file redefines the cover
-% and title page footers to include the thesis advisor's name.
+% The style file redefines the cover and title page footers to include the
+% thesis advisor's name.
+% \changes{v0.3.51}  {2018/11/05}{Always typeset the name of the advisor
+%   on the title page for the Faculty of Arts at the Masaryk University
+%   in Brno, Czech Republic. [VN]}
 % \begin{macrocode}
-\ifx\thesis@department\thesis@departments@kisk
-  \def\thesis@blocks@titlePage@content{%
-    {\thesis@titlePage@Huge\bf\thesis@TeXtitle\par\vfil}\vskip 0.8in
-    {\thesis@titlePage@large\sc\thesis@@{typeName}\\[0.3in]}
-    {\thesis@titlePage@Large\bf\thesis@author}
-    % If this is a KISK thesis, typeset the name of the thesis
-    % advisor.
-    \ifx\thesis@department\thesis@departments@kisk
-      {\thesis@titlePage@large\\[0.3in]
-        {\bf\thesis@@{advisorTitle}:} \thesis@advisor}
-    \fi}%
-\fi
+\def\thesis@blocks@titlePage@content{%
+  {\thesis@titlePage@Huge\bf\thesis@TeXtitle\par\vfil}\vskip 0.8in
+  {\thesis@titlePage@large\sc\thesis@@{typeName}\\[0.3in]}
+  {\thesis@titlePage@Large\bf\thesis@author}
+  {\thesis@titlePage@large\\[0.3in]
+    {\bf\thesis@@{advisorTitle}:} \thesis@advisor}}
 %    \end{macrocode}
 % \end{macro}
 % Note that there is no direct support for the seminar paper and
-- 
GitLab