full thesis template commit and figures
This commit is contained in:
45
thesis/base/titlepage_homework.tex
Executable file
45
thesis/base/titlepage_homework.tex
Executable file
@@ -0,0 +1,45 @@
|
||||
% **************************************************************************************************
|
||||
% ** 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}
|
||||
Reference in New Issue
Block a user