summaryrefslogtreecommitdiff
path: root/tcr.tex
diff options
context:
space:
mode:
Diffstat (limited to 'tcr.tex')
-rw-r--r--tcr.tex10
1 files changed, 6 insertions, 4 deletions
diff --git a/tcr.tex b/tcr.tex
index cea7d08..7ce4206 100644
--- a/tcr.tex
+++ b/tcr.tex
@@ -21,6 +21,7 @@
\chead{ChaosKITs}
\ohead{\pagemark}
+\usepackage{pxfonts}
\usepackage{listings}
\lstset{
language={C++},
@@ -32,14 +33,15 @@
breakautoindent=true,
breakatwhitespace=false,
postbreak=\space,
- tabsize=2,
+ tabsize=4,
basicstyle=\ttfamily\footnotesize,
showspaces=false,
showstringspaces=false,
extendedchars=true,
- keywordstyle=\color{blue}\bfseries,
- stringstyle=\color{darkred},
- commentstyle=\color{darkgreen}
+ keywordstyle=\bfseries,
+ stringstyle=\bfseries,
+ commentstyle=\bfseries,
+ frame=trbl
}
\usepackage[top=2cm, bottom=2cm, left=2cm, right=1cm]{geometry}