summaryrefslogtreecommitdiff
path: root/report/style/pascience-listings.tex
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-04-13 15:59:52 +0200
committerPacien TRAN-GIRARD2014-04-13 15:59:52 +0200
commitc56de915f2e9fc6ae2eb0697f9bd82d725306396 (patch)
treed3cd7fbaad94e03404d2254a3135d84dbb785608 /report/style/pascience-listings.tex
parent09a8eeb155b0af8cfd656f4128c698691d3457bb (diff)
downloadlabviewplayer-c56de915f2e9fc6ae2eb0697f9bd82d725306396.tar.gz
Add 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}