-
Notifications
You must be signed in to change notification settings - Fork 0
/
YSU.sty
208 lines (137 loc) · 6.3 KB
/
YSU.sty
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
% YSU.sty: A package for LaTeX preparation of a thesis for
% Youngstown State University College of Graduate Studies
% Initial version Patrick B. Pirilla, last modified February 6, 2011
% Later edited by Tara McCart, May 2014
% Updated for thesisdown by G. Jay Kerns, Thanksgiving 2022
% This package is specifically tailored to using documentclass[12pt]{article}
% Set Page Layout
\usepackage[letterpaper, margin=1in]{geometry}
\usepackage{setspace}
\doublespacing
\newcounter{THESISpages}
% Preset Document Information
\newcommand{\THESISTitle}{Thesis Title}
\newcommand{\THESISAuthor}{Author}
\newcommand{\THESISMonth}{MonthY}
\newcommand{\THESISYear}{Year}
\newcommand{\THESISAdvisor}{Advisor}
\newcommand{\THESISCommitteeA}{Member}
\newcommand{\THESISCommitteeB}{Member}
\newcommand{\THESISDegree}{Master of Science}
\newcommand{\THESISProgram}{Mathematics}
\newcommand{\THESISdeanNAME}{Salvatore A.~Sanders, PhD}
% Create commands to customize document information
\renewcommand*{\title}[1]{\renewcommand{\THESISTitle}{#1}}
\renewcommand*{\author}[1]{\renewcommand{\THESISAuthor}{#1}}
\renewcommand*{\date}[2]{\renewcommand{\THESISMonth}{#1}\renewcommand{\THESISYear}{#2}}
\newcommand*{\committee}[3]{\renewcommand{\THESISAdvisor}{#1}\renewcommand{\THESISCommitteeA}{#2}\renewcommand{\THESISCommitteeB}{#3}}
\newcommand{\YSUdegree}[2]{\renewcommand{\THESISDegree}{#1}\renewcommand{\THESISProgram}{#2}}
% Sets document formatting parameters, so that they may be customized more easily.
\newcommand{\THESISsigLINE}{420pt}
\newcommand{\THESISsigNAME}{56pt}
\newcommand{\THESISsigDATE}{16pt}
\newcommand{\THESISsigGAP}{18pt}
\newcommand{\THESISsigDATEup}{-33.5pt}
\newcommand{\THESISsigNAMEup}{-16pt}
\newcommand{\THESIScopyGAP}{180pt}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% BEGIN Command for printing the title page
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\createtitlepage}{\stepcounter{THESISpages}
\begin{titlepage}
\vspace*{1\baselineskip}
\begin{center}
\vspace{-52pt}
\LARGE\textbf{\THESISTitle}\vspace{35pt}
\normalsize{by}\vspace{9pt}
\large\THESISAuthor
\vspace{35pt}
\normalsize
Submitted in Partial Fulfillment of the Requirements\vspace{12pt}
for the Degree of\vspace{12pt}
\large{\THESISDegree}\vspace{12pt}
\normalsize{in}\vspace{12pt}
\large{\THESISProgram}\vspace{12pt}
%\normalsize{Program}
\vspace{76pt}
YOUNGSTOWN STATE UNIVERSITY\vspace{3pt}
\THESISMonth, \THESISYear
\end{center}
\end{titlepage}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% BEGIN Command for printing the signature page
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\createsignaturepage}{\clearpage\stepcounter{THESISpages}
\thispagestyle{empty}
%\vspace*{\fill}
\begin{center}
\large\THESISTitle
\vspace{12pt}
\normalsize\THESISAuthor
\end{center}
\vspace{15pt}
\noindent I hereby release this thesis to the public. I understand
that this thesis will be made available from the OhioLINK ETD Center
and the Maag Library Circulation Desk for public access. I also
authorize the University or other individuals to make copies of this
thesis as needed for scholarly research.
\begin{flushleft}
\vspace{8pt}
Signature:
\vspace{8pt}
\begin{flushright} \underline{\hspace{\THESISsigLINE}}\end{flushright}
\vspace{\THESISsigNAMEup}\hspace*{\THESISsigNAME} \THESISAuthor, Student
\begin{flushright} \vspace{\THESISsigDATEup} Date \hspace*{\THESISsigDATE}\end{flushright}
\vspace{8pt}
Approvals:
\vspace{8pt}
\begin{flushright} \underline{\hspace{\THESISsigLINE}}\end{flushright}
\vspace{\THESISsigNAMEup}\hspace*{\THESISsigNAME} \THESISAdvisor, Thesis Advisor
\begin{flushright} \vspace{\THESISsigDATEup} Date \hspace*{\THESISsigDATE}\end{flushright}
\vspace{\THESISsigGAP}
\begin{flushright} \underline{\hspace{\THESISsigLINE}}\end{flushright}
\vspace{\THESISsigNAMEup}\hspace*{\THESISsigNAME} \THESISCommitteeA, Committee Member
\begin{flushright} \vspace{\THESISsigDATEup} Date \hspace*{\THESISsigDATE}\end{flushright}
\vspace{\THESISsigGAP}
\begin{flushright} \underline{\hspace{\THESISsigLINE}}\end{flushright}
\vspace{\THESISsigNAMEup}\hspace*{\THESISsigNAME} \THESISCommitteeB, Committee Member
\begin{flushright} \vspace{\THESISsigDATEup} Date \hspace*{\THESISsigDATE}\end{flushright}
\vspace{\THESISsigGAP}
\begin{flushright} \underline{\hspace{\THESISsigLINE}}\end{flushright}
\vspace{\THESISsigNAMEup}\vspace{1pt}\hspace*{\THESISsigNAME} \THESISdeanNAME, \small{Dean, College of Graduate Studies}
\begin{flushright} \vspace{\THESISsigDATEup}\vspace{2pt} Date \hspace*{\THESISsigDATE}\end{flushright}
\end{flushleft}
\vspace*{\fill}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% BEGIN Command for printing the copyright page
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\createcopyrightpage}{\clearpage\stepcounter{THESISpages}
\thispagestyle{empty}
\vspace*{\THESIScopyGAP}
\begin{center}
\Large This page must be deleted if you have not filed for a copyright at copyright.gov
\normalsize\copyright
\THESISAuthor
\THESISYear
\end{center}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Custom abstract environment
\renewenvironment{abstract}{\clearpage\stepcounter{THESISpages}
\pagestyle{plain} \pagenumbering{roman} \setcounter{page}{\arabic{THESISpages}}
\large{\noindent\textbf{ABSTRACT}}}
{\clearpage}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Custom environment for aknowledgements [sic]
\newenvironment{aknowledgements}{\clearpage\stepcounter{THESISpages}
\pagestyle{plain} \pagenumbering{roman} \setcounter{page}{\arabic{THESISpages}}
\large{\noindent\textbf{ACKNOWLEDGEMENTS}}}
{\clearpage}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Custom environment for thesis body (Plain page style)
\newenvironment{thesis}{\clearpage\pagestyle{plain} \pagenumbering{arabic} \setcounter{page}{1}}{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%