me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-stack.

* gnu/packages/tex.scm (texlive-stack): New variable.
master
Nicolas Goaziou 2023-08-29 16:01:50 +02:00
parent f724881df0
commit c51b8c123a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -96415,6 +96415,25 @@ available.")
user may add headers and footers to the slide.")
(license license:lppl1.3+)))
(define-public texlive-stack
(package
(name "texlive-stack")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "source/latex/stack/" "tex/latex/stack/")
(base32
"0annz6qz921m1f7l2scqsg9kh10xxihizwf0gg10drm6yvxmy7ha")))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/stack")
(synopsis "Tools to define and use stacks")
(description
"The package provides a small set of commands to implement stacks
independently of TeX's own stack. As an example of how the stacks might be
used, the documentation offers a small @code{relinput} package that implements
the backbone of the @code{import} package.")
(license license:lppl)))
;;;
;;; 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