gnu: Add texlive-constants.

* gnu/packages/tex.scm (texlive-constants): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:46:37 +02:00
parent db9372c7bc
commit 0dfd6bc230
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -76956,6 +76956,27 @@ (define-public texlive-conditext
a condition property to match with one or more substitutable forms.")
(license license:lppl1.3c)))
(define-public texlive-constants
(package
(name "texlive-constants")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/constants/"
"source/latex/constants/"
"tex/latex/constants/")
(base32
"0ykg2q3mbgc705v7c14pldz57g4qjm4z5cw8jw3fi2254fzdb2h4")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/constants")
(synopsis "Automatic numbering of constants")
(description
"The package provides a way to number constants in a mathematical proof
automatically, with a system for labelling/referencing. In addition, several
families of constants (with different symbols) may be defined.")
(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