-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from jacobneu/main
Separate formatting from content, use standard document macros
- Loading branch information
Showing
3 changed files
with
151 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,35 @@ | ||
\newgeometry{total={180mm,267mm}} % Make "A thesis submitted...the degree of" fit one line | ||
\makeatletter | ||
\begin{titlepage} | ||
\begin{center} | ||
\vspace*{\stretch{0.5}} | ||
|
||
\large % Default size for the title page | ||
|
||
{\Huge\textsc{The Title of a PhD Thesis}\par} | ||
{\Huge\textsc{\@title}\par} | ||
|
||
\vspace{\stretch{0.2}} | ||
|
||
by | ||
|
||
\vspace{\stretch{0.2}} | ||
|
||
{\huge\textsc{Jane Doe}} | ||
{\huge\textsc{\@author}} | ||
|
||
|
||
\vspace{\stretch{0.5}} | ||
|
||
A thesis submitted to the University of Foo for the degree of\\ | ||
\textsc{Doctor of Philosophy} | ||
A thesis submitted to the \@institution{} for the degree of\\ | ||
\textsc{\@degree} | ||
|
||
\vfill | ||
|
||
\flushright | ||
School of Bar \\ | ||
College of Baz and Quz \\ | ||
University of Foo \\ | ||
January 2023 | ||
\@ifundefined{@school}{}{\@school \\} | ||
\@ifundefined{@college}{}{\@college \\} | ||
\@institution \\ | ||
\@date | ||
|
||
\end{center} | ||
\end{titlepage} | ||
\end{titlepage} | ||
\makeatother |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters