Files
mt/thesis/base/titlepage_homework.tex

45 lines
1.7 KiB
TeX
Raw Permalink Normal View History

% **************************************************************************************************
% ** SPSC Report and Thesis Template
% **************************************************************************************************
%
% ***** Authors *****
% Daniel Arnitz, Paul Meissner, Stefan Petrik
% Signal Processing and Speech Communication Laboratory (SPSC)
% Graz University of Technology (TU Graz), Austria
%
% ***** Changelog *****
% 0.1 2011-05-10 copied from titlepage_report.tex rev. 0.3, removed revision information
%
% ***** Todo *****
%
% **************************************************************************************************
\begin{titlepage}
\vspace*{-1cm}
\hfill
\begin{minipage}{4cm}
\includegraphics[width=40mm]{./base/TUGlogo}
\end{minipage}
\vspace*{4cm}
\begin{flushleft}
\hrulefill \\[5mm]
\parbox{\textwidth}{\centering\scshape\huge\linespread{0.9}\selectfont\DocumentTitle} % title
\\[5mm] \hrulefill \\[2mm]
\hspace*{0.05\textwidth}\parbox{0.9\textwidth}{\large\DocumentSubtitle} % subtitle
\end{flushleft}
\vfill
\begin{flushright}
\ifthenelse{\equal{\DocumentLanguage}{en}}{
\begin{tabular}{l l}
\underline{Author:} & \DocumentAuthor \\ % author
\underline{Date:} & \today \\ % date
\end{tabular}
}{}
\ifthenelse{\equal{\DocumentLanguage}{de}}{
\begin{tabular}{l l}
\underline{Autor:} & \DocumentAuthor \\ % author
\underline{Datum:} & \today \\ % date
\end{tabular}
}{}
\end{flushright}
\end{titlepage}