\documentclass[12pt]{report}
\usepackage{sty/DL_thesis}  % Global Style for particular SMU College, e.g. DL_thesis.sty
\input{latex/packages.tex}
% \input{latex/user_packages.tex} % Uncomment to load additional user required packages
\input{latex/preamble.tex}
\input{latex/custom_commands.tex}
\input{src/user_config.tex}
\input{latex/metadata.tex}
\makeglossaries
\input{src/glossary.tex}
% \thesisdraft % uncomment if want draft printing
\begin{document}
\input{latex/front_pages.tex}
\begin{thesis}
 \input{src/preface.tex}
 \input{src/introduction.tex}
 \input{src/printer_calibration.tex}
 \includegraphics{SMU_Logo_Red.eps}
 \input{src/appendix_A.tex}
 % Glossary
 % Check with specific department on the style to use
 \clearpage
 \singlespacing%
 \setglossarystyle{list}
 \printglossary[title=GLOSSARY,toctitle=GLOSSARY]
 \doublespacing%
 % Bibliography goes below
 % Check with specific department on the appropriate
 % bibliography style to use
 \nocite{*}
 \bibliographystyle{bib/JHEP}
 \raggedright
 \bibliography{bib/example}
\end{thesis}
\end{document}