mirror of
https://github.com/2martens/uni.git
synced 2026-05-06 19:36:26 +02:00
FGI-2: Bearbeitung Blatt 1 begonnen
This commit is contained in:
44
fgi2/Blatt1/Aufgabenblatt1.tex
Normal file
44
fgi2/Blatt1/Aufgabenblatt1.tex
Normal file
@ -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}
|
||||
Reference in New Issue
Block a user