Archived
1
0
Fork 0
This repository has been archived on 2024-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
VWA/template/title_VWA.tex

64 lines
1.2 KiB
TeX
Raw Permalink Normal View History

%%%% Time-stamp: <2013-02-25 16:05:46 vk>
%% ========================================================================
%%%% Titelseite für eine Vorwissenschaftliche Arbeit
%% ========================================================================
%%
%% created by
%%
%% Karl Voit
%%
\thispagestyle{empty} %% no page header or footer
\large %% basic font size of the titlepage
\begin{center}
\mbox{\LARGE\bfseries\mytitle}
\vfill
2015-02-09 19:28:00 +01:00
Vorwissenschaftliche Arbeit\\[3mm]
verfasst von\\[3mm]
{\Large\bfseries\myauthor}\\[5mm]
2014-12-09 16:55:05 +01:00
Klasse \mystudy\\[40mm]
\vfill
2014-11-26 18:45:46 +01:00
\includegraphics[height=5cm]{figures/institution}\\[10mm]
Betreuer: \mysupervisor
\vfill
\myinstitute\\
\myhomestreet\\
\myhomepostalnumber~\myhometown
\vfill
\mysubmissiontown, \mysubmissionmonth~\mysubmissionyear
\end{center}
\normalsize %% new page, reset font size
\newpage
%% if myaddcolophon is set to "true", colophon is added:
\ifthenelse{\boolean{myaddcolophon}}{
\newpage
\thispagestyle{empty} %% no page header or footer
~
\vfill
\mycolophon
}{}
\newpage
%% end of title page
%%% Local Variables:
%%% mode: latex
%%% mode: auto-fill
%%% mode: flyspell
%%% eval: (ispell-change-dictionary "de_AT")
%%% TeX-master: "../main"
%%% End: