2019/11/26 v3.9 School of Informatics Thesis Class
Merge with upstream v3.8
The class file has been merged with the v3.8 upstream changes (noted as version v3.8u in infthesis.cls).
Lay summary environment
The laysummary environment inserts a lay summary page akin to how the declaration environment inserts a declaration page. Usage example:
\begin{laysummary}
Summary goes here\dots
\end{laysummary}Automatic insertion of author name in custom declaration
The declaration environment automatically inserts the author name at the end of the declaration like the \standarddeclaration macro does. In fact, the \standarddeclaration macro is now defined in terms of the declaration environment. Usage example:
\begin{declaration}
My custom declaration\dots
\end{declaration}produces a page containing
My custom declaration...
(author name)