Daniel S. Fowler
Daniel S. Fowler
You should be able to modify the class file to achieve the desired effect. In _PhDThesisPSnPDF.cls_ change line 1135: ``` \chapter*{\centering \Large \@abstracttitle} ``` to these lines: ``` \begin{center} {...
I had to use `\newpage` or `\clearpage` before the `\begin{figure...` for it to land on the same page. However, this may create extra white space, depending on where the figure...
It does seem that combination is messing with `\Omega`. Splitting it within two sets `$` symbols seems to work: `$\pi(\bf{o}_t|\bf{a}_{t-1})$$_\text{RPM} \rightarrow \{\Omega_1, \Omega_x, \Omega_y, \Omega_z\}$`
Not tried it yet but [biblatex-apa](https://ctan.org/pkg/biblatex-apa) supposedly added apa7 awhile ago. It would obviously need to be tested with the template. https://github.com/plk/biblatex-apa
You can modify the class file (PhDThesisPSnPDF.cls) where the headers are formatted using the [fancyhdr](https://ctan.org/pkg/fancyhdr) package. E.g., for the default page style comment out or delete lines 778 and 780.
This is related to issue #213. The solution is to customise `\@makechapterhead`. In that solution change the `\vskip 40` to something like `\vskip 10`. I.e., place this code before `\begin{document}`...
I think you need to edit `thesis-info.tex`, line 60, uncomment `%\renewcommand{\submissiontext}{...` adding the text you require between the final brackets.