Copied template from submodule to this repo
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
parent
70345608ee
commit
6b1a928242
44 changed files with 3549 additions and 4 deletions
34
tex/style/title.tex
Normal file
34
tex/style/title.tex
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue