c3d2-web/draft/latex/netzbiotop-titlepage.tex

70 lines
2.3 KiB
TeX

\makeatletter
\begin{titlepage}
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}} % Defines a new command for the horizontal lines, change thickness here
\center % Center everything on the page
%----------------------------------------------------------------------------------------
% HEADING SECTIONS
%----------------------------------------------------------------------------------------
\textsc{\LARGE \@author}\\[1.5cm] % Name of your university/college
%----------------------------------------------------------------------------------------
% TITLE SECTION
%----------------------------------------------------------------------------------------
\HRule \\[0.4cm]
{ \huge \bfseries \@title}\\[0.4cm] % Title of your document
\HRule \\[1.5cm]
% If you don't want a supervisor, uncomment the two lines below and remove the section above
%\Large \emph{Author:}\\
%John \textsc{Smith}\\[3cm] % Your name
%----------------------------------------------------------------------------------------
% DATE SECTION
%----------------------------------------------------------------------------------------
{\large \@subtitle}\\[2cm] % Date, change the \today to a set date if you want to be precise
%----------------------------------------------------------------------------------------
% LOGO SECTION
%----------------------------------------------------------------------------------------
\newcommand{\Logo}{./logo.pdf}
\parbox[4cm]{5cm}{
\IfFileExists{\Logo}{
\includegraphics[scale=2.0]{\Logo}\\[1cm] % Include a department/university logo - this will require the graphicx package
%\includegraphics*[width=4cm]{\Logo}
}{
% nothing
%\begin{scaletikzpicturetowidth}{3cm} \FallbackLogo{} \end{scaletikzpicturetowidth}
}
}
%----------------------------------------------------------------------------------------
%\vfill % Fill the rest of the page with whitespace
\bigskip
\Large{
\begin{tabular}{lc}
\textbf{Dokument} & \textbf{Status} \\\\
\hline
\\
\hyperlink{satzung}{Satzung} & offiziell \\\\
\href{netzbiotop-kassenordnung}{Kassenordnung} & offiziell \\\\
\href{netzbiotop-beitragsordnung}{Beitragsordnung}& Entwurf \\\\
\href{netzbiotop-mitgliedsantrag}{Mitgliedsantrag}& Entwurf \\\\
\end{tabular}
}
\vfill % Fill the rest of the page with whitespace
\end{titlepage}