mirror of
https://github.com/Wandmalfarbe/pandoc-latex-template.git
synced 2025-01-18 02:40:10 +00:00
I introduced the wrong spacing in commit 5046ee08cd
which fixed a very large margin between code blocks and the text above. As it turns out this was likely caused by an upstream bug in some package or the TeX distribution. It only existed in Tex Live 2018.
This commit is contained in:
parent
50a425addb
commit
f192e92134
@ -658,10 +658,10 @@ $endif$
|
||||
frameround = ffff,
|
||||
tabsize = 4,
|
||||
numberstyle = \color{listing-numbers},
|
||||
aboveskip = -0.7em,
|
||||
aboveskip = 1.0em,
|
||||
belowskip = 0.1em,
|
||||
abovecaptionskip = 0em,
|
||||
belowcaptionskip = 1em,
|
||||
belowcaptionskip = 1.0em,
|
||||
keywordstyle = \color{listing-keyword}\bfseries,
|
||||
classoffset = 0,
|
||||
sensitive = true,
|
||||
|
Loading…
Reference in New Issue
Block a user