summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/topiclongtable
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-07-10 20:29:18 +0000
committerKarl Berry <karl@freefriends.org>2019-07-10 20:29:18 +0000
commit6cd0063df6b8eb1edb79b3efbf1ff7c47091611f (patch)
tree5bf45e4d93d4aaab5a5ee6172bc2e3c89f545225 /Master/texmf-dist/tex/latex/topiclongtable
parent5f8bb4ba1ffcc55439ee97d73dcd985e02d45376 (diff)
topiclongtable (10jul19)
git-svn-id: svn://tug.org/texlive/trunk@51601 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/topiclongtable')
-rw-r--r--Master/texmf-dist/tex/latex/topiclongtable/topiclongtable.sty3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/topiclongtable/topiclongtable.sty b/Master/texmf-dist/tex/latex/topiclongtable/topiclongtable.sty
index ff5ef86ce80..d75295cdd56 100644
--- a/Master/texmf-dist/tex/latex/topiclongtable/topiclongtable.sty
+++ b/Master/texmf-dist/tex/latex/topiclongtable/topiclongtable.sty
@@ -21,7 +21,7 @@
\RequirePackage{longtable}[2014/10/28]
\PassOptionsToPackage{longtable}{multirow}
-\ProvidesExplPackage {topiclongtable} {2019/03/27} {1.3.0} {Renders autocollapsing cells in longtables}
+\ProvidesExplPackage {topiclongtable} {2019/07/09} {1.3.1} {Renders autocollapsing cells in longtables}
\ProcessOptions\relax
@@ -101,6 +101,7 @@
%% reset counters and table variables
\int_gzero:N \g_tlt_col_idx_int
\int_gzero:N \g_tlt_row_idx_int
+ \prop_gclear:N \g_tlt_topics_labels_prop
\clist_gset:Nn \g_tlt_multirows_heights_clist \c_empty_clist
\clist_gset:Nn \g_tlt_rows_spans_prop \c_empty_clist
}