From 1e4f56823b19273ad0f89ad827217979c6ff4000 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 10:48:32 +0100
Subject: [PATCH] Removed an extra vskip in the style files for the Masaryk
 University.

---
 style/mu/econ.dtx | 8 ++++++--
 style/mu/fsps.dtx | 6 +++++-
 style/mu/med.dtx  | 6 +++++-
 3 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/style/mu/econ.dtx b/style/mu/econ.dtx
index 6399c12..2003737 100644
--- a/style/mu/econ.dtx
+++ b/style/mu/econ.dtx
@@ -10,7 +10,7 @@
 % 9928/SmerniceDekana2017-c.2-o_zaverecnych_pracich_2017.pdf}}.
 %    \begin{macrocode}
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{fithesis/style/mu/fithesis-econ}[2017/08/09]
+\ProvidesPackage{fithesis/style/mu/fithesis-econ}[2018/02/11]
 %    \end{macrocode}
 % The file defines the color scheme of the respective faculty. Note
 % the the color definitions are in RGB, which makes the resulting
@@ -106,8 +106,12 @@
       max(\@A,\@B)}
     \let\@right\relax\newlength{\@right}\pgfmathsetlength{\@right}{%
       max(\@C,\@D)}
+%    \end{macrocode}
+% \changes{v0.3.49}{2018/02/11}{Removed an extraneous vskip in the style files
+%   for the Masaryk University in Brno. [VN]}
+% \begin{macrocode}
     % Typeset the thesis author and advisor boxes
-    \vskip 2in\begin{minipage}[t]{\@left}
+    \begin{minipage}[t]{\@left}
       {\bf\thesis@@{advisorTitle}:}\\\thesis@advisor
     \end{minipage}\hfill\begin{minipage}[t]{\@right}
       {\bf\thesis@@{authorTitle}:}\\\thesis@author
diff --git a/style/mu/fsps.dtx b/style/mu/fsps.dtx
index 07b8f3d..196d349 100644
--- a/style/mu/fsps.dtx
+++ b/style/mu/fsps.dtx
@@ -6,7 +6,7 @@
 % auth/do/fsps/studijni/info-stud/SZZ/pokyny_ZP_13-5-2013.pdf}}.
 %    \begin{macrocode}
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{fithesis/style/mu/fithesis-fsps}[2017/05/21]
+\ProvidesPackage{fithesis/style/mu/fithesis-fsps}[2018/02/11]
 %    \end{macrocode}
 % The file defines the color scheme of the respective faculty. Note
 % the the color definitions are in RGB, which makes the resulting
@@ -66,6 +66,10 @@
       max(\@A,\@B)}
     \let\@right\relax\newlength{\@right}\pgfmathsetlength{\@right}{%
       max(\@C,\@F)}
+%    \end{macrocode}
+% \changes{v0.3.49}{2018/02/11}{Removed an extraneous vskip in the style files
+%   for the Masaryk University in Brno. [VN]}
+% \begin{macrocode}
     % Typeset the thesis author and advisor boxes
     \vskip 2in\begin{minipage}[t]{\@left}
       {\bf\thesis@@{advisorTitle}:}\\\thesis@advisor
diff --git a/style/mu/med.dtx b/style/mu/med.dtx
index fb7d837..70eb4aa 100644
--- a/style/mu/med.dtx
+++ b/style/mu/med.dtx
@@ -7,7 +7,7 @@
 % ZITOSTI_ZAVERECNE_PRACE.doc}}.
 %    \begin{macrocode}
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{fithesis/style/mu/fithesis-med}[2017/05/21]
+\ProvidesPackage{fithesis/style/mu/fithesis-med}[2018/02/11]
 %    \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,6 +91,10 @@
       max(\@A,\@B)}
     \let\@right\relax\newlength{\@right}\pgfmathsetlength{\@right}{%
       max(\@C,\@D,\@E,\@F)}
+%    \end{macrocode}
+% \changes{v0.3.49}{2018/02/11}{Removed an extraneous vskip in the style files
+%   for the Masaryk University in Brno. [VN]}
+% \begin{macrocode}
     % Typeset the thesis author and advisor boxes
     \vskip 2in\begin{minipage}[t]{\@left}
       {\bf\thesis@@{advisorTitle}:}\\\thesis@advisor
-- 
GitLab