cnam.marc/cnam/travaux/blanc/présentation/listings.tex
Marc Beninca 5347060432 listings
2020-07-08 20:15:05 +02:00

13 lines
323 B
TeX

\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},
}