gnu: Add texlive-latex-stackengine.

* gnu/packages/tex.scm (texlive-latex-stackengine): New public variable.
This commit is contained in:
Marius Bakke 2021-05-24 21:48:41 +02:00
parent 29c5741ac1
commit b31730fec6
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -4521,6 +4521,23 @@ (define-public texlive-seminar
(define-public texlive-latex-seminar
(deprecated-package "texlive-latex-seminar" texlive-seminar))
(define-public texlive-latex-stackengine
(package
(inherit (simple-texlive-package
"texlive-latex-stackengine"
(list "/doc/latex/stackengine/"
"/tex/latex/stackengine/")
(base32
"1rbw3dmb6kl3wlnpxacr8cmp2ivac1kpnb33k7r5s3lp1q59ck38")
#:trivial? #t))
(home-page "https://www.ctan.org/pkg/stackengine")
(synopsis "Customised stacking of objects")
(description
"The package provides a versatile way to stack objects vertically in a
variety of customizable ways. A number of useful macros are provided, all
of which make use of the @code{stackengine} core.")
(license license:lppl1.3+)))
(define-public texlive-latex-trimspaces
(package
(name "texlive-latex-trimspaces")