summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/fithesis/style/mu/fsps.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/fithesis/style/mu/fsps.dtx')
-rw-r--r--Master/texmf-dist/source/latex/fithesis/style/mu/fsps.dtx38
1 files changed, 38 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/fithesis/style/mu/fsps.dtx b/Master/texmf-dist/source/latex/fithesis/style/mu/fsps.dtx
new file mode 100644
index 00000000000..fcab5aacf21
--- /dev/null
+++ b/Master/texmf-dist/source/latex/fithesis/style/mu/fsps.dtx
@@ -0,0 +1,38 @@
+% \file{style/mu/fithesis-fss.sty}
+% 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-fss}[2015/06/23]
+% \end{macrocode}
+% The file defines the color scheme of the respective faculty.
+% \begin{macrocode}
+\thesis@color@setup{
+ links={HTML}{93BCF5},
+ tableEmph={HTML}{A8BDE3},
+ tableOdd={HTML}{EBEFF5},
+ tableEven={HTML}{D1DAEB}}
+% \end{macrocode}
+% The style file configures the title page header to include the
+% field name.
+% \begin{macrocode}
+\thesis@blocks@titlePage@field@true
+% \end{macrocode}
+% The style file defines the autolayout preamble as the cover and
+% the title page followed by the declaration, acknowledgement
+% table of contents and the optional list of tables and figures as
+% a part of the front matter. All blocks are defined in the
+% \texttt{style/mu/base.sty} file.
+% \begin{macrocode}
+\def\thesis@preamble{%
+ \thesis@blocks@cover%
+ \thesis@blocks@titlePage%
+ \thesis@blocks@frontMatter%
+ \thesis@blocks@declaration%
+ \thesis@blocks@thanks%
+ \thesis@blocks@tables%
+ \thesis@blocks@mainMatter}
+% \end{macrocode}