diff options
author | Karl Berry <karl@freefriends.org> | 2015-12-01 22:53:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-12-01 22:53:36 +0000 |
commit | 661ff07b6383ac3bfb1773691050eb5ff5e19d24 (patch) | |
tree | 9396a92cc17c6eb0a5fde4b0e42ecf97226f3986 /Master/texmf-dist/source/latex/fithesis/style/mu/fss.dtx | |
parent | b9e437e9bfed776213b65bdbf349eb6fcd96e116 (diff) |
fithesis (1dec15)
git-svn-id: svn://tug.org/texlive/trunk@38994 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/fithesis/style/mu/fss.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/fithesis/style/mu/fss.dtx | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/Master/texmf-dist/source/latex/fithesis/style/mu/fss.dtx b/Master/texmf-dist/source/latex/fithesis/style/mu/fss.dtx index 612639532a5..91d65ecc3f1 100644 --- a/Master/texmf-dist/source/latex/fithesis/style/mu/fss.dtx +++ b/Master/texmf-dist/source/latex/fithesis/style/mu/fss.dtx @@ -16,7 +16,7 @@ % department and will require modification by the user. % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fithesis/style/mu/fithesis-fss}[2015/06/27] +\ProvidesPackage{fithesis/style/mu/fithesis-fss}[2015/11/29] % \end{macrocode} % The file defines the color scheme of the respective faculty. % \begin{macrocode} @@ -41,18 +41,17 @@ % within this file are defined in the % \texttt{style/mu/fithesis-base.sty} file. % \begin{macrocode} -\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} % \end{macrocode} |