Change paper size from default to a4.
As outlined in https://texdoc.org/serve/geometry.pdf/0#subsection.6.1 , this could have been in a config file, but this seemed a bit excessive. The \ExecuteOptions{a4paper} command does not take affect in uis-thesis.sty, therefore papersize is just set in \documentclass.
\newgeometry does also not support setting paper size.
Change paper size from default to a4. As outlined in https://texdoc.org/serve/geometry.pdf/0#subsection.6.1 , this could have been in a config file, but this seemed a bit excessive. The
\ExecuteOptions{a4paper}
command does not take affect in uis-thesis.sty, therefore papersize is just set in\documentclass
.\newgeometry
does also not support setting paper size.