diff options
author | Pacien TRAN-GIRARD | 2014-04-13 15:59:52 +0200 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-04-13 15:59:52 +0200 |
commit | c56de915f2e9fc6ae2eb0697f9bd82d725306396 (patch) | |
tree | d3cd7fbaad94e03404d2254a3135d84dbb785608 /report/style/pascience-listings.tex | |
parent | 09a8eeb155b0af8cfd656f4128c698691d3457bb (diff) | |
download | labviewplayer-c56de915f2e9fc6ae2eb0697f9bd82d725306396.tar.gz |
Add report template
Diffstat (limited to 'report/style/pascience-listings.tex')
-rw-r--r-- | report/style/pascience-listings.tex | 19 |
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 | } | ||