Love the
doctoralThesisTemplate
, but I am a bit of a newb when it comes templates. I have been successfully compiling the titlepages and my first chapter and wanted to stop the colouring of links.Changing
colorlinks=true
to colorlinks=false
stops the compilation of my document completely. Instead it errors straight after loading the template.cls
file with the error: Code: Select all
! LaTeX Error: Missing \begin{document}.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.1 ´
╗┐%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
?
here is my
main.tex
:Code: Select all
\documentclass[11pt,english,singlespacing,%liststotoc,
parskip]{MastersDoctoralThesis}
\usepackage{palatino}
\usepackage[super,sort&compress,comma]{natbib}
\bibliographystyle{rsc}
\usepackage{hyperref}
\usepackage{graphicx}
\usepackage{siunitx}
\graphicspath{ {Figures/} }