summaryrefslogtreecommitdiff
path: root/doc/title.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/title.tex')
-rw-r--r--doc/title.tex77
1 files changed, 77 insertions, 0 deletions
diff --git a/doc/title.tex b/doc/title.tex
new file mode 100644
index 0000000..cc556a5
--- /dev/null
+++ b/doc/title.tex
@@ -0,0 +1,77 @@
+%
+% Title page
+%
+% Based on http://en.wikibooks.org/wiki/LaTeX/Title_Creation
+%
+
+\begin{titlepage}
+
+ \begin{center}
+
+ \includegraphics[width=0.6\textwidth]{images/uzh_ifi_logo_e_pos.pdf}\\
+ \vspace*{1.5ex}
+ \ \\
+ Artificial Intelligence Laboratory
+ \ \\
+ \ \\
+ \vspace*{1.5ex}
+ \HRule
+
+ \vspace*{10ex}
+
+ % textsc is small caps
+ \textsc{\Large
+ %
+ Master Project Report\\
+ \ \\}
+ %
+ % the title
+ %
+ {\huge \bfseries
+ Simulation of the Ontogenetic Development of Human Biped Walking
+ \\}
+ \vspace*{2ex}
+ \ \\
+ \ \\
+ \ \\
+
+ \HRule
+
+ \vspace*{2ex}
+ \ \\
+ \ \\
+ \ \\
+
+ % split the page into two columns
+ % left column
+ \begin{minipage}[t]{0.48\textwidth}
+ \begin{flushleft} \large
+ \emph{Author:}\\
+ Tobias Klauser\\
+ %Winterthur, Switzerland\\
+ Registration Number: 05-535-927
+ \end{flushleft}
+ \end{minipage}
+ %
+ % right column
+ \begin{minipage}[t]{0.48\textwidth}
+ \begin{flushright} \large
+ \emph{Supervised by:} \\
+ Prof. Dr. Rolf Pfeifer\\
+ Dr. Hugo Gravato Marques\\
+ % ensure vertical alignment with LHS
+ \footnotesize{\ }
+ \end{flushright}
+ \end{minipage}
+
+ \vspace*{15ex}
+ %
+ \vfill % fill vertical space
+ %
+ % Bottom of the page
+ % \today is the compilation date
+ {\large \today}
+ %
+ \end{center}
+\end{titlepage}
+