\documentclass[letterpaper, oneside]{report}
\usepackage{thesis}
\newcommand{\thesisname}{Thesis Name}
\newcommand{\authorname}{Watchanan Chantapakul}
\newcommand{\advisorname}{James M. Keller}
\newcommand{\committeeone}{[Committee Name]}
\newcommand{\committeetwo}{[Committee Name]}
\newcommand{\committeethree}{[Committee Name]}
\newcommand{\committeefour}{[Committee Name]}
\newcommand{\degreename}{Master of Science}
\newcommand{\fulldegreename}{Master of Science in Computer Science}
\newcommand{\university}{University of Missouri-Columbia}
\newcommand{\monthyear}{MAY 2022}
\renewcommand{\contentsname}{TABLE OF CONTENTS}
\renewcommand{\listtablename}{LIST OF TABLES}
\renewcommand{\listfigurename}{LIST OF ILLUSTRATIONS}
\import{./}{approval.tex}
\begin{document}
\newgeometry{margin=1in}
\maketitle
\restoregeometry
\approval
\import{./}{dedication.tex}
\import{./}{acknowledgements.tex}
\tableofcontents
% \addcontentsline{toc}{chapter}{\contentsname}
\listoftables
\addcontentsline{toc}{chapter}{\listtablename}
\listoffigures
\addcontentsline{toc}{chapter}{\listfigurename}
\import{./}{abstract.tex}
\import{ch1/}{chapter1.tex}
\import{ch2/}{chapter2.tex}
% \appendix
% \include{appendix}
\bibliographystyle{IEEEtran}
\bibliography{ref}
\addcontentsline{toc}{chapter}{BIBLIOGRAPHY}
\include{vita}
\end{document}