me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-magicnum.

* gnu/packages/tex.scm (texlive-magicnum): New variable.
master
Nicolas Goaziou 2023-08-29 15:54:51 +02:00
parent 16b5163b7b
commit 5917fe6b26
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -87921,6 +87921,27 @@ preparation.")
;; is retained."
(license (license:fsf-free "file://tex/latex/magaz/magaz.sty"))))
(define-public texlive-magicnum
(package
(name "texlive-magicnum")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/magicnum/" "scripts/magicnum/"
"source/latex/magicnum/"
"tex/generic/magicnum/")
(base32
"004zwr1qgk1cmhrxj0qb6i4p3dilh1mzbaaif03zr4wj6bb25dq3")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/magicnum")
(synopsis "Access TeX systems' ``magic numbers''")
(description
"This package allows access to the various parameter values in TeX
(catcode values), e-TeX (group, if and node types, and interaction mode), and
LuaTeX (@code{pdfliteral} mode) by a hierarchical name system.")
(license license:lppl1.3c)))
;;;
;;; 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