% ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
%
% ULL_thesis_template.tex
%
% A template for creating ULL theses which are compliant with the current
% formatting guidelines published by the Grad School.
%
% Created by: 07/17/17 - Forrest Montgomery
%
% Modified:
% * 05/04/18 - Daniel Newman -- danielnewman09@gmail.com
% - Made this template compliant with Fall 2017 Graduate school guidelines
% * 0/9/10/18 - Gerald Eaglin -- geaglin2012@gmail.com
% - Minor changes to match recently updated style guide
% ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\documentclass[12pt,normalmargins]{gatech-thesis}
% Uncomment if the grad school asks you to change from Computer Modern (standard Latex font family)
% \usepackage{times}
\usepackage{amsmath,amssymb,latexsym,float,epsfig}
\usepackage{subcaption}
\usepackage{booktabs}
\usepackage{mathtools,breqn,amsmath}
\usepackage{amssymb}
\usepackage{cite}
\usepackage{bm}
\usepackage{tikz}
% \usepackage{titlesec}
\usepackage{etoolbox}
% If you have a Linux distribution of LaTeX
% and run into issues with section numbering,
% Uncomment these lines
%\makeatletter
%\patchcmd{\ttlh@hang}{\parindent\z@}{\parindent\z@\leavevmode}{}{}
%\patchcmd{\ttlh@hang}{\noindent}{}{}{}
%\makeatother
\usepackage{tocloft}
\usepackage{indentfirst}
% \usepackage{etoolbox}
\definecolor{1c1}{RGB}{188,162,6}
\usepackage{ULL-style}
\usepackage[shortcuts]{extdash}
% Make sure that the caption labels are bold face
\usepackage[labelfont=bf]{caption}
% Make the captions just the way the grad school wants them :)
% TODO: This may be able to go directly in the style file
\captionsetup[figure]{name={Figure},labelsep=period}
\captionsetup[table]{labelsep=period}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Personal Shortcuts
% You will need to type these as \cspm{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\cspm}{\textsc{cspm}}
\newcommand{\cdpm}{\textsc{cdpm}}
\newcommand{\etal}{\emph{et al.}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%
% Preliminary Info
%%%%%%%%%%%%%%%%
\title{Design and Control of a \LaTeX{} Thesis Template}
\author{Forrest Montgomery}
\lastnamefirstname{Montgomery, Forrest}
% ex: {Name}[Position] use \\ if you need a newline
% TODO: Template currently does not accept more than two readers
\committeechair{Joshua E. Vaughan}[Assistant Professor of Mechanical Engineering]
\firstreader{Paul Darby}[Assistant Professor of Electrical \\Engineering]
\secondreader{Charles E. Taylor}[Assistant Professor of Mechanical Engineering]
\deanofgradschool{Mary Farmer-Kaiser}[Dean of the Graduate School]
% \major{Engineering, Mechanical Engineering Concentration}
\major{Mechanical Engineering}
\degree{Masters of Science}
\undergrad{Bachelor of Science}
\undergraduniversity{University of Louisiana at Lafayette}
\undergradyear{Spring 2015}
\worktype{Thesis} % or Dissertation, or Whatever
% Must be less than 300
\wordsinabstract{185}
% Total number of pages including the title page.
\totalpagesinthesis{125}
\copyrightyear{2017}
% When you graduate ex: Summer 2017
\submitdate{Summer 2017}
% \bibfiles{example-thesis}
\bibfiles{library}
\begin{document}
\iraggedright
% Change this if you want another bib style.
\bibliographystyle{gatech-thesis}
%%
\begin{preliminary}
%%%%%%%%%%%%%%%%
% Dedication -- (optional)
%%%%%%%%%%%%%%%%
\input{dedication.tex}
%%%%%%%%%%%%%%%%
% Epigraph -- A short quote suggesting the theme of the thesis,
% or something random. This is optional.
%%%%%%%%%%%%%%%%
\input{epigraph.tex}
%%%%%%%%%%%%%%%%
% Acknowledgements
%%%%%%%%%%%%%%%%
\input{acknowledgements.tex}
%%%%%%%%%%%%%%%%
% Table of Contents, LOF, and LOT
%%%%%%%%%%%%%%%%
\contents
\end{preliminary}
%%%%%%%%%%%%%%%%
% Chapter 1
%%%%%%%%%%%%%%%%
\input{chapter1.tex}
%%%%%%%%%%%%%%%%
% Chapter 2
%%%%%%%%%%%%%%%%
\input{chapter2.tex}
%%%%%%%%%%%%%%%%
% Chapter 3
%%%%%%%%%%%%%%%%
\input{chapter3.tex}
%%%%%%%%%%%%%%%%
% Chapter 4
%%%%%%%%%%%%%%%%
\input{chapter4.tex}
%%%%%%%%%%%%%%%%
% Chapter 5
%%%%%%%%%%%%%%%%
\input{chapter5.tex}
%%%%%%%%%%%%%%%%
% Appendices
%%%%%%%%%%%%%%%%
%\appendix
\input{appendix.tex}
%%%%%%%%%%%%%%%%
% References
%%%%%%%%%%%%%%%%
% In bibliography entries, be consistent with whether or not you abreviate months
% Use only one hyphen between page numbers
\begin{postliminary}
\bibliography{library.bib}
\end{postliminary}
%%%%%%%%%%%%%%%%
% Abstract
%%%%%%%%%%%%%%%%
\input{abstract.tex}
%%%%%%%%%%%%%%%%
% BioSketch
%%%%%%%%%%%%%%%%
\input{biosketch.tex}
\end{document}

PDF Preview
Create an account to compile and preview