-
Notifications
You must be signed in to change notification settings - Fork 0
/
personalization.sty
46 lines (41 loc) · 2.03 KB
/
personalization.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
% -*- mode: LaTeX; -*-
\newcommand{\documentTitle}{Carborane Weakly Coordinating Anions in Catalysis and Organometallic Chemistry} % Title of Document
\newcommand{\documentSubtitle}{}
\newcommand{\documentSubject}{Organometallic Chemistry} % Subject of Document - for PDFs
\newcommand{\keyWords}{} % Keywords - for PDFs
\newcommand{\fullName}{Billy Joe McCulloch} % Author's full name
\newcommand{\degreesAwarded}{B.S., Texas Lutheran University} % Degrees ALREADY RECEIVED,
% e.g. {B.S., Rice University;\\
% M.S., Texas A\&M University}
% If only one degree, delete `;\\'
\newcommand{\committeeNameA}{Oleg V. Ozerov} %
\newcommand{\committeeNameB}{François P. Gabbaï} %
\newcommand{\committeeNameC}{Marcetta Y. Darensbourg} %
\newcommand{\committeeNameD}{Sandun D. Fernando} %
\newcommand{\committeeTitleA}{Chair of Committee,}
\newcommand{\committeeTitleB}{Committee Members,}
\newcommand{\committeeTitleC}{}
\newcommand{\committeeTitleD}{}
\newcommand{\deptHeadName}{David H. Russell} % Name of Department Head
\newcommand{\publishDate}{December 2014} % {Month Year}
\newcommand{\degree}{Doctor of Philosophy} % Doctor of Philosophy, Master of Science, Bachelor of Arts, etc.
\newcommand{\major}{Chemistry} % Chemistry, Electrical Engineering, etc.
\newcommand{\documentType}{Thesis} % Thesis, Dissertation, or Research Proposal
\newcommand{\dedicationText}{For Bethany and Maggie.}
\newcommand{\abstractText}{Place your abstract between these braces. The text of your abstract must not exceed 350 words. Place your abstract between these braces. The text of your abstract must not exceed 350 words.}
\newcommand{\acknowledgeText}{Many thanks to the developers of Lua\TeX{} and the \texttt{memoir} document class, and the many people who have developed the foundations for these packages.}
\makeatletter
\@ifpackageloaded{hyperref} {
\hypersetup{
pdfinfo={
Title={\documentTitle},
Subject={\documentSubject},
Author={\fullName},
Keywords={\keyWords},
Lang={en-US}
}
}
}
\makeatother
%%% Local Variables:
%%% mode: latex