From f0e15c75fc0ac3eb539ebd0e066a9bc940da38aa Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Thu, 17 Oct 2013 16:48:50 +0200 Subject: [PATCH] Grundgeruest fuer AD-Blatt 1 erstellt. --- ad/Uebungsblatt01.tex | 45 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 ad/Uebungsblatt01.tex diff --git a/ad/Uebungsblatt01.tex b/ad/Uebungsblatt01.tex new file mode 100644 index 0000000..d4a3ff6 --- /dev/null +++ b/ad/Uebungsblatt01.tex @@ -0,0 +1,45 @@ +\documentclass[10pt,a4paper,oneside,ngerman,numbers=noenddot]{scrartcl} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\usepackage{paralist} +\usepackage{gauss} +\usepackage{pgfplots} +\usepackage[locale=DE,exponent-product=\cdot,detect-all]{siunitx} +\usepackage{tikz} +\usetikzlibrary{matrix,fadings,calc,positioning,decorations.pathreplacing,arrows,decorations.markings} +\usepackage{polynom} +\polyset{style=C, div=:,vars=x} +\pgfplotsset{compat=1.8} +\pagenumbering{arabic} +\def\thesection{\arabic{section})} +\def\thesubsection{(\alph{subsection})} +\def\thesubsubsection{(\roman{subsubsection})} +\makeatletter +\renewcommand*\env@matrix[1][*\c@MaxMatrixCols c]{% + \hskip -\arraycolsep + \let\@ifnextchar\new@ifnextchar + \array{#1}} +\makeatother + +\begin{document} +\author{Tronje Krabbe, Jim Martens, Julian Tobergte} +\title{Hausaufgaben zum 22. Oktober} +\maketitle +\section{} %1 + \subsection{} %a + \subsection{} %b + \subsubsection{} %i + \subsubsection{} %ii + \subsubsection{} %iii +\section{} %2 + \subsection{} %a + \subsection{} %b +\section{} %3 + \subsection{} %a + \subsection{} %b + \subsection{} %c +\end{document}