\documentclass[12pt,fleqn]{graphicsclass}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\setlength{\mathindent}{0pt}
\usepackage{palatino}
\usepackage{amssymb}
\usepackage{graphicx}
\graphicspath{ {images/} }
\usepackage[labelfont=bf]{caption}
\usepackage{subcaption}
\usepackage{setspace}
\usepackage{times} %Use times new roman
\captionsetup[table]{font = {stretch=1.35}}
\captionsetup[figure]{font = {stretch=1.35}}
\usepackage[margin=1in]{geometry} %1 inch margins
\linespread{1.6} %double spacing
\usepackage[hidelinks]{hyperref}
\usepackage{xcolor}
\usepackage{overpic}
\usepackage[all]{nowidow}
\usepackage{caption}
\captionsetup{justification=raggedright,singlelinecheck=false}
\usepackage{nccmath}
\definecolor{coolgrey}{rgb}{0.55, 0.57, 0.67}
%Import the natbib package and sets a bibliography and citation styles
\usepackage{natbib}
\title{
{\textbf{Title}}\\~\\
{\large \textbf{Author}}\\~\\
{\large Department of Atmospheric and Oceanic Sciences \\
McGill University, Montreal \\
Month Year \\~\\~\\
A thesis submitted to McGill University in partial fulfillment of the requirements of the degree of Master of Science }\\
}
\setcounter{page}{2}\renewcommand{\thepage}{\roman{page}}
\author{\textcopyright Author, Year}
\date{}
\begin{document}
\maketitle
\chapter*{Acknowledgements}
\label{sec:engack}
\addcontentsline{toc}{section}{\nameref{sec:engack}}
\chapter*{Abstract}
\label{sec:engAbstract}
\addcontentsline{toc}{section}{\nameref{sec:engAbstract}}
\chapter*{Abrégé}
\label{sec:frAbstract}
\addcontentsline{toc}{section}{\nameref{sec:frAbstract}}
\chapter*{Thesis Structure and Author Contributions}
The thesis contains a background discussion, a paper manuscript, and some ideas for future work. Chapter~\ref{chapter3} discusses xxxx.
\label{sec:ded}
\addcontentsline{toc}{section}{\nameref{sec:ded}}
\tableofcontents
% List of tables and figures if needed
\listoffigures %
\addcontentsline{toc}{section}{\listfigurename}
\listoftables
\addcontentsline{toc}{section}{\listtablename}
\clearpage
\pagenumbering{arabic} % restart page numbers at one, now in arabic style
%% start of mainmatter
\input{Chapters/Chapter1.tex}
\input{Chapters/Chapter2.tex}
\input{Chapters/Chapter3.tex}
% Use copernicus citation style
\bibliographystyle{copernicus}
\bibliography{references}
\end{document}