43 lines
711 B
TeX
43 lines
711 B
TeX
\documentclass[12pt,a4paper]{article}
|
|
\include{enviromentOliverRietmann.sty}
|
|
\usepackage[parfill]{parskip}
|
|
\begin{document}
|
|
\begin{titlepage}
|
|
{\hspace{-1cm}\includegraphics[width=0.3\textwidth]{images/ETHlogo}\par}
|
|
\vspace{1cm}
|
|
\begin{center}
|
|
{\scshape Mentorierte Arbeit in Fachdidaktik Mathematik\par}
|
|
\vspace{1cm}
|
|
{\large\bfseries TODO TITLE\par}
|
|
|
|
TODO AUTHOR
|
|
|
|
\vfill
|
|
\end{center}
|
|
|
|
\textbf{Inhalt}\\
|
|
TODO
|
|
|
|
\textbf{Zielpublikum}\\
|
|
TODO
|
|
|
|
\textbf{Voraussetzungen}\\
|
|
TODO
|
|
|
|
\textbf{Form}\\
|
|
TODO
|
|
|
|
\textbf{Betreuung}\\
|
|
TODO
|
|
|
|
\textbf{Datum}\\
|
|
\today
|
|
|
|
\end{titlepage}
|
|
%\maketitle
|
|
%\tableofcontents
|
|
\part{Lernskript: Thema}
|
|
\section{Hallo Leser}
|
|
\part{Didaktische Methoden}
|
|
\section{Hallo Lehrpersonen}
|
|
\end{document}
|