Skip to content

Commit e7fd5aa

Browse files
committed
Now tagline is optional
1 parent 4d8e383 commit e7fd5aa

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

dissertation_main.pdf

0 Bytes
Binary file not shown.

dissertation_main.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
\title{Machine Learning\\Approaches to the\\Blockchain} % use \\ here otherwise you get a justified title
4343
% note capitalization of the title (only common
4444
% words in lower case)
45-
\tagline{some hyped-up tagline} % tag line
45+
\tagline{some hyped-up tagline} % tag line *OPTIONAL*
4646
\author{Jean-Paul Ebejer} % your full name
4747
\authorID{123456M} % your University Identifier
4848
\supervisor{Prof.\ Dumbledore} % your supervisor(s) name

um.cls

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
%% ****************************************************
1414

1515
\NeedsTeXFormat{LaTeX2e}
16-
\ProvidesClass{um}[2018/05/01-2024/11/27 v2.6 University of Malta, Dissertation/FYP/Thesis Template]
16+
\ProvidesClass{um}[2018/05/01-2025/07/04 v2.7 University of Malta, Dissertation/FYP/Thesis Template]
1717

1818

1919
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{memoir}}
@@ -236,8 +236,7 @@
236236
\sffamily
237237
{\Huge\bfseries{\begin{Spacing}{1.15}\textcolor{DissertationColor}{\@title}\end{Spacing}}}
238238
\vspace*{2ex}
239-
{\large\textit{\@tagline}}\\[1in]
240-
239+
\@ifundefined{@tagline}{\vspace*{3.54cm}}{{\large\textit{\@tagline}}\\[2.54cm]}
241240
{\LARGE\bfseries \textsc{\@author}} \\[1cm]
242241
{\large Supervised by \@supervisor}
243242
\@ifundefined{@cosupervisor}{\\[2ex]}{\\[2ex]\large Co-supervised by \@cosupervisor}\\[1cm]

0 commit comments

Comments
 (0)