summaryrefslogtreecommitdiff
path: root/report/style/pascience-listings.tex
blob: 3df3cbebfbe151fd44c644802fdace05dd8d2779 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
%%%%%%%%%%%%%%%%%%%%
%% CODE LISTINGS
%%%%%%%%%%%%%%%%%%%%

\usepackage{listings}

\lstset{
	breaklines=true,
	frame=leftline,
	%frame=bottomline,
	basicstyle=\small,
	%numbers=left,
	numberstyle=\tiny,
	tabsize=2,
	showstringspaces=false,
	keywordstyle=\color[rgb]{0,0,1},
	commentstyle=\color[rgb]{0.133,0.545,0.133},
	stringstyle=\color[rgb]{0.627,0.126,0.941},
}