Skip to content

Incorrect position of lists in econ version of thesis

In IS MU discussion forum, a user writes that the template for ECON MUNI has tables of figures and tables at the incorrect places and has posted a patch:

diff --git a/fithesis/style/mu/fithesis-mu-econ.sty b/fithesis/style/mu/fithesis-mu-econ.sty
index 61e2f03..ede9a33 100644
--- a/fithesis/style/mu/fithesis-mu-econ.sty
+++ b/fithesis/style/mu/fithesis-mu-econ.sty
@@ -177,11 +177,11 @@
\thesis@blocks@declaration
\thesis@blocks@assignment
\thesis@blocks@thanks
- \thesis@blocks@toc}
+ \thesis@blocks@toc
+ \thesis@blocks@tables}
\def\thesis@blocks@postamble{%
\ifx\thesis@doctoral\thesis@type\thesis@blocks@summary\else\fi
\thesis@blocks@bibliography
- \thesis@blocks@tables
}
\endinput
%%

We should:

  • verify that the change is in line with the requirements of ECON MUNI
  • apply the patch