mirror of
https://github.com/2martens/uni.git
synced 2026-05-07 03:46:25 +02:00
FGI2: Aufgabe 7.4.1 bearbeitet und Aufgabenblatt erstellt
This commit is contained in:
42
fgi2/Blatt7/Aufgabenblatt7.tex
Normal file
42
fgi2/Blatt7/Aufgabenblatt7.tex
Normal file
@ -0,0 +1,42 @@
|
||||
\documentclass[10pt,a4paper,oneside,ngerman,numbers=noenddot]{scrartcl}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage[utf8x]{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{automata,matrix,fadings,calc,positioning,decorations.pathreplacing,arrows,decorations.markings}
|
||||
\usepackage{polynom}
|
||||
\usepackage{multirow}
|
||||
\usepackage[german]{fancyref}
|
||||
\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{7.\arabic{section})}
|
||||
\def\thesubsection{\arabic{subsection}.}
|
||||
\def\thesubsubsection{(\alph{subsubsection})}
|
||||
% some matrix magic
|
||||
\makeatletter
|
||||
\renewcommand*\env@matrix[1][*\c@MaxMatrixCols c]{%
|
||||
\hskip -\arraycolsep
|
||||
\let\@ifnextchar\new@ifnextchar
|
||||
\array{#1}}
|
||||
\makeatother
|
||||
|
||||
\begin{document}
|
||||
\author{Benjamin Kuffel, Jim Martens\\Gruppe 6}
|
||||
\title{Hausaufgaben zum 1. Dezember}
|
||||
\maketitle
|
||||
|
||||
\setcounter{section}{3}
|
||||
\section{} %7.4
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user