Newer
Older
% This is the style file for the theses written at the Faculty of
% Sports Studies 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{http://www.fsps.^^A
% muni.cz/~korvas/pokyny_k_zaverecne_praci.doc}}.
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{fithesis/style/mu/fithesis-fsps}[2016/04/18]
% The file defines the color scheme of the respective faculty.
% \begin{macrocode}
links={HTML}{93BCF5},
tableEmph={HTML}{A8BDE3},
tableOdd={HTML}{EBEFF5},
tableEven={HTML}{D1DAEB}}
% \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}
% The style file configures the title page header to include the
% field name.
% \begin{macrocode}
\thesis@blocks@titlePage@field@true
% \end{macrocode}
% 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@declaration
\thesis@blocks@thanks
\thesis@blocks@tables}
\def\thesis@blocks@postamble{%
\thesis@blocks@bibliography}