full thesis template commit and figures
This commit is contained in:
48
thesis/base/titlepage_report.tex
Executable file
48
thesis/base/titlepage_report.tex
Executable file
@@ -0,0 +1,48 @@
|
||||
% **************************************************************************************************
|
||||
% ** 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.2 2010-03-02 added TUGlogo, modified title (now suitable for VERY long titles)
|
||||
% 0.3 2010-05-30 modified fonts (no ttfamily any more, smaller \DocumentTitle, larger linespread)
|
||||
%
|
||||
% ***** 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
|
||||
\underline{Rev.:} & \RevPrefix\RevLarge.\footnotesize\RevSmall % revision
|
||||
\end{tabular}
|
||||
}{}
|
||||
\ifthenelse{\equal{\DocumentLanguage}{de}}{
|
||||
\begin{tabular}{l l}
|
||||
\underline{Autor:} & \DocumentAuthor \\ % author
|
||||
\underline{Datum:} & \today \\ % date
|
||||
\underline{Version.:} & \RevPrefix\RevLarge.\footnotesize\RevSmall % revision
|
||||
\end{tabular}
|
||||
}{}
|
||||
\end{flushright}
|
||||
\end{titlepage}
|
||||
Reference in New Issue
Block a user