diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-fss.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-fss.sty | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-fss.sty b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-fss.sty index 31d7ac23ff3..67dab0c6c16 100644 --- a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-fss.sty +++ b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-fss.sty @@ -50,7 +50,7 @@ %% The names of the source files used are shown above. %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fithesis/style/mu/fithesis-fss}[2015/06/27] +\ProvidesPackage{fithesis/style/mu/fithesis-fss}[2015/11/29] \thesis@color@setup{ links={HTML}{58EDD7}, tableEmph={HTML}{69D6C6}, @@ -61,20 +61,19 @@ \parindent 1.5em \setcounter{page}{1} \pagenumbering{roman}} -\def\thesis@preamble{% - \thesis@blocks@cover% - \thesis@blocks@titlePage% - \thesis@blocks@frontMatter% - \thesis@blocks@clearRight% - \thesis@blocks@abstract% - \thesis@blocks@abstractEn% - \thesis@blocks@keywords% - \thesis@blocks@keywordsEn% - \thesis@blocks@assignment% - \thesis@blocks@declaration% - \thesis@blocks@thanks% - \thesis@blocks@tables% - \thesis@blocks@mainMatter} +\def\thesis@blocks@preamble{% + \thesis@blocks@cover + \thesis@blocks@titlePage + \thesis@blocks@frontMatter + \thesis@blocks@clearRight + \thesis@blocks@abstract + \thesis@blocks@abstractEn + \thesis@blocks@keywords + \thesis@blocks@keywordsEn + \thesis@blocks@assignment + \thesis@blocks@declaration + \thesis@blocks@thanks + \thesis@blocks@tables} \endinput %% %% End of file `fithesis-fss.sty'. |