From 9c491ec71995dfb34d8ed95d7bb098fc1614c92e Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Fri, 13 Jun 2014 16:09:34 +0200 Subject: Import report template --- report/style/pascience-listings.tex | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 report/style/pascience-listings.tex (limited to 'report/style/pascience-listings.tex') 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 @@ +%%%%%%%%%%%%%%%%%%%% +%% 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}, +} -- cgit v1.2.3