-
Notifications
You must be signed in to change notification settings - Fork 0
/
Abstract.tex
34 lines (30 loc) · 882 Bytes
/
Abstract.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
\documentclass[12pt,letterpaper]{report}
\usepackage[fancyhdr]{UMCCsThesis} % Thesis style
\usepackage{setspace}
\usepackage{myowndef}
\linespread{1.67} % Linespacing for entire thesis
\newlength{\defbaselineskip}
\setlength{\defbaselineskip}{\baselineskip}
\newcommand{\setlinespacing}[1]%
{\setlength{\baselineskip}{#1 \defbaselineskip}}
\renewcommand{\doublespacing}{\setlength{\baselineskip}%
{1.0 \defbaselineskip}}
\renewcommand{\singlespacing}{\setlength{\baselineskip}{\defbaselineskip}}
%========= Document start
\begin {document}
\thispagestyle{empty}
\smalltitle
\vspace{20pt}
\begin{center}
Ryan J. Calhoun
\end{center}
\vspace{10pt}
\begin{center}
Dr. Jeffrey Uhlmann, Thesis Supervisor
\end{center}
\vspace{5pt}
\section*{\centering ABSTRACT}
\vspace{40pt}
\input{chapters/abstract_text}
\thispagestyle{empty}
\end{document}