\documentclass[12pt]{article}
\linespread{1.6}
\usepackage{amsmath}
\usepackage{graphicx}
\graphicspath{{images/}}
\usepackage{indentfirst}
\usepackage{lipsum}
\usepackage{xcolor}
\usepackage{soul}
\addtolength{\oddsidemargin}{-.5in}
\addtolength{\evensidemargin}{-.5in}
\addtolength{\textwidth}{1in}
\addtolength{\topmargin}{-.5in}
\addtolength{\textheight}{1in}
%-----------------------------------------------------------
\begin{document}
\input{sections/01-titlepage}
\input{sections/02-abstract}
\tableofcontents
\clearpage
\listoffigures
\clearpage
\listoftables %remove this line if you do not have any tables
\clearpage
\pagenumbering{arabic}
\input{sections/03-purpose}
\input{sections/04-introduction}
\input{sections/05-procedure}
\input{sections/06-resultsanddiscussion}
\input{sections/07-erroranalysis}
\input{sections/08-conclusion}
\input{sections/09-recommendations}
\input{sections/10-designextension}
\input{sections/11-notation}
\section{Literature Cited}
\bibliographystyle{unsrt}
\bibliography{refs.bib}
\clearpage
\input{sections/12-appendix}
\end{document}