26 lines
659 B
TeX
26 lines
659 B
TeX
\documentclass[12pt,a4paper,ngerman]{article}
|
|
\input{src/mentorierteArbeit.sty}
|
|
|
|
\title{TODO Titel}
|
|
\author{TODO Autor}
|
|
\date{\today}
|
|
\supervisor{Dr. Pr. TODO}
|
|
\project{Mentorierte Arbeit in Fachdidaktik Mathematik}
|
|
%\project{Mentorierte Arbeit in fachwissenschaftlicher Vertiefung mit pädagogischem Fokus in Mathematik}
|
|
\content{TOOD Inhalt}
|
|
\targetaudience{TODO Zielpublikum}
|
|
\requirements{TODO Voraussetzungen}
|
|
\form{TODO Form}
|
|
\hypersetup{pdfusetitle}
|
|
|
|
\begin{document}
|
|
\begin{titlepage}
|
|
\maketitle
|
|
\end{titlepage}
|
|
|
|
%\tableofcontents
|
|
\part{Lernskript: Thema}
|
|
\section{Hallo Leser}
|
|
\part{Didaktische Methoden}
|
|
\section{Hallo Lehrpersonen}
|
|
\end{document}
|