\documentclass[12pt, twoside]{report}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\graphicspath{ {Images/} }
\usepackage{lipsum}
\usepackage[a4paper,width=150mm,top=25mm,bottom=25mm,bindingoffset=6mm]{geometry}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhead{}
\fancyhead[RO,LE]{Thesis Title}
\fancyfoot{}
\fancyfoot[LE,RO]{\thepage}
\fancyfoot[LO,CE]{Chapter \thechapter}
\fancyfoot[CO,RE]{Author Name}
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0.4pt}
\usepackage{caption}
\usepackage{subcaption}
\usepackage[style=authoryear,sorting=ynt]{biblatex}
\addbibresource{references.bib}
\begin{document}
\input{title}
\input{abstract}
\chapter*{Dedication}
To mum and dad...
\chapter*{Declaration}
I declare that..
\chapter*{Acknowledgements}
I want to thank...
\tableofcontents
\listoffigures
\listoftables
\chapter{Introduction}
\input{Chapters/introduction}
\chapter{Chapter Two Title}
\input{Chapters/chapter02}
\chapter{Chapter Three Title}
\input{Chapters/chapter03}
\chapter{Chapter Four Title}
\input{Chapters/chapter04}
\chapter{Conclusion}
\input{Chapters/conclusion}
\appendix
\chapter{Appendix Title}
\input{Chapters/appendix}
\printbibliography
\end{document}
PDF Preview
Create an account to compile and preview