summaryrefslogtreecommitdiff
path: root/report/style/pascience-listings.tex
diff options
context:
space:
mode:
Diffstat (limited to 'report/style/pascience-listings.tex')
-rw-r--r--report/style/pascience-listings.tex19
1 files changed, 19 insertions, 0 deletions
diff --git a/report/style/pascience-listings.tex b/report/style/pascience-listings.tex
new file mode 100644
index 0000000..3df3cbe
--- /dev/null
+++ b/report/style/pascience-listings.tex
@@ -0,0 +1,19 @@
1%%%%%%%%%%%%%%%%%%%%
2%% CODE LISTINGS
3%%%%%%%%%%%%%%%%%%%%
4
5\usepackage{listings}
6
7\lstset{
8 breaklines=true,
9 frame=leftline,
10 %frame=bottomline,
11 basicstyle=\small,
12 %numbers=left,
13 numberstyle=\tiny,
14 tabsize=2,
15 showstringspaces=false,
16 keywordstyle=\color[rgb]{0,0,1},
17 commentstyle=\color[rgb]{0.133,0.545,0.133},
18 stringstyle=\color[rgb]{0.627,0.126,0.941},
19}