diff options
author | Karl Berry <karl@freefriends.org> | 2016-01-14 23:38:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-01-14 23:38:48 +0000 |
commit | d15b1e7ca9e5168ae4c7ad4f7fc76195e9606a5d (patch) | |
tree | 46ed4135251a1eaaf37eb11eeeb80e4d6b9acb7f /Master/texmf-dist/source/latex/fithesis/style/mu/econ.dtx | |
parent | 944e4fe47261a46746f151c97cdfd5fdceae4ae6 (diff) |
fithesis (14jan16)
git-svn-id: svn://tug.org/texlive/trunk@39388 c570f23f-e606-0410-a88d-b1316a301751
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.dtx | 6 |
1 files changed, 3 insertions, 3 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 b261d35aba3..f41f6fa10cd 100644 --- a/Master/texmf-dist/source/latex/fithesis/style/mu/econ.dtx +++ b/Master/texmf-dist/source/latex/fithesis/style/mu/econ.dtx @@ -121,7 +121,7 @@ % contents. % \begin{macrocode} \def\thesis@blocks@toc{% - \thesis@blocks@clear% + \thesis@blocks@clear \tableofcontents} % \end{macrocode} % \end{macro}\begin{macro}{\thesis@blocks@tables} @@ -129,8 +129,8 @@ % |\listoftables| and |\listoffigures|. % \begin{macrocode} \def\thesis@blocks@tables{% - \thesis@blocks@clear% - \thesis@blocks@lot% + \thesis@blocks@clear + \thesis@blocks@lot \thesis@blocks@lof} % \end{macrocode} % \end{macro} |