From 163851310b141ce92013cbc13e40bc4a17669a54 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Wed, 20 Dec 2023 16:17:54 -0800 Subject: [PATCH] Paragraph breaks --- glowfic.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/glowfic.py b/glowfic.py index 1249663..a4f3ca9 100644 --- a/glowfic.py +++ b/glowfic.py @@ -112,11 +112,16 @@ class BelowIconLayout(Layout): icon_width = b'0.25\\textwidth' # TODO: Make this configurable return b'''\\begin{wrapfigure}{l}{%s} %s + %s + %s + %s \\end{wrapfigure} + %s + ''' % ( icon_width, renderIcon(chunk.icon, self._image_size), -- 2.44.1