-
Notifications
You must be signed in to change notification settings - Fork 0
/
heading_proposal.tex
executable file
·187 lines (132 loc) · 3.73 KB
/
heading_proposal.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
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
%\def\sym#1{\ifmmode^{#1}\else\(^{#1}\)\fi} % Defining stars for significance tables
% Defining variables to be used throughout the document for personalization
\def\mytitle{Title of the Thesis} % Make sure this is in all caps
\def\myauthor{Author Name}
\def\myauthorfull{Author Long Name}
\def\mysupervisorname{Advisor Name}
\def\mysupervisortitle{Advisor Title}
\newlength{\superlen} % a "scratch" length
\settowidth{\superlen}{\mysupervisorname, \mysupervisortitle} % Width of signature line for supervisor
\def\gradchairname{Grad Chair Name}
\def\gradchairtitle{Grad Chair Title}
\newlength{\chairlen} % a "scratch" length
\settowidth{\chairlen}{\gradchairname, \gradchairtitle} % Width of signature line for supervisor
\newlength{\maxlen}
\setlength{\maxlen}{\maxof{\superlen}{\chairlen}}
\def\mydepartment{Mechanical Engineering and Applied Mechanics}
\def\myyear{20XX}
\def\signatures{36 pt} % Space to accommodate the signatures, you can fiddle with this as you like
%% PRELIMINARY PAGES
\pagenumbering{roman}
\pagestyle{plain}
% TITLE PAGE
\hypersetup{pageanchor=false}
\begin{titlepage}
\thispagestyle{empty} % No page numbers on title page, as per Manual page 8
\begin{center}
%\onehalfspacing
\mytitle
\myauthor
A DISSERTATION PROPOSAL
in
\mydepartment
Presented to the Faculties of the University of Pennsylvania
in
Partial Fulfillment of the Requirements for the
Degree of Doctor of Philosophy
\myyear
% Added for proposal
\vfill
The dissertation proposal will take place:
Month XX, 20XX
XX:XX PM
Building, Room XXX
\vfill
% end proposal
\end{center}
\vfill % Here to make sure the page is filled
\begin{flushleft}
%\blankline
%
%\blankline
%
%\singlespacing
%
%\rule{\linewidth}{0.3mm}
%\mysupervisorname, Supervisor of Dissertation \\
%\mysupervisortitle
%
%\doublespacing
%
%\blankline
%
%\blankline
%
%\singlespacing
%
%\rule{\linewidth}{0.3mm}
%\gradchairname, Graduate Group Chairperson \\
%\gradchairtitle
%
%\doublespacing
%
%\halfblankline
\singlespacing
Dissertation Committee % No signature necessary
\blankline
Member One, Title of Member One
Member Two, Title of Member Two
Member Three, Title of Member Three
\end{flushleft}
\end{titlepage}
\hypersetup{pageanchor=true}
% COPYRIGHT NOTICE (optional)
\doublespacing
\thispagestyle{empty} % No page number as per Manual, p. 11
% Changing formatting for preliminary pages (NOT OPTIONAL)
% ABSTRACT
\begingroup
\titleformat{\chapter}[hang]{\large\center}{\thechapter}{0 pt}{}
\titlespacing*{\chapter}{0pt}{-33 pt}{6 pt} % The key value here is the -33 pts, I got to it by old fashioned measuring with a ruler....
\clearpage
%\onehalfspacing
\chapter*{ABSTRACT}
\addcontentsline{toc}{chapter}{Abstract} % This is to include this section in the Table of Contents
\begin{center}
\mytitle
\myauthor
\mysupervisorname
\end{center}
Text of abstract goes here.
Text of abstract goes here.
Text of abstract goes here.
Text of abstract goes here.
Text of abstract goes here.
Text of abstract goes here.
Text of abstract goes here.
Text of abstract goes here.
Text of abstract goes here.
Text of abstract goes here.
\endgroup
% TABLE OF CONTENTS
\clearpage
\singlespacing
\phantomsection % To make hyperref jump to the correct location
\addcontentsline{toc}{chapter}{Contents}
\tableofcontents
% LIST OF TABLES
\clearpage
\phantomsection % To make hyperref jump to the correct location
\addcontentsline{toc}{chapter}{List of Tables}
\listoftables
% LIST OF ILLUSTRATIONS
\clearpage
\phantomsection % To make hyperref jump to the correct location
\addcontentsline{toc}{chapter}{List of Figures}
\listoffigures
% PREFACE (OPTIONAL)
%\clearpage
%\doublespacing
%\chapter*{Preface}
%\addcontentsline{toc}{chapter}{Preface} % This is to include this section in the Table of Contents
%\endgroup