listings
This commit is contained in:
parent
de1519309b
commit
5347060432
2 changed files with 45 additions and 53 deletions
13
cnam/travaux/blanc/présentation/listings.tex
Normal file
13
cnam/travaux/blanc/présentation/listings.tex
Normal file
|
@ -0,0 +1,13 @@
|
|||
\definecolor{bg}{rgb}{0.92,0.92,0.92}
|
||||
\definecolor{cm}{rgb}{0.1,0.6,0.1}
|
||||
\definecolor{kw}{rgb}{0.8,0.1,0.1}
|
||||
\definecolor{str}{rgb}{0.1,0.1,0.8}
|
||||
\lstset{
|
||||
basicstyle=\ttfamily\scriptsize,
|
||||
numbers=left,
|
||||
numbersep=0.25em,
|
||||
backgroundcolor=\color{bg},
|
||||
commentstyle=\color{cm},
|
||||
keywordstyle=\color{kw},
|
||||
stringstyle=\color{str},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue