\documentclass[a4paper]{article} \usepackage[margin=1in]{geometry} \usepackage{fancyhdr} % for headers \usepackage[citestyle=verbose-ibid, backend=biber, autocite=footnote]{biblatex} % Footnote references. Use autocite{}. \usepackage{lastpage} % For page X of Y \bibliography{src/references} \pagestyle{fancy} % --- Configuration --- \setlength{\parskip}{6pt} \setlength{\parindent}{0pt} \fancyfoot{} \lhead{\rightmark} \rhead{Page \thepage\ of \pageref{LastPage}} \fancyheadoffset{0.005\textwidth} \begin{document} \section{Abstract} \textit{Explains briefly the paper and what it aims to do.} \section{Introduction} \textit{Introduce the scope.} \section{Problem} \textit{Something about the MEOW monitor, and expanding it. Probably also why it would be a good idea(?)} \section{Background} \textit{Explaining the existing code and what it does and why.} \section{Method} \textit{Coding and shit} \section{Results} \textit{It works! (Hopefully. I haven't made it yet)} \section{Discussion} \textit{Why did I do that? What could I have done instead? Why would that have been way worse and stupid?} \section{Future Work} \textit{What should someone do if they want to fix my mistakes, or expand on them further.} \section{Conclusion} \textit{Something about being the best (but be humble about it).} \newpage \appendix \printbibliography{} \end{document}