From 67d3d7283ff8e9caa5a147200601e35735fe589b Mon Sep 17 00:00:00 2001
From: Hinrikus Wolf <hinrikus@x220.halifax.rwth-aachen.de>
Date: Thu, 26 Feb 2015 21:31:05 +0100
Subject: [PATCH] =?UTF-8?q?lstlistings=20mit=20bash=20hinzugef=C3=BCgt?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Doku/HEADER.tex | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Doku/HEADER.tex b/Doku/HEADER.tex
index f8d9ad1..470626c 100644
--- a/Doku/HEADER.tex
+++ b/Doku/HEADER.tex
@@ -9,6 +9,10 @@
 \usepackage{graphicx}
 \setlength{\parskip}{1em plus 1pt minus 1pt}
 \setlength{\parindent}{0pt}
+\usepackage{courier}
+\usepackage{listings}
+
+\lstset{language=bash, numbers=left, basicstyle=\ttfamily}
 
 \begin{document}
 
-- 
GitLab