From b85e42c230ee1ad50ff4f83a0c3b68c167ec87aa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?V=C3=ADt=20Novotn=C3=BD?= <witiko@gmail.com>
Date: Sun, 15 May 2016 02:45:21 +0200
Subject: [PATCH] Fixed `\thesis@blocks@assignment` being typeset in Czech for
 mu/sci.

---
 fithesis.dtx     | 5 ++++-
 style/mu/sci.dtx | 8 +++++---
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/fithesis.dtx b/fithesis.dtx
index b981ccb..275bf4c 100644
--- a/fithesis.dtx
+++ b/fithesis.dtx
@@ -64,7 +64,10 @@
 % \changes{v0.3.38:2}{2016/05/15}{Fixed \cs{thesis@pages} not
 %   taking \cs{thesis@preamble} into account. Fixed the chapter
 %   number being printed regardless of secnumdepth by the style
-%   files of the Masaryk University in Brno.}
+%   files of the Masaryk University in Brno. Fixed
+%   \cs{thesis@blocks@assignment} being typeset in Czech only
+%   by the style file of the Faculty of Science at the Masaryk
+%   University in Brno.}
 % \changes{v0.3.38:1}{2016/04/18}{The \texttt{bib} key was added
 %   on the \textsf{fithesis3} class level and is supported by the
 %   style files of the Masaryk University in Brno.}
diff --git a/style/mu/sci.dtx b/style/mu/sci.dtx
index aa3a087..2cf808f 100644
--- a/style/mu/sci.dtx
+++ b/style/mu/sci.dtx
@@ -6,7 +6,7 @@
 % \url{http://www.sci.muni.cz/NW/predpisy/od/OD-2014-05.pdf}}.
 %    \begin{macrocode}
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{fithesis/style/mu/fithesis-sci}[2016/04/18]
+\ProvidesPackage{fithesis/style/mu/fithesis-sci}[2016/05/15]
 %    \end{macrocode}
 % The file defines the color scheme of the respective faculty.
 %    \begin{macrocode}
@@ -16,7 +16,8 @@
   tableOdd={HTML}{EDF7F1},
   tableEven={HTML}{CCEDD8}}
 %    \end{macrocode}
-% The bibliography support is enabled.
+% The bibliography support is enabled. The |numeric| citations are
+% used and the bibliography is sorted in citation order.
 %    \begin{macrocode}
 \thesis@bibliography@setup{
   style=iso-numeric,
@@ -372,8 +373,9 @@
       \thesis@blocks@bibEntry
       \thesis@blocks@bibEntryEn
       \thesis@blocks@abstract
-      \thesis@blocks@abstractEn
+      \thesis@blocks@abstractEn}
     \thesis@blocks@assignment
+    {\thesis@selectLocale{czech}%
     \thesis@blocks@thanks
     \thesis@blocks@declaration
     \thesis@blocks@tables}}
-- 
GitLab