diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/fithesis/style/mu/med.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/fithesis/style/mu/med.dtx | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/fithesis/style/mu/med.dtx b/Master/texmf-dist/source/latex/fithesis/style/mu/med.dtx index 1174710d2f0..80068611230 100644 --- a/Master/texmf-dist/source/latex/fithesis/style/mu/med.dtx +++ b/Master/texmf-dist/source/latex/fithesis/style/mu/med.dtx @@ -7,7 +7,7 @@ % ZITOSTI_ZAVERECNE_PRACE.doc}}. % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fithesis/style/mu/fithesis-med}[2016/03/22] +\ProvidesPackage{fithesis/style/mu/fithesis-med}[2016/04/18] % \end{macrocode} % The file defines the color scheme of the respective faculty. % \begin{macrocode} @@ -17,6 +17,14 @@ tableOdd={HTML}{FFF5F6}, tableEven={HTML}{FFDEDF}} % \end{macrocode} +% The bibliography support is enabled. The |authoryear| citations +% are used and the bibliography is sorted by year, name, and title. +% \begin{macrocode} +\thesis@bibliography@setup{% + style=iso-authoryear, + sorting=ynt} +\thesis@bibliography@load +% \end{macrocode} % The file loads the following packages: % \begin{itemize} % \item\textsf{tikz} -- Used for dimension arithmetic. @@ -125,8 +133,8 @@ \onehalfspacing} % \end{macrocode} % \end{macro} -% All blocks within the autolayout postamble that are not defined -% within this file are defined in the +% All blocks within the autolayout preamble and postamble that are +% not defined within this file are defined in the % \texttt{style/mu/fithesis-base.sty} file. % \begin{macrocode} \def\thesis@blocks@preamble{% @@ -144,4 +152,6 @@ \thesis@blocks@declaration \thesis@blocks@thanks \thesis@blocks@tables} +\def\thesis@blocks@postamble{% + \thesis@blocks@bibliography} % \end{macrocode} |