From c98e9ebef816f09dc54c52a01df4f978e1b210fc Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 13 Apr 2020 03:03:00 +0000 Subject: CTAN sync 202004130303 --- macros/latex/contrib/topiclongtable/README.md | 9 +++------ .../contrib/topiclongtable/topiclongtable-doc.pdf | Bin 377106 -> 376978 bytes .../contrib/topiclongtable/topiclongtable-doc.tex | 17 +++++++---------- .../contrib/topiclongtable/topiclongtable.sty | 19 ++++++++----------- 4 files changed, 18 insertions(+), 27 deletions(-) (limited to 'macros/latex/contrib/topiclongtable') diff --git a/macros/latex/contrib/topiclongtable/README.md b/macros/latex/contrib/topiclongtable/README.md index 2d678387a8..281fddf050 100644 --- a/macros/latex/contrib/topiclongtable/README.md +++ b/macros/latex/contrib/topiclongtable/README.md @@ -6,12 +6,6 @@ This work is maintained by Paolo Brasolin (). This work is licensed under MIT License. -This work is a LaTeX package consisting of the following files: - * README.md - * topiclongtable.sty - * topiclongtable-doc.tex - * topiclongtable-doc.pdf - --- This LaTeX package extends `longtable` implementing cells that: @@ -23,3 +17,6 @@ This LaTeX package extends `longtable` implementing cells that: The typical use case is a table spanning multiple pages that contains a list of hierarchically organized topics (hence the package name). +--- + +Copyright (c) 2017-2020 Paolo Brasolin () diff --git a/macros/latex/contrib/topiclongtable/topiclongtable-doc.pdf b/macros/latex/contrib/topiclongtable/topiclongtable-doc.pdf index 0680f61911..318be82e76 100644 Binary files a/macros/latex/contrib/topiclongtable/topiclongtable-doc.pdf and b/macros/latex/contrib/topiclongtable/topiclongtable-doc.pdf differ diff --git a/macros/latex/contrib/topiclongtable/topiclongtable-doc.tex b/macros/latex/contrib/topiclongtable/topiclongtable-doc.tex index 9e2d05f187..93f27d989b 100644 --- a/macros/latex/contrib/topiclongtable/topiclongtable-doc.tex +++ b/macros/latex/contrib/topiclongtable/topiclongtable-doc.tex @@ -1,16 +1,13 @@ % -% This work is sponsored by Human Predictions, LLC (). -% -% This work is maintained by Paolo Brasolin (). +% topiclongtable v1.3.2 - Renders autocollapsing cells in longtables % -% This work is licensed under MIT License. +% Copyright (c) 2017-2020 Paolo Brasolin () % -% 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 (). +% This work is maintained by Paolo Brasolin (). +% This work is available under the terms of the MIT License. % + \documentclass[full,kernel]{l3doc} \usepackage{topiclongtable} @@ -29,7 +26,7 @@ \href{mailto:paolo.brasolin@gmail.com}{paolo.brasolin@gmail.com} } -\date{2019/07/09 v1.3.1} +\date{2020/04/12 v1.3.2} \maketitle diff --git a/macros/latex/contrib/topiclongtable/topiclongtable.sty b/macros/latex/contrib/topiclongtable/topiclongtable.sty index d75295cdd5..ea77ea9ff3 100644 --- a/macros/latex/contrib/topiclongtable/topiclongtable.sty +++ b/macros/latex/contrib/topiclongtable/topiclongtable.sty @@ -1,16 +1,13 @@ % -% This work is sponsored by Human Predictions, LLC (). -% -% This work is maintained by Paolo Brasolin (). +% topiclongtable v1.3.2 - Renders autocollapsing cells in longtables % -% This work is licensed under MIT License. +% Copyright (c) 2017-2020 Paolo Brasolin () % -% 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 (). +% This work is maintained by Paolo Brasolin (). +% 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 } {} { -- cgit v1.2.3