summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-phil.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-phil.sty')
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-phil.sty37
1 files changed, 35 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-phil.sty b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-phil.sty
index 8d39b72dca5..ca0beddd487 100644
--- a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-phil.sty
+++ b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-phil.sty
@@ -50,7 +50,7 @@
%% The names of the source files used are shown above.
%%
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{fithesis/style/mu/fithesis-phil}[2015/12/08]
+\ProvidesPackage{fithesis/style/mu/fithesis-phil}[2016/03/22]
\thesis@color@setup{
links={HTML}{6FCEF2},
tableEmph={HTML}{78CEF0},
@@ -58,14 +58,47 @@
tableEven={HTML}{D0EBF5}}
\thesis@blocks@titlePage@department@true
\thesis@blocks@titlePage@field@true
+\def\thesis@departments@kisk{kisk}
+\ifx\thesis@department\thesis@departments@kisk
+ \def\thesis@department@name{\thesis@@{departmentName}}
+ \def\thesis@departmentEn@name{\thesis@english@departmentName}
+\fi
+\ifx\thesis@department\thesis@departments@kisk
+ \def\thesis@blocks@titlePage@content{%
+ {\thesis@titlePage@Huge\bf\thesis@TeXtitle\par\vfil}\vskip 0.8in
+ {\thesis@titlePage@large\sc\thesis@@{typeName}\\[0.3in]}
+ {\thesis@titlePage@Large\bf\thesis@author}
+ % If this is a KISK thesis, typeset the name of the thesis
+ % advisor.
+ \ifx\thesis@department\thesis@departments@kisk
+ {\thesis@titlePage@large\\[0.3in]
+ {\bf\thesis@@{advisorTitle}:} \thesis@advisor}
+ \fi}%
+\fi
\def\thesis@blocks@preamble{%
\thesis@blocks@coverMatter
\thesis@blocks@cover
\thesis@blocks@titlePage
\thesis@blocks@frontMatter
+ \ifx\thesis@department\thesis@departments@kisk
+ \thesis@blocks@bibEntry
+ \thesis@blocks@abstract
+ \thesis@blocks@abstractEn
+ \thesis@blocks@keywords
+ \thesis@blocks@keywordsEn
+ \fi
\thesis@blocks@declaration
\thesis@blocks@thanks
- \thesis@blocks@tables}
+ \ifx\thesis@department\thesis@departments@kisk
+ \thesis@blocks@toc
+ \else
+ \thesis@blocks@tables
+ \fi}
+\ifx\thesis@department\thesis@departments@kisk
+ \def\thesis@blocks@postamble{%
+ \thesis@blocks@lot
+ \thesis@blocks@lof}
+\fi
\endinput
%%
%% End of file `fithesis-phil.sty'.