ulyngs / oxforddown

Template for writing an Oxford University thesis in R Markdown; uses the OxThesis LaTeX template and was inspired by thesisdown.
https://ulyngs.github.io/oxforddown/
MIT License
220 stars 81 forks source link

Changing the order of Abstracts and Acknowledgements #48

Closed jefflee1103 closed 2 years ago

jefflee1103 commented 2 years ago

Dear @ulyngs,

First of all, thank you for the fantastic resource. Is it possible to change the order or Abstracts and Acknowledgements, so that the first (and second) Abstract pages come first?

Many thanks,

Jeff

ulyngs commented 2 years ago

Sure, just go to templates/template.tex and find this part which inserts the acknowledgments section (should begin around line 375):

\begin{acknowledgements}
    $acknowledgements$
\end{acknowledgements}

Move this down under the section below it, which inserts the abstracts