-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path00_0Prelim.Rmd
98 lines (74 loc) · 4.14 KB
/
00_0Prelim.Rmd
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
```{=latex}
%TITLE PAGE LATEX CODE
\pagenumbering{gobble} %No page numbering
\begin{centering}
\vspace*{0.55in} %This seems to line title up at 2 inches
\doublespacing %Title should be double spaced
(This is the Title of the Thesis/Dissertation)
\singlespacing
\vspace{\baselineskip}
\vspace{\baselineskip}
\vspace{\baselineskip}
by
\vspace{\baselineskip}
\vspace{\baselineskip}
\vspace{\baselineskip}
(Author Name)
\vspace{\baselineskip}
\vspace{\baselineskip}
\vspace{\baselineskip}
\vspace{\baselineskip}
A (thesis or dissertation) submitted in partial fulfillment \\
of the requirements for the degree of \\
(Doctor of Philosophy or Master of Science) in (Subject) \\
with a concentration in (Concentration) \\
Department of (Department Name) \\
(College Name) \\
University of South Florida
\vspace{\baselineskip}
\vspace{\baselineskip}
Major Professor: (Professor, PhD.) \\
(Comittee Member 1, PhD.) \\
(Comittee Member 2, PhD.) \\
(Comittee Member 3, PhD.) \\
(Comittee Member 4, PhD.) \\
\vspace{\baselineskip}
\vspace{\baselineskip}
\vspace{\baselineskip}
Date of Approval: \\
(Month Day, Year)
\vspace{\baselineskip}
\vspace{\baselineskip}
Keywords: (Keyword 1, Keyword 2, Keyword 3, Keyword 4)
\vspace{\baselineskip}
Copyright \copyright\ (Year, Author Name)
\end{centering}
```
```{=tex}
\newpage
```
# Dedication {.unlisted .unnumbered}
This dissertation is dedicated to an important person in my life. This dissertation is dedicated to an important person in my life. This dissertation is dedicated to an important person in my life. This dissertation is dedicated to an important person in my life. This dissertation is dedicated to an important person in my life. This dissertation is dedicated to an important person in my life. This dissertation is dedicated to an important person in my life. This dissertation is dedicated to an important person in my life. This dissertation is dedicated to an important person in my life. This dissertation is dedicated to an important person in my life. This dissertation is dedicated to an important person in my life. This dissertation is dedicated to an important person in my life.
# Acknowledgments {.unlisted .unnumbered}
I'd like to thank my advisor, my committee, my lab mates, my family, my friends, and all the people that gave me money. I'd like to thank my advisor, my committee, my lab mates, my family, my friends, and all the people that gave me money. I'd like to thank my advisor, my committee, my lab mates, my family, my friends, and all the people that gave me money. I'd like to thank my advisor, my committee, my lab mates, my family, my friends, and all the people that gave me money. I'd like to thank my advisor, my committee, my lab mates, my family, my friends, and all the people that gave me money. I'd like to thank my advisor, my committee, my lab mates, my family, my friends, and all the people that gave me money. I'd like to thank my advisor, my committee, my lab mates, my family, my friends, and all the people that gave me money. I'd like to thank my advisor, my committee, my lab mates, my family, my friends, and all the people that gave me money. I'd like to thank my advisor, my committee, my lab mates, my family, my friends, and all the people that gave me money. I'd like to thank my advisor, my committee, my lab mates, my family, my friends, and all the people that gave me money. I'd like to thank my advisor, my committee, my lab mates, my family, my friends, and all the people that gave me money. I'd like to thank my advisor, my committee, my lab mates, my family, my friends, and all the people that gave me money. I'd like to thank my advisor, my committee, my lab mates, my family, my friends, and all the people that gave me money.
```{=latex}
\setcounter{tocdepth}{6} %Table of contents goes to level 6 headings
\cftdot
\singlespacing
\tableofcontents % Create List of Tables in Latex
\pagenumbering{roman}
```
\newpage
```{=latex}
\singlespacing
\listoftables % Create List of Tables in Latex
\addcontentsline{toc}{chapter}{List of Tables}
```
\newpage
```{=latex}
\singlespacing
\listoffigures % Create List of Tables in Latex
\addcontentsline{toc}{chapter}{List of Figures}
```
\newpage
\doublespacing