summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/fithesis/style/mu/econ.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/fithesis/style/mu/econ.dtx')
-rw-r--r--Master/texmf-dist/source/latex/fithesis/style/mu/econ.dtx22
1 files changed, 21 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/latex/fithesis/style/mu/econ.dtx b/Master/texmf-dist/source/latex/fithesis/style/mu/econ.dtx
index 5718501d90b..1ea9c568bef 100644
--- a/Master/texmf-dist/source/latex/fithesis/style/mu/econ.dtx
+++ b/Master/texmf-dist/source/latex/fithesis/style/mu/econ.dtx
@@ -7,7 +7,7 @@
% 363/Smernice2014-9.pdf}}.
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{fithesis/style/mu/fithesis-econ}[2015/06/27]
+\ProvidesPackage{fithesis/style/mu/fithesis-econ}[2015/11/17]
% \end{macrocode}
% The file defines the color scheme of the respective faculty.
% \begin{macrocode}
@@ -134,6 +134,26 @@
\thesis@blocks@lof}
% \end{macrocode}
% \end{macro}
+% If the |nolot| and |nolof| options haven't been specified, the
+% |\thesis@blocks@lot| and |\thesis@blocks@lof| macros are
+% redefined to create an entry in the table of contents.
+% \begin{macrocode}
+\ifx\thesis@blocks@lot\empty\else
+ \def\thesis@blocks@lot{%
+ \thesis@blocks@clear
+ \phantomsection
+ \addcontentsline{toc}{chapter}{\listtablename}%
+ \listoftables}
+\fi
+
+\ifx\thesis@blocks@lof\empty\else
+ \def\thesis@blocks@lof{%
+ \thesis@blocks@clear
+ \phantomsection
+ \addcontentsline{toc}{chapter}{\listfigurename}%
+ \listoffigures}
+\fi
+% \end{macrocode}
% All blocks within the autolayout preamble that are not defined
% within this file are defined in the
% \texttt{style/mu/fithesis-base.sty} file.