From ce047e2fe219e35715df96a13bb566aa7ff710c3 Mon Sep 17 00:00:00 2001
From: Moritz Holtz <moritz.holtz@rwth-aachen.de>
Date: Thu, 19 Mar 2015 15:04:58 +0100
Subject: [PATCH] Fixed encoding in the Documentation.

---
 Doku/HEADER.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Doku/HEADER.tex b/Doku/HEADER.tex
index 9245ca5..5d25508 100644
--- a/Doku/HEADER.tex
+++ b/Doku/HEADER.tex
@@ -12,7 +12,7 @@
 \usepackage{courier}
 \usepackage{listingsutf8}
 \usepackage{xcolor}
-\lstset{language=bash, numbers=left, basicstyle=\ttfamily\color{white},breaklines=true,backgroundcolor=\color{black},numberstyle=\small\color{darkgray}}
+\lstset{language=bash, numbers=left, basicstyle=\ttfamily\color{white},breaklines=true,backgroundcolor=\color{black},numberstyle=\small\color{darkgray},literate={ö}{{\"o}}1{ä}{{\"a}}1{ü}{{\"u}}1}
 
 
 \newcommand{\startmenu}{\enquote{Kickoff Application Launcher}}
-- 
GitLab