Releases: dhil/inf-thesis-latex-cls
Releases · dhil/inf-thesis-latex-cls
2021/06/07 v3.10 School of Informatics Thesis Class
Summary
This release introduces a new institute option for CDT Natural Language Processing (cdtnlp).
Changelog
- New institute option
cdtnlp. It will add "CDT Natural Language Processing" to the list of institutes on the front page.
2019/11/26 v3.9 School of Informatics Thesis Class
Summary
This is a minor bug fix release.
Changelog
- Updated value of
EUSHIELDURLto avert the 301 redirect installed by Informatics IT service. - Fixed some bugs in
uninstallrules in theMakefilescript.
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)