summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/fithesis/style/mu/fsps.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-06-24 21:33:27 +0000
committerKarl Berry <karl@freefriends.org>2015-06-24 21:33:27 +0000
commit391ed31e962286a63e234d0fd04a845972273739 (patch)
tree9e736b49082612049694d8c621ab9a50460f0184 /Master/texmf-dist/source/latex/fithesis/style/mu/fsps.dtx
parent6e8193718b99bbc13571c386278c30b325beea83 (diff)
fithesis (24jun15)
git-svn-id: svn://tug.org/texlive/trunk@37661 c570f23f-e606-0410-a88d-b1316a301751
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}