summaryrefslogtreecommitdiff
path: root/report/style/pascience-listings.tex
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-06-13 16:09:34 +0200
committerPacien TRAN-GIRARD2014-06-13 16:09:34 +0200
commit9c491ec71995dfb34d8ed95d7bb098fc1614c92e (patch)
tree6064c59e8d872074032c2da836426d833112044d /report/style/pascience-listings.tex
parent70318492f3472ff2ec3b1735cf69a4eef1f6a51d (diff)
downloadfpga-home-automation-9c491ec71995dfb34d8ed95d7bb098fc1614c92e.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}