From dfe4790798f274236ef5d5dad569d5cb2c4e99c6 Mon Sep 17 00:00:00 2001 From: Longman E <el7g15@soton.ac.uk> Date: Wed, 9 Jan 2019 17:06:24 +0000 Subject: [PATCH] Fix the title page ordering and size styling --- ecsdocs.dtx | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/ecsdocs.dtx b/ecsdocs.dtx index a426e85..41e89a1 100644 --- a/ecsdocs.dtx +++ b/ecsdocs.dtx @@ -679,13 +679,15 @@ \vskip 60\p@ \begin{center} \setlength{\parskip}{0pt} - {\large\textbf{\UNIVNAME}\par} -%<*minithesis|progress|project|gdp|gdpsummary> + {\scshape\LARGE\textbf{\univname}\par} + %% TODO: Change all the descriptions to italic like the Thesis one +%<*thesis|minithesis|progress|project|gdp|gdpsummary> + \bigskip {\large \facname \par} -%</minithesis|progress|project|gdp|gdpsummary> -%<*minithesis|progress|project> +%</thesis|minithesis|progress|project|gdp|gdpsummary> +%<*thesis|minithesis|progress|project> {\large \deptname \par} -%</minithesis|progress|project> +%</thesis|minithesis|progress|project> \vfill %<*minithesis> {\large A mini-thesis submitted for transfer from} @@ -717,7 +719,7 @@ \vfill {\large \bf \@title \par} \vfill - {\normalsize by \authornames \par} + {\normalsize \textit{by} \textbf\authornames \par} \vfill {\normalsize \@date \par} \vfill @@ -727,18 +729,17 @@ %<*thesis|report> {\huge \bf \@title \par} \vfill - {\LARGE by \par} + {\LARGE \textit{by} \par} \smallskip - {\LARGE \authornames \par} + {\LARGE \textbf\authornames \par} \vfill %<*thesis> - {\large A thesis submitted in partial fulfillment for the \par} - {\large degree of Doctor of Philosophy \par} + {\large \textit{A thesis for the degree of} \par} + {\large \textit{Doctor of Philosophy} \par} %</thesis> -%<report> {\large Technical Report \par} - \bigskip +%<*report> {\large \textit{Technical Report} \par} \bigskip -%<thesis> {\large in the \par} +\bigskip {\large \facname \par} {\large \deptname \par} \bigskip @@ -746,6 +747,7 @@ \bigskip {\Large \@date \par} \bigskip +%</report> %</thesis|report> \end{center} \par @@ -907,13 +909,13 @@ \null\vfil \begin{center} \setlength{\parskip}{0pt} - {\normalsize \UNIVNAME \par} + {\textsc\normalsize \univname \par} \bigskip {\underline{ABSTRACT} \par} \bigskip - {\normalsize \FACNAME \par} + {\textsc\normalsize \facname \par} %<*thesis|minithesis|progress|project|report> - {\normalsize \DEPTNAME \par} + {\textsc\normalsize \deptname \par} %</thesis|minithesis|progress|project|report> \bigskip %<*thesis> -- GitLab