nottsknight / uon-thesis-template

Repo template for PhD theses at the University of Nottingham
MIT License
0 stars 0 forks source link

maketitle error #4

Closed psxjpm closed 3 years ago

psxjpm commented 3 years ago

Hi, as the current template stands I'm having trouble generating the title page and the abstract.

maketitle is throwing an 'undefined control sequence' error

\documentclass{uon-thesis}

% BIBLIOGRAPHY FILES
% Here you should list every separate .bib file you are using.
\addbibresource{chapters/chapter01.bib}
\addbibresource{chapters/chapter02.bib}
% Add other .bib files here in the same way

\title{Augmenting Guitars for Performance Preparation:}

\author{Juan Pablo Martinez Avila}
\date{December 2020}

\begin{document}
\maketitle
nottsknight commented 3 years ago

I believe this should now be fixed, @psxjpm if you can confirm then I'll close this!

psxjpm commented 3 years ago

All good now