From 76b364ec57bbf188fcbd577af150a5e200175cf2 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Thu, 16 Oct 2014 12:14:01 +0200 Subject: [PATCH] FGI-2: Bearbeitung Blatt 1 begonnen --- fgi2/Blatt1/Aufgabenblatt1.tex | 44 ++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 fgi2/Blatt1/Aufgabenblatt1.tex diff --git a/fgi2/Blatt1/Aufgabenblatt1.tex b/fgi2/Blatt1/Aufgabenblatt1.tex new file mode 100644 index 0000000..4e03d66 --- /dev/null +++ b/fgi2/Blatt1/Aufgabenblatt1.tex @@ -0,0 +1,44 @@ +\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} +\usepackage{multirow} +\polyset{style=C, div=:,vars=x} +\pgfplotsset{compat=1.8} +\pagenumbering{arabic} +% ensures that paragraphs are separated by empty lines +\parskip 12pt plus 1pt minus 1pt +\parindent 0pt +% define how the sections are rendered +\def\thesection{1.\arabic{section})} +\def\thesubsection{\arabic{subsection})} +\def\thesubsubsection{(\roman{subsubsection})} +% some matrix magic +\makeatletter +\renewcommand*\env@matrix[1][*\c@MaxMatrixCols c]{% + \hskip -\arraycolsep + \let\@ifnextchar\new@ifnextchar + \array{#1}} +\makeatother + +\begin{document} +\author{Jim Martens (6420323)} +\title{Hausaufgaben zum 20. Oktober} +\maketitle + +\setcounter{section}{2} +\section{} %1.3 + \subsection{} %1. + \[d + a\{n\}d + \] + +\end{document}