summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/fithesis/style/mu/phil.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/fithesis/style/mu/phil.dtx')
-rw-r--r--Master/texmf-dist/source/latex/fithesis/style/mu/phil.dtx39
1 files changed, 39 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/fithesis/style/mu/phil.dtx b/Master/texmf-dist/source/latex/fithesis/style/mu/phil.dtx
new file mode 100644
index 00000000000..8f3a58190a1
--- /dev/null
+++ b/Master/texmf-dist/source/latex/fithesis/style/mu/phil.dtx
@@ -0,0 +1,39 @@
+% \file{style/mu/fithesis-phil.sty}
+% This is the style file for the theses written at the Faculty of
+% Arts 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://is.muni.cz/auth/do/^^A
+% 1421/4581421/Vzor_bakalarske_prace.pdf}}.
+% \begin{macrocode}
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{fithesis/style/mu/fithesis-phil}[2015/06/23]
+% \end{macrocode}
+% The file defines the color scheme of the respective faculty.
+% \begin{macrocode}
+\thesis@color@setup{
+ links={HTML}{6FCEF2},
+ tableEmph={HTML}{78CEF0},
+ tableOdd={HTML}{EBF6FA},
+ tableEven={HTML}{D0EBF5}}
+% \end{macrocode}
+% The style file configures the title page header to include the
+% department and the field name.
+% \begin{macrocode}
+\thesis@blocks@titlePage@department@true
+\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}