aboutsummaryrefslogtreecommitdiff
path: root/common/packages.tex
blob: 378842c5f833f7d9bae5f20a7001c64bf1836d4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\usepackage[nosf]{kpfonts}
\usepackage[small,compact]{titlesec}

\usepackage{listings}
\usepackage{multicol}
\usepackage{wrapfig}
\usepackage{enumitem}
\usepackage{pgfplots}

\pagestyle{empty}

\setlength{\parindent}{0mm}
\setcounter{MaxMatrixCols}{20}

\lstset{basicstyle=\ttfamily\footnotesize}
\lstset{showstringspaces=false}