summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fithesis/style/mu/fss.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/fss.dtx
parent07dc96bc3bbd691fc52aca15a172eaf41a89d873 (diff)
CTAN sync 202105260305
Diffstat (limited to 'macros/latex/contrib/fithesis/style/mu/fss.dtx')
-rw-r--r--macros/latex/contrib/fithesis/style/mu/fss.dtx52
1 files changed, 30 insertions, 22 deletions
diff --git a/macros/latex/contrib/fithesis/style/mu/fss.dtx b/macros/latex/contrib/fithesis/style/mu/fss.dtx
index 820f180eea..bb0b8d64ff 100644
--- a/macros/latex/contrib/fithesis/style/mu/fss.dtx
+++ b/macros/latex/contrib/fithesis/style/mu/fss.dtx
@@ -1,21 +1,17 @@
% \file{style/mu/fithesis-fss.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
-% Social Studies at the Masaryk University in Brno. Since there
-% exists no faculty-wide formal requirement or recommendation,^^A
-% \footnote{See \url{https://medzur.fss.muni.cz/informace-pro-st^^A
-% udenty/bakalarske-a-diplomove-prace}, \url{https://is.muni.cz/^^A
-% do/fss/kspsp/mvplzszz/dp_pokyny.html}, \url{https://psych.fss.^^A
-% muni.cz/media/3054818/pokyny_pro_psani_zaverecnych_praci.pdf},
-% \url{http://mve.fss.muni.cz/cs/studium/studijni-agenda/pokyny-^^A
-% ke-szz}, \url{https://humenv.fss.muni.cz/mgr/zaverecne-prace},
-% and \url{https://medzur.fss.muni.cz/media/11356/pravidla_pro_z^^A
-% averecne_prace_na_kmszu_verze_2013.pdf}.}
-% this style is just a skeleton, which is unlikely to satisfy the
-% exact requirements of any department and will require
-% modification by the individual departments.
+% Social Studies at the Masaryk University in Brno. It has been
+% prepared in accordance with the MS template of the faculty
+% \footnote{See \url{https://is.muni.cz/auth/do/fss/sablona_^^A
+% zaverecne_prace/sablonaDP-MUNI-FSS.dotx}}.
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{fithesis/style/mu/fithesis-fss}[2016/04/18]
+\ProvidesPackage{fithesis/style/mu/fithesis-mu-fss}[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
@@ -27,7 +23,7 @@
tableOdd={HTML}{E3F1EE},
tableEven={HTML}{C5E3DF}}
% \end{macrocode}
-% The bibliography support is enabled. The |authoryear| citations
+% The bibliography support is enabled. The |iso-authoryear| citations
% are used and the bibliography is sorted by name, title, and year.
% \begin{macrocode}
\thesis@bibliography@setup{
@@ -35,6 +31,11 @@
sorting=nty}
\thesis@bibliography@load
% \end{macrocode}
+% \changes{v1.0.0}{2021/05/06}{Added redefinition of the conditional
+% to exclude the study field from the title page. [TV]}
+% \begin{macrocode}
+\thesis@blocks@titlePage@field@false
+% \end{macrocode}
% \begin{macro}{\thesis@blocks@frontMatter}
% The |\thesis@blocks@frontMatter| macro sets up the style
% of the front matter of the thesis.
@@ -54,18 +55,25 @@
% 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@clearRight
- \thesis@blocks@abstract
- \thesis@blocks@abstractEn
- \thesis@blocks@keywords
- \thesis@blocks@keywordsEn
- \thesis@blocks@assignment
+ \thesis@blocks@titlePage
+ \thesis@blocks@seal
+ \thesis@blocks@bibEntry
+ \thesis@blocks@abstract
+ \thesis@blocks@bibEntryEn
+ \thesis@blocks@abstractEn
\thesis@blocks@declaration
\thesis@blocks@thanks
\thesis@blocks@tables}