initialized template
This commit is contained in:
+67
@@ -0,0 +1,67 @@
|
||||
\documentclass[11pt]{article}
|
||||
\usepackage[a4paper]{geometry}
|
||||
\geometry{top=3cm,bottom=3cm,left=3cm,right=3.5cm}
|
||||
\usepackage[ngerman]{babel}
|
||||
|
||||
\usepackage{Matheclub}
|
||||
|
||||
\addbibresource{bibliography.bib}
|
||||
|
||||
|
||||
|
||||
|
||||
\title{Beispiel Titel}
|
||||
|
||||
\author{Fierke, E. \& Janik, T. \& Weidlich, L.
|
||||
\\ Seminar Erweitertes Fachwissen - Mathe Club}
|
||||
|
||||
\date{Sommersemester \the\year}
|
||||
|
||||
\begin{document}
|
||||
\begin{textblock*}{3cm}(1cm,1.5cm)
|
||||
\includegraphics[width=3cm]{images/mlogo.pdf}
|
||||
\end{textblock*}
|
||||
|
||||
\begin{textblock*}{3cm}(\dimexpr\paperwidth-3.5cm\relax,1.2cm)
|
||||
\includegraphics[width=2.5cm]{images/ulogo.pdf}
|
||||
\end{textblock*}
|
||||
|
||||
\maketitle
|
||||
|
||||
\tableofcontents
|
||||
|
||||
\section{Einleitung}
|
||||
\input{content/Einleitung.tex}
|
||||
|
||||
\section{Kernideen}
|
||||
\input{content/Kernideen.tex}
|
||||
|
||||
\section{Stichworte}
|
||||
\input{content/Stichworte.tex}
|
||||
|
||||
\section{Mathematischer Hintergrund}
|
||||
\input{content/Mathematischer_Hintergrund.tex}
|
||||
|
||||
\section{Arbeitsmaterialien}
|
||||
\input{content/Arbeitsmaterialien.tex}
|
||||
|
||||
\section{Zeitplan}
|
||||
\input{content/Zeitplan.tex}
|
||||
|
||||
\section{Weiterführende Ideen}
|
||||
\input{content/Weiterfuehrende_Ideen.tex}
|
||||
|
||||
\section{Einordnung in den Lehrplan}
|
||||
\input{content/Einordnung_Lehrplan.tex}
|
||||
|
||||
|
||||
\printbibliography
|
||||
|
||||
\appendix
|
||||
\input{content/Anhang.tex}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user