mirror of https://github.com/2martens/uni.git
32 lines
686 B
TeX
32 lines
686 B
TeX
|
\documentclass[ngerman]{gdb-aufgabenblatt}
|
||
|
\renewcommand{\Aufgabenblatt}{1}
|
||
|
\renewcommand{\Ausgabedatum}{Mi. 16.10.2013}
|
||
|
\renewcommand{\Abgabedatum}{Fr. 01.11.2013}
|
||
|
\renewcommand{\Gruppe}{Tim Dittrich, Sebastian Lindemann, Jim Martens}
|
||
|
|
||
|
% define how the sections are rendered
|
||
|
\def\thesection{Aufgabe \arabic{section}:}
|
||
|
\def\thesubsection{\alph{subsection})}
|
||
|
\def\thesubsubsection{(\roman{subsubsection})}
|
||
|
|
||
|
\begin{document}
|
||
|
|
||
|
|
||
|
\section{Informationssysteme}
|
||
|
\subsection{} %a
|
||
|
\subsection{} %b
|
||
|
\subsection{} %c
|
||
|
|
||
|
\section{Miniwelt}
|
||
|
\subsection{} %a
|
||
|
\subsection{} %b
|
||
|
|
||
|
\section{Transaktionen}
|
||
|
|
||
|
|
||
|
\section{Warm-Up MySQL}
|
||
|
\subsection{} %a
|
||
|
\subsection{} %b
|
||
|
\subsection{} %c
|
||
|
|
||
|
\end{document}
|