You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.1 KiB
56 lines
1.1 KiB
4 years ago
|
% Heavily based on this template:
|
||
|
% https://www.overleaf.com/latex/templates/university-of-lincoln-computer-science-thesis-template-unofficial/vdbphtsnwdqv
|
||
|
|
||
|
% Define variables
|
||
|
\makeatletter
|
||
|
|
||
|
\newcommand{\universityLogo}[1]{\def\@logo{#1}}
|
||
|
\newcommand{\programme}[1]{\def\@programmename{#1}}
|
||
|
\newcommand{\school}[1]{\def\@schoolname{#1}}
|
||
|
\newcommand{\university}[1]{\def\@universityname{#1}}
|
||
|
\newcommand{\supervisor}[1]{\def\@supervisor{#1}}
|
||
|
|
||
|
\makeatother
|
||
|
|
||
|
% Change the author concat text
|
||
|
\renewcommand*{\Authand}{ και }
|
||
|
|
||
|
% Make custom title
|
||
|
\makeatletter
|
||
|
\renewcommand\maketitle{
|
||
|
{\raggedright
|
||
|
\begin{center}
|
||
3 years ago
|
\thispagestyle{empty}
|
||
4 years ago
|
|
||
|
% Make the logo
|
||
|
\makeatletter
|
||
|
\centering\includegraphics[height=5cm]{\@logo}
|
||
|
|
||
|
% Make the title
|
||
3 years ago
|
\vspace{3cm}
|
||
4 years ago
|
{\huge \@title}
|
||
|
|
||
|
% The authors, school and university name
|
||
3 years ago
|
\vspace{3cm}
|
||
4 years ago
|
{\Large \@author}
|
||
3 years ago
|
\vspace{3cm}
|
||
4 years ago
|
|
||
|
\begin{tabular}{rl}
|
||
|
\textit{Επιβλέπων} & \@supervisor
|
||
|
\end{tabular}
|
||
|
|
||
|
% Print out the supervisor
|
||
|
\vspace{1cm}
|
||
|
{\@programmename \\
|
||
|
\vspace{0.25cm} \@schoolname \\
|
||
|
\vspace{0.25cm} \@universityname}
|
||
|
|
||
|
% Then the date
|
||
|
\vspace{1.5cm}
|
||
|
{\footnotesize \@date}
|
||
|
|
||
|
\end{center}}
|
||
|
\newpage
|
||
|
}
|
||
|
\makeatother
|