summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fithesis/style/mu/econ.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/fithesis/style/mu/econ.dtx')
-rw-r--r--macros/latex/contrib/fithesis/style/mu/econ.dtx24
1 files changed, 18 insertions, 6 deletions
diff --git a/macros/latex/contrib/fithesis/style/mu/econ.dtx b/macros/latex/contrib/fithesis/style/mu/econ.dtx
index a05cacf39c..fc210098b3 100644
--- a/macros/latex/contrib/fithesis/style/mu/econ.dtx
+++ b/macros/latex/contrib/fithesis/style/mu/econ.dtx
@@ -10,13 +10,19 @@
% \changes{v1.0.0}{2021/03/19}{Updated urls to show the most recent
% requirements and recommendations used in preparation of the
% template. [TV]}
+% \changes{v1.1.0}{2022/04/19}{Updated urls to show the most recent
+% requirements and recommendations used in preparation of the
+% template. [VN]}
% published at the website of the faculty\footnote{See \url{https:^^A
% //is.muni.cz/auth/do/econ/uredni_deska/predpisy_ESF/smernice/sme^^A
-% rnice_dekana/94383996/} and \url{https://is.muni.cz/auth/do/econ^^A
-% /uredni_deska/predpisy_ESF/smernice/smernice_dekana/104768134/}}.
+% rnice/smernice_dekana/prehled/2019/smernice_c_9_2019_o_tvorbe_od^^A
+% evzdavani_zverejnovani_a_hodnoceni_bc_zaverecnych_a/SmerniceDeka^^A
+% na2019_c.9__2_FINALk_vydani.pdf} and \url{https://is.muni.cz/aut^^A
+% h/do/econ/uredni_deska/predpisy_ESF/smernice/smernice_dekana/104^^A
+% 768134/}}.
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{fithesis/style/mu/fithesis-mu-econ}[2021/04/24]
+\ProvidesPackage{fithesis/style/mu/fithesis-mu-econ}[2022/08/17]
% \end{macrocode}
% The file defines the color scheme of the respective faculty. Note
% the the color definitions are in RGB, which makes the resulting
@@ -85,10 +91,15 @@
% to the definition within the \texttt{style/mu/base.sty} file, this
% macro does not include the title of the thesis, and typesets the
% name of the author at the bottom of the page.
+% \changes{v1.1.0}{2022/08/17}{^^A
+% Typeset thesis title on cover and title pages in sans serif typeface. [VN]}
% \begin{macrocode}
\thesis@xpatch\thesis@blocks@cover{%
\vfill
- {\bf\thesis@titlePage@Huge\thesis@TeXtitle\par}%
+ \begingroup
+ \thesis@colorbold@true
+ {\sffamily\bfseries\thesis@titlePage@Huge\thesis@TeXtitle\par}%
+ \endgroup
\vspace{1.5cm}%
{\sf\thesis@titlePage@Large\thesis@@{typeName}\par}%
\vspace{1.5cm}%
@@ -280,9 +291,9 @@
\thesis@blocks@bibEntryEn
\thesis@blocks@abstractEn
\thesis@blocks@declaration
+ \thesis@blocks@assignment
\thesis@blocks@thanks
- \thesis@blocks@toc
- \thesis@blocks@tables}
+ \thesis@blocks@toc}
% \end{macrocode}
% All blocks within the autolayout postamble that are not defined
% within this file are defined in the \texttt{style/mu/base.sty}
@@ -293,5 +304,6 @@
\def\thesis@blocks@postamble{%
\ifx\thesis@doctoral\thesis@type\thesis@blocks@summary\else\fi
\thesis@blocks@bibliography
+ \thesis@blocks@tables
}
% \end{macrocode}