From 313a871e86e7ed32db9d39d46aa9dce22dbc7263 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Thu, 21 Dec 2023 00:42:07 -0800 Subject: [PATCH] Less space between icon and post-separation line --- glowfic.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/glowfic.py b/glowfic.py index c969ac0..eb34c1b 100644 --- a/glowfic.py +++ b/glowfic.py @@ -109,7 +109,8 @@ class BelowIconLayout(Layout): self._image_size = image_size def renderChunk(self, chunk: Chunk) -> bytes: - return b'''\\begin{wrapstuff}[l]\\oalign{ + return b'''\\begin{wrapstuff}[l,abovesep=-1\\ht\\strutbox] +\\oalign{ %s\\cr %s\\cr %s\\cr -- 2.44.1