which adheres to school guide however, I am having trouble with the following.
1. Changing bibliography styles to author year even when I define it in the main.tex file on line 13
\usepackage[round]{natbib}
% Author year There is an error here2. I am not able to use hyperref package with this class even when it is defined on lines 16 to 32 with code below;
\usepackage{hyperref} % There is an error here with using hyperref \usepackage{cleveref} \usepackage{multirow} \usepackage{multicol} \usepackage{booktabs} \usepackage{lineno} \urlstyle{same} %\usepackage{cite} \hypersetup{ colorlinks=true, breaklinks=true, linkcolor=blue, filecolor=green, urlcolor=blue, citecolor=blue, bookmarksopen=true } \hypersetup{breaklinks=true}
Also some of the bibliography entries in references.bib have hyprefs to them and I would like to have these compile when the whole template compiles.
The attached template here is without figures but I am using .eps figures for fig1 and fig2, these are available on the google drive template here; https://drive.google.com/file/d/14TM5ME ... sp=sharing
The class file for this template is of the file name;
thesismodify.cls
The aim is to have all this compile with pdflatex. I look forward to your assistance fixing this.