Skip to content
Snippets Groups Projects
Commit b85e42c2 authored by Vít Novotný's avatar Vít Novotný
Browse files

Fixed `\thesis@blocks@assignment` being typeset in Czech for mu/sci.

parent ee075ca4
No related branches found
No related tags found
No related merge requests found
......@@ -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.}
......
......@@ -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}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment