mirror of
https://github.com/Wandmalfarbe/pandoc-latex-template.git
synced 2025-01-02 04:16:39 +00:00
Changed the top and bottom spacing of listings.
This commit is contained in:
parent
22d2949ad2
commit
5046ee08cd
@ -652,13 +652,15 @@ $endif$
|
|||||||
basicstyle = \color{listing-text-color}\small\ttfamily{}\linespread{1.15}, % print whole listing small
|
basicstyle = \color{listing-text-color}\small\ttfamily{}\linespread{1.15}, % print whole listing small
|
||||||
breaklines = true,
|
breaklines = true,
|
||||||
frame = single,
|
frame = single,
|
||||||
framesep = 0.6mm,
|
framesep = 0.19em,
|
||||||
rulecolor = \color{listing-rule},
|
rulecolor = \color{listing-rule},
|
||||||
frameround = ffff,
|
frameround = ffff,
|
||||||
tabsize = 4,
|
tabsize = 4,
|
||||||
numberstyle = \color{listing-numbers},
|
numberstyle = \color{listing-numbers},
|
||||||
aboveskip = 1.0em,
|
aboveskip = -0.7em,
|
||||||
belowcaptionskip = 1.0em,
|
belowskip = 0.1em,
|
||||||
|
abovecaptionskip = 0em,
|
||||||
|
belowcaptionskip = 1em,
|
||||||
keywordstyle = \color{listing-keyword}\bfseries,
|
keywordstyle = \color{listing-keyword}\bfseries,
|
||||||
classoffset = 0,
|
classoffset = 0,
|
||||||
sensitive = true,
|
sensitive = true,
|
||||||
|
Loading…
Reference in New Issue
Block a user