Browse Source

Changed the top and bottom spacing of listings.

pull/85/head
Wandmalfarbe 6 years ago
parent
commit
5046ee08cd
  1. 8
      eisvogel.tex

8
eisvogel.tex

@ -652,13 +652,15 @@ $endif$
basicstyle = \color{listing-text-color}\small\ttfamily{}\linespread{1.15}, % print whole listing small
breaklines = true,
frame = single,
framesep = 0.6mm,
framesep = 0.19em,
rulecolor = \color{listing-rule},
frameround = ffff,
tabsize = 4,
numberstyle = \color{listing-numbers},
aboveskip = 1.0em,
belowcaptionskip = 1.0em,
aboveskip = -0.7em,
belowskip = 0.1em,
abovecaptionskip = 0em,
belowcaptionskip = 1em,
keywordstyle = \color{listing-keyword}\bfseries,
classoffset = 0,
sensitive = true,

Loading…
Cancel
Save