summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fithesis/style/mu/fi.dtx
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-05-26 03:05:34 +0000
committerNorbert Preining <norbert@preining.info>2021-05-26 03:05:34 +0000
commit8982c52e00ffb3fb5a913fc60913ebd9070f091a (patch)
tree6a395986e3502fefcf42364f8dd87519b45a2441 /macros/latex/contrib/fithesis/style/mu/fi.dtx
parent07dc96bc3bbd691fc52aca15a172eaf41a89d873 (diff)
CTAN sync 202105260305
Diffstat (limited to 'macros/latex/contrib/fithesis/style/mu/fi.dtx')
-rw-r--r--macros/latex/contrib/fithesis/style/mu/fi.dtx93
1 files changed, 38 insertions, 55 deletions
diff --git a/macros/latex/contrib/fithesis/style/mu/fi.dtx b/macros/latex/contrib/fithesis/style/mu/fi.dtx
index 28a1530743..96b699a11d 100644
--- a/macros/latex/contrib/fithesis/style/mu/fi.dtx
+++ b/macros/latex/contrib/fithesis/style/mu/fi.dtx
@@ -1,14 +1,18 @@
% \file{style/mu/fithesis-fi.sty}
+% \changes{v1.0.0}{2021/02/21}{Files were renamed after
+% breaking changes in package loading after PR 438 in \LaTeXe. [VN]}
+% \changes{v1.0.0}{2021/03/19}{Updated urls to show the most recent
+% requirements and recommendations used in preparation of the
+% template. [TV]}
% This is the style file for the theses written at the Faculty of
% Informatics at the Masaryk University in Brno. It has been
-% prepared in accordance with the formal requirements published at
-% the website of the faculty\footnote{See
-% \url{https://is.muni.cz/do/fi/uredni_deska/predpisy/smernice/^^A
-% Smernice_dekana_1_2018_zaverecne_prace.pdfa.pdf}, and
-% \url{http://www.fi.muni.cz/docs/BP_DP_na_FI.pdf}.}.
+% prepared in accordance with the faculty directive
+% \footnote{See \url{https://is.muni.cz/auth/do/fi/^^A
+% uredni_deska/predpisy/smernice/Smernice_dekana_1_2021^^A
+% _zaverecne_prace.pdf}}.
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{fithesis/style/mu/fithesis-fi}[2016/04/18]
+\ProvidesPackage{fithesis/style/mu/fithesis-mu-fi}[2021/04/24]
% \end{macrocode}
% The file defines the color scheme of the respective faculty. Note
% the the color definitions are in RGB, which makes the resulting
@@ -20,7 +24,7 @@
tableOdd={HTML}{FFF9E5},
tableEven={HTML}{FFECB3}}
% \end{macrocode}
-% The bibliography support is enabled. The |numeric| citations are
+% The bibliography support is enabled. The |iso-numeric| citations are
% used and the bibliography is sorted in citation order.
% \begin{macrocode}
\thesis@bibliography@setup{
@@ -38,51 +42,15 @@
\thesis@blocks@assignment@false
\fi\fi
% \end{macrocode}
-% \begin{macro}{\thesis@blocks@titlePage}
-% The style file redefines the cover and title page footers to
-% include the thesis advisor's name and signature in case of a
-% rigorous thesis. Along with the macros required by the
-% locale file interface, the locale files need to define the
-% following strings:
-% \begin{itemize}
-% \item\texttt{advisorSignature} -- The label of the advisor
-% signature field typeset in the case of rigorous theses
-% \end{itemize}
-% \begin{macrocode}
-\def\thesis@blocks@advisor{%
- {\thesis@titlePage@large\\[0.3in]
- {\bf\thesis@@{advisorTitle}:} \thesis@advisor}}
-\def\thesis@blocks@titlePage@content{%
- {\thesis@titlePage@Huge\bf\thesis@TeXtitle\par\vfil}\vskip 0.8in
- {\thesis@titlePage@large\sc\thesis@@{typeName}\\[0.3in]}
- {\thesis@titlePage@Large\bf\thesis@author}
- % If this is a rigorous thesis or a PhD thesis proposal,
- % typeset the name of the thesis advisor.
- \ifx\thesis@type\thesis@rigorous
- \thesis@blocks@advisor
- \else\ifx\thesis@type\thesis@proposal
- \thesis@blocks@advisor
- \fi\fi}%
-\def\thesis@blocks@advisorSignature{%
- \let\@A\relax\newlength{\@A}
- \settowidth{\@A}{\thesis@@{advisorSignature}}
- \setlength{\@A}{\@A+1cm}
- \hfill\raisebox{-0.5em}{\parbox{\@A}{
- \centering
- \rule{\@A}{1pt}\\
- \thesis@@{advisorSignature}
- }}}%
-\def\thesis@blocks@titlePage@footer{%
- {\thesis@titlePage@large\thesis@place, \thesis@@{semester}
- % If this is a rigorous thesis or a PhD thesis proposal,
- % create space for the advisor's signature.
- \ifx\thesis@type\thesis@rigorous
- \thesis@blocks@advisorSignature
- \else\ifx\thesis@type\thesis@proposal
- \thesis@blocks@advisorSignature
- \fi\fi}}
-% \end{macrocode}
-% \end{macro}\begin{macro}{\thesis@blocks@declaration}
+% \changes{v1.0.0}{2021/02/26}{^^A
+% The \cs{thesis@blocks@advisorSignature} macro is now defined
+% for styles of all faculties at the Masaryk University in Brno,
+% not just for the Faculty of Informatics, and is automatically
+% used in the \cs{thesis@blocks@titlePage} macro for rigorous
+% theses and PhD thesis proposals. [VN]}
+% \changes{v1.0.0}{2021/02/26}{Lifted the \texttt{advisorSignature}
+% string to the global locale file interface. [VN]}
+% \begin{macro}{\thesis@blocks@declaration}
% The |\thesis@blocks@declaration| macro typesets the
% declaration text. Compared to the definition within the
% \texttt{style/mu/base.sty} file, this macro also
@@ -101,6 +69,13 @@
\end{alwayssingle}}
% \end{macrocode}
% \end{macro}
+% \changes{v1.0.0}{2021/05/06}{Added redefinition of conditionals
+% to exclude the study field and the study programme from the
+ % title page. [TV]}
+% \begin{macrocode}
+\thesis@blocks@titlePage@field@false
+\thesis@blocks@titlePage@programme@false
+% \end{macrocode}
% In Ph.D. theses, only the table of contents will be typeset in
% the front matter as per the formal requirements of the
% faculty\footnote{See
@@ -114,19 +89,27 @@
% All blocks within the autolayout preamble and postamble that are
% not defined within this file are defined in the
% \texttt{style/mu/fithesis-base.sty} file.
+% \changes{v1.0.0}{2021/03/22}{Reorganised the blocks to fit the
+% faculty's requirements. [TV]}
+% \changes{v1.0.0}{2021/04/24}{^^A
+% Change \cs{thesis@facultyLogo},
+% \cs{thesis@blocks@facultyLogo@monochrome}, and
+% \cs{thesis@blocks@facultyLogo@color} to use the new logotype
+% of the Masaryk University in Brno in the correct size and
+% localization. Add \cs{thesis@blocks@seal}. [VN]}
% \begin{macrocode}
\def\thesis@blocks@preamble{%
\thesis@blocks@coverMatter
\thesis@blocks@cover
- \thesis@blocks@titlePage
\thesis@blocks@frontMatter
+ \thesis@blocks@titlePage
+ \thesis@blocks@seal
\ifx\thesis@type\thesis@proposal
\thesis@blocks@toc
\else
- \thesis@blocks@assignment
\thesis@blocks@declaration
\thesis@blocks@thanks
- \thesis@blocks@clearRight
+ \thesis@blocks@clear
\thesis@blocks@abstract
\thesis@blocks@keywords
\thesis@blocks@tables