gnu: Add texlive-tabstackengine.

* gnu/packages/tex.scm (texlive-tabstackengine): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 16:02:32 +02:00
parent 75cecfaab0
commit 5445b744c8
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -97212,6 +97212,30 @@ (define-public texlive-tablvar
features of the variation tables can be customized.")
(license license:lppl1.3+)))
(define-public texlive-tabstackengine
(package
(name "texlive-tabstackengine")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/tabstackengine/"
"tex/latex/tabstackengine/")
(base32
"1qj9w9rjsakrijy953ab2sa5k92npvvm4zz1y2z4k4a78g981q0n")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/tabstackengine")
(synopsis "\"Tabbing\" front-end to stackengine")
(description
"The package provides a front end to the @code{stackengine} package,
to allow tabbed stacking. In most cases, an existing @code{stackengine}
command may be prepended with the word @samp{tabbed}, @samp{align} or
@samp{tabular} to create a new tabbed version of a stacking macro. In
addition, hooks in the package's parser that tabbed strings of data may be
parsed, extracted, and reconstituted (not requiring use of any stacking
constructions).")
(license license:lppl1.3+)))
;;;
;;; 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