From f845a287eff4316eac1779672a230914611eb589 Mon Sep 17 00:00:00 2001 From: Marei Peischl Date: Thu, 21 Nov 2019 16:46:02 +0100 Subject: [PATCH] clear LT boxes --- kiviletter.sty | 1 + 1 file changed, 1 insertion(+) diff --git a/kiviletter.sty b/kiviletter.sty index dab974810..892f49418 100644 --- a/kiviletter.sty +++ b/kiviletter.sty @@ -116,6 +116,7 @@ contents={\usebox\shippingAddressBox} \cs_new:Nn \kivi_save_LT@boxes: { \clist_map_inline:nn {head, firsthead, foot, lastfoot} { \box_gset_eq:cc {g_kivi_LT@##1_box} {LT@##1} + \box_gclear:c {LT@##1} } } -- 2.20.1