From 77e562d933d809d1f5328e7c3d361d3402be2529 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 29 Aug 2023 16:03:37 +0200 Subject: gnu: Add texlive-topiclongtable. * gnu/packages/tex.scm (texlive-topiclongtable): New variable. --- gnu/packages/tex.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'gnu/packages') diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index b8f19fa40f..8b89013a43 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -98462,6 +98462,29 @@ concatenated macro names; macros for text replacement.") (description "This package moves floats to the top of the page.") (license license:gpl3+))) +(define-public texlive-topiclongtable + (package + (name "texlive-topiclongtable") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/topiclongtable/" + "tex/latex/topiclongtable/") + (base32 + "0ib9d3an7glqgc329f5krjjqf5cdwrpdzfv2b9sl6hpfyw0z7r7f"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/topiclongtable") + (synopsis "Extend longtable with cells that merge hierarchically") + (description + "This LaTeX package extends @code{longtable} implementing cells that: merge +with the one above if it has the same content, do not merge with the one above +unless the ones on the left are merged, are well behaved with respect to +@code{longtable} chunking on page breaks, and automatically draw the correct +separation lines. The typical use case is a table spanning multiple pages +that contains a list of hierarchically organized topics.") + (license license:expat))) + ;;; ;;; Avoid adding new packages to the end of this file. To reduce the chances ;;; of a merge conflict, place them above by existing packages with similar -- cgit 1.4.1