From e9992743b7aab262eec160086f7663cf2547a0e1 Mon Sep 17 00:00:00 2001
From: witiko <witiko@gmail.com>
Date: Sat, 30 May 2015 15:58:21 +0200
Subject: [PATCH] Removed an extraneous `\thesis@blocks@clear` withing the
 definition of `\thesis@blocks@frontMatter` in the `fss` style file.

---
 fithesis3/style/mu/fss.dtx | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/fithesis3/style/mu/fss.dtx b/fithesis3/style/mu/fss.dtx
index 4f004cc..e78e26a 100644
--- a/fithesis3/style/mu/fss.dtx
+++ b/fithesis3/style/mu/fss.dtx
@@ -30,6 +30,17 @@
 %    \begin{macrocode}
 \thesis@requireLocale{english}
 %    \end{macrocode}
+% \begin{macro}{\thesis@blocks@frontMatter}
+% The |\thesis@blocks@frontMatter| private macro sets up the style
+% of the front matter of the thesis.
+% \begin{macrocode}
+\def\thesis@blocks@frontMatter{%
+  \pagestyle{plain}
+  \parindent 1.5em
+  \setcounter{page}{1}
+  \pagenumbering{roman}}
+%    \end{macrocode}
+% \end{macro}
 % The style file defines the autolayout preamble as the cover and
 % the title page followed by the abstracts, keywords, assignment,
 % declaration, acknowledgement, table of contents and
-- 
GitLab