\documentclass[a4paper,12pt]{report}
\usepackage{amsmath} % Essential
\usepackage[english]{babel} % Recommended
\usepackage{xfrac} % Useful
\usepackage{hyperref} % Essential
\usepackage{titlesec} % Essential
\usepackage[tableposition = top]{caption} % Essential
\usepackage{booktabs}\setcounter{MaxMatrixCols}{15} % Useful
\usepackage{float} % Recommended
\usepackage[round]{natbib}\bibliographystyle{plainnat} % Useful
\usepackage{fancyhdr}\input{Configurations/fancyhf} % Useful
\usepackage{nomencl}\input{Configurations/nomencl} % Essential
\usepackage{etoolbox} % Recommended
\usepackage[toc,page]{appendix} % Essential
\usepackage{siunitx}\input{Configurations/siunitx} % Useful
\usepackage{epigraph}\input{Configurations/epigraph} % Useful
\usepackage{tikz}\input{Configurations/tikz} % For the flow charts
\usepackage{longtable} % For the appendix tables
\graphicspath{ {Images/} } % Essential
\includeonly{
Frontmatter/cover,
Frontmatter/backCover,
Frontmatter/signaturePage,
Frontmatter/StartNumbering,
Frontmatter/abstract,
Frontmatter/dedication,
Frontmatter/acknowledgments,
Frontmatter/quote,
Frontmatter/lists,
Mainmatter/chapterIntroduction,
Mainmatter/chapterObjectives,
Mainmatter/chapterMathematicalFormulation,
Mainmatter/chapterNumericalFormulation,
Mainmatter/chapterWellRepresentation,
Mainmatter/chapterSolution,
Mainmatter/chapterUpscaling,
Mainmatter/chapterWellTesting,
Mainmatter/chapterResults,
Mainmatter/chapterFinalRemarks,
Backmatter/bibliography,
Backmatter/appendices
}
\begin{document}
\include{Frontmatter/cover}
\include{Frontmatter/backCover}
\include{Frontmatter/signaturePage}
\include{Frontmatter/StartNumbering}
\include{Frontmatter/abstract}
\include{Frontmatter/dedication}
\include{Frontmatter/acknowledgments}
\include{Frontmatter/quote}
\include{Frontmatter/lists}
\include{Mainmatter/chapterIntroduction}
\include{Mainmatter/chapterObjectives}
\include{Mainmatter/chapterMathematicalFormulation}
\include{Mainmatter/chapterNumericalFormulation}
\include{Mainmatter/chapterWellRepresentation}
\include{Mainmatter/chapterSolution}
\include{Mainmatter/chapterUpscaling}
\include{Mainmatter/chapterWellTesting}
\include{Mainmatter/chapterResults}
\include{Mainmatter/chapterFinalRemarks}
\include{Backmatter/bibliography}
\include{Backmatter/appendices}
\end{document}

PDF Preview
Create an account to compile and preview