aboutsummaryrefslogtreecommitdiff
path: root/report/style/pascience-listings.tex
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-02-16 15:45:05 +0100
committerPacien TRAN-GIRARD2014-02-16 15:45:05 +0100
commit8e5115f6501a05722b1322480a8149b0c37545b0 (patch)
tree9f206e2f2298986e42e91e4117bf5bb5565ec95b /report/style/pascience-listings.tex
parent29efed720f339e073c77a294629655ec6f7af8f3 (diff)
downloadesieequest-8e5115f6501a05722b1322480a8149b0c37545b0.tar.gz
Import report template
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}