From f192e9213443b0259f0f94435c0dfed6a8a94b11 Mon Sep 17 00:00:00 2001 From: Wandmalfarbe Date: Wed, 12 Jun 2019 22:57:25 +0200 Subject: [PATCH] Fixed: #91, #98: Code blocks were too close to the text above. I introduced the wrong spacing in commit 5046ee08cdfd7b037b4f4281ffe77f0ad266ced1 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. --- eisvogel.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eisvogel.tex b/eisvogel.tex index 869a2ea..d03d025 100644 --- a/eisvogel.tex +++ b/eisvogel.tex @@ -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,