summaryrefslogtreecommitdiff
path: root/configmasterhandout.tex
diff options
context:
space:
mode:
Diffstat (limited to 'configmasterhandout.tex')
-rw-r--r--configmasterhandout.tex34
1 files changed, 30 insertions, 4 deletions
diff --git a/configmasterhandout.tex b/configmasterhandout.tex
index 285bc00..3f061c6 100644
--- a/configmasterhandout.tex
+++ b/configmasterhandout.tex
@@ -1,9 +1,35 @@
-\documentclass{book}
+%\documentclass[xlevel]{wise}
+%\documentclass{book}
+%\usepackage{lxextras}
+\documentclass[hyperref]{wise}
\usepackage{german}
-\usepackage[utf8]{inputenc}
-\usepackage{lxextras}
-\lstset{keywordstyle=\color{blue}}
+%\usepackage[utf8]{inputenc}
+\usepackage{listings,color}
+\definecolor{lbcolor}{rgb}{0.95,0.95,0.95}
+\usepackage{hyperref}
+\hypersetup{colorlinks=true}
+
+\lstset{language=C++,
+ frameround=fttt,
+ numbers=left,
+ stepnumber=1,
+ numbersep=5pt,
+ numberstyle=\tiny,
+ breaklines=true,
+ breakautoindent=true,
+ postbreak=\space,
+ tabsize=2,
+ basicstyle=\ttfamily\footnotesize,
+ showspaces=false,
+ showstringspaces=false,
+ extendedchars=true,
+ backgroundcolor=\color{lbcolor},
+ keywordstyle =\bf ,
+ %identifierstyle = \bf ,
+ commentstyle =\color{green},
+ stringstyle=\color{red}
+}
\begin{document}
\title{Linux Entwicklung}