Copied template from submodule to this repo

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2020-01-16 13:28:22 +02:00
parent 70345608ee
commit 6b1a928242
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
44 changed files with 3549 additions and 4 deletions

34
tex/style/title.tex Normal file
View file

@ -0,0 +1,34 @@
% TITLE PAGE
% Normally, you should not edit this file.
\makeatletter
\renewcommand{\maketitle}{
\newgeometry{left=4.5cm}
\thispagestyle{empty}
\ThisULCornerWallPaper{1}{\IfLanguageName{finnish}{metropolia_fi}{metropolia_en}}
%
\vspace*{12.8cm}
\tn{\Large\@author\\[1cm]\Huge\IfLanguageName {finnish}{\color[RGB]{155,50,35}\otsikko}{\color[RGB]{31,73,125}\@title}}%\\[22pt]\LARGE\alaotsikko\\[1.75cm]}
\null\vfill
\parbox{.7\linewidth}{
\IfLanguageName {finnish}{
Metropolia Ammattikorkeakoulu\\
\tutkinto \\
\kohjelma \\
\thesisfi\\
\pvm
} {
Helsinki Metropolia University of Applied Sciences\\
\metropoliadegree \\
\metropoliadegreeprogramme \\
\thesisen\\
\IfLanguageName {finnish}{\pvm}{\@date} % D.M.YYYY date format for Finnish. D Month YYYY for English
}
}
\vspace*{-1.5cm}
\clearpage
\restoregeometry
}
\makeatother