trim
This commit is contained in:
parent
9d298ebe99
commit
0da9d78e17
1 changed files with 5 additions and 5 deletions
|
@ -7,14 +7,14 @@
|
|||
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
||||
\lstdefinelanguage{rst}{keywords={download,literalinclude}}
|
||||
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
||||
\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}
|
||||
\definecolor{bg}{rgb}{.92,.92,.92}
|
||||
\definecolor{cm}{rgb}{.1,.6,.1}
|
||||
\definecolor{kw}{rgb}{.8,.1,.1}
|
||||
\definecolor{str}{rgb}{.1,.1,.8}
|
||||
\lstset{
|
||||
basicstyle=\ttfamily\scriptsize,
|
||||
numbers=left,
|
||||
numbersep=0.5em,
|
||||
numbersep=.5em,
|
||||
%backgroundcolor=\color{bg},
|
||||
commentstyle=\color{cm},
|
||||
keywordstyle=\color{kw},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue