Newer
Older
% \file{style/mu/fithesis-fss.sty}
% 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.
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{fithesis/style/mu/fithesis-fss}[2016/04/18]
% The file defines the color scheme of the respective faculty. Note
% the the color definitions are in RGB, which makes the resulting
% files generally unsuitable for printing.
% \begin{macrocode}
links={HTML}{58EDD7},
tableEmph={HTML}{69D6C6},
% \end{macrocode}
% The bibliography support is enabled. The |authoryear| citations
% are used and the bibliography is sorted by name, title, and year.
% \begin{macrocode}
\thesis@bibliography@setup{
style=iso-authoryear,
sorting=nty}
\thesis@bibliography@load
% \end{macrocode}
% \begin{macro}{\thesis@blocks@frontMatter}
% The |\thesis@blocks@frontMatter| macro sets up the style
% of the front matter of the thesis.
% \begin{macrocode}
\def\thesis@blocks@frontMatter{%
\pagestyle{plain}
\parindent 1.5em
\setcounter{page}{1}
\pagenumbering{roman}}
% \end{macrocode}
% \end{macro}
% Note that there is no direct support for the seminar paper and
% thesis proposal types. If you would like to change the contents
% of the preamble and the postamble, you should modify the
% |\thesis@blocks@preamble| and |\thesis@blocks@postamble| macros.
%
% 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.
\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@declaration
\thesis@blocks@thanks
\thesis@blocks@tables}
\def\thesis@blocks@postamble{%
\thesis@blocks@bibliography}