mirror of https://github.com/2martens/uni.git
74 lines
1.7 KiB
TeX
74 lines
1.7 KiB
TeX
\documentclass[10pt,a4paper,oneside,ngerman,numbers=noenddot]{scrartcl}
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage[ngerman]{babel}
|
|
\usepackage{amsmath}
|
|
\usepackage{amsfonts}
|
|
\usepackage{amssymb}
|
|
\usepackage{bytefield}
|
|
\usepackage{paralist}
|
|
\usepackage{gauss}
|
|
\usepackage{pgfplots}
|
|
\usepackage{textcomp}
|
|
\usepackage[locale=DE,exponent-product=\cdot,detect-all]{siunitx}
|
|
\usepackage{tikz}
|
|
\usepackage{algpseudocode}
|
|
\usepackage{algorithm}
|
|
\usepackage{mathtools}
|
|
\usepackage{hyperref}
|
|
%\usepackage{algorithmic}
|
|
%\usepackage{minted}
|
|
\usetikzlibrary{automata,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
|
|
\parskip 12pt plus 1pt minus 1pt
|
|
\parindent 0pt
|
|
|
|
\DeclarePairedDelimiter\abs{\lvert}{\rvert}%
|
|
\DeclarePairedDelimiter{\ceil}{\lceil}{\rceil}
|
|
|
|
%switch starred and non-starred (auto-size)
|
|
\makeatletter
|
|
\let\oldabs\abs
|
|
\def\abs{\@ifstar{\oldabs}{\oldabs*}}
|
|
\makeatother
|
|
|
|
\hypersetup{
|
|
colorlinks,
|
|
citecolor=black,
|
|
filecolor=black,
|
|
linkcolor=black,
|
|
urlcolor=black
|
|
}
|
|
|
|
\begin{document}
|
|
\author{Jim Martens}
|
|
\title{Ergebnis der CG-Vorbesprechung}
|
|
\maketitle
|
|
|
|
\section{Tagesordnung}
|
|
|
|
Anträge für Tagesordnung
|
|
|
|
\section{Abstimmungen}
|
|
|
|
\begin{description}
|
|
\item[TOP] dafür/dagegen/Enthaltung oder egal
|
|
\end{description}
|
|
|
|
\section{Beispiel-TOP}
|
|
|
|
Änderungsanträge zu Beispiel-TOP
|
|
|
|
\end{document} |