From 2c12e05d99421134d63d1ee74d448a721483795a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?V=C3=ADt=20Novotn=C3=BD?= <witiko@mail.muni.cz>
Date: Sun, 11 Feb 2018 11:05:46 +0100
Subject: [PATCH] Made \emph use the italic rather than slanted type face.

---
 style/base.dtx | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/style/base.dtx b/style/base.dtx
index 6207856..d2528b6 100644
--- a/style/base.dtx
+++ b/style/base.dtx
@@ -5,5 +5,12 @@
 % currently a dummy file.
 %    \begin{macrocode}
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{fithesis/style/fithesis-base}[2015/06/23]
+\ProvidesPackage{fithesis/style/fithesis-base}[2018/02/11]
+%    \end{macrocode}
+% \changes{v0.3.49}{2018/02/11}{\cs{emph} uses the italic type
+%   face rather than the slanted type face. [VN]}
+%    \begin{macrocode}
+\DeclareRobustCommand\em
+        {\@nomath\em \ifdim \fontdimen\@ne\font >\z@
+                       \eminnershape \else \itshape \fi}%
 %    \end{macrocode}
-- 
GitLab