diff options
author | Karl Berry <karl@freefriends.org> | 2020-04-12 21:33:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-04-12 21:33:39 +0000 |
commit | 5e7ed049ca3b0c441681d4de96bda07a1fbad414 (patch) | |
tree | 9b0c0c1851f422d2f54a3a9b4cb8ba7c0be84e91 /Master/texmf-dist/tex/latex | |
parent | 81491df570eb67c63542d5033a609bf453ed6e22 (diff) |
topiclongtable (12apr20)
git-svn-id: svn://tug.org/texlive/trunk@54704 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/topiclongtable/topiclongtable.sty | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/latex/topiclongtable/topiclongtable.sty b/Master/texmf-dist/tex/latex/topiclongtable/topiclongtable.sty index d75295cdd56..ea77ea9ff3e 100644 --- a/Master/texmf-dist/tex/latex/topiclongtable/topiclongtable.sty +++ b/Master/texmf-dist/tex/latex/topiclongtable/topiclongtable.sty @@ -1,16 +1,13 @@ % -% This work is sponsored by Human Predictions, LLC (<http://www.humanpredictions.com>). -% -% This work is maintained by Paolo Brasolin (<paolo.brasolin@gmail.com>). +% topiclongtable v1.3.2 - Renders autocollapsing cells in longtables % -% This work is licensed under MIT License. +% Copyright (c) 2017-2020 Paolo Brasolin (<paolo.brasolin@gmail.com>) % -% This work is a LaTeX package consisting of the following files: -% * README.md -% * topiclongtable.sty -% * topiclongtable-doc.tex -% * topiclongtable-doc.pdf +% This work is sponsored by Human Predictions, LLC (<http://www.humanpredictions.com>). +% This work is maintained by Paolo Brasolin (<paolo.brasolin@gmail.com>). +% This work is available under the terms of the MIT License. % + \NeedsTeXFormat{LaTeX2e}[2017-04-15] \RequirePackage{zref-abspage}[2016/05/21] @@ -21,7 +18,7 @@ \RequirePackage{longtable}[2014/10/28] \PassOptionsToPackage{longtable}{multirow} -\ProvidesExplPackage {topiclongtable} {2019/07/09} {1.3.1} {Renders autocollapsing cells in longtables} +\ProvidesExplPackage {topiclongtable} {2020/04/12} {v1.3.2} {Renders autocollapsing cells in longtables} \ProcessOptions\relax @@ -358,7 +355,7 @@ \clist_pop:NNTF \l_tmpa_clist \l_tmpb_tl { \int_set:Nn \l_tmpa_int \l_tmpb_tl } { - \int_set_eq:NN \l_tmpa_int \c_one + \int_set_eq:NN \l_tmpa_int \c_one_int } % if integer A is zero, skip \int_compare:nNnTF { \l_tmpa_int } { = } { 0 } {} { |