diff options
author | Karl Berry <karl@freefriends.org> | 2015-11-19 22:40:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-11-19 22:40:04 +0000 |
commit | c97eafc789593a5348cff6033c58c3bfb0beab19 (patch) | |
tree | 82eff5de594cf23b8184ae8791391bb1bfb861c1 /Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-econ.sty | |
parent | 52b5b5df295683036612072db256172356408bf9 (diff) |
fithesis (19nov15)
git-svn-id: svn://tug.org/texlive/trunk@38893 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-econ.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-econ.sty | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-econ.sty b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-econ.sty index d61cd277ef0..54075a330fe 100644 --- a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-econ.sty +++ b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-econ.sty @@ -50,7 +50,7 @@ %% The names of the source files used are shown above. %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fithesis/style/mu/fithesis-econ}[2015/06/27] +\ProvidesPackage{fithesis/style/mu/fithesis-econ}[2015/11/17] \thesis@color@setup{ links={HTML}{F27995}, tableEmph={HTML}{E8B88B}, @@ -121,6 +121,21 @@ \thesis@blocks@clear% \thesis@blocks@lot% \thesis@blocks@lof} +\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 \def\thesis@preamble{% \thesis@blocks@cover% \thesis@blocks@frontMatter% |