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}}
|
\lstdefinelanguage{rst}{keywords={download,literalinclude}}
|
||||||
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
||||||
\definecolor{bg}{rgb}{0.92,0.92,0.92}
|
\definecolor{bg}{rgb}{.92,.92,.92}
|
||||||
\definecolor{cm}{rgb}{0.1,0.6,0.1}
|
\definecolor{cm}{rgb}{.1,.6,.1}
|
||||||
\definecolor{kw}{rgb}{0.8,0.1,0.1}
|
\definecolor{kw}{rgb}{.8,.1,.1}
|
||||||
\definecolor{str}{rgb}{0.1,0.1,0.8}
|
\definecolor{str}{rgb}{.1,.1,.8}
|
||||||
\lstset{
|
\lstset{
|
||||||
basicstyle=\ttfamily\scriptsize,
|
basicstyle=\ttfamily\scriptsize,
|
||||||
numbers=left,
|
numbers=left,
|
||||||
numbersep=0.5em,
|
numbersep=.5em,
|
||||||
%backgroundcolor=\color{bg},
|
%backgroundcolor=\color{bg},
|
||||||
commentstyle=\color{cm},
|
commentstyle=\color{cm},
|
||||||
keywordstyle=\color{kw},
|
keywordstyle=\color{kw},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue