mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: Add texlive-constants.
* gnu/packages/tex.scm (texlive-constants): New variable.
This commit is contained in:
parent
db9372c7bc
commit
0dfd6bc230
1 changed files with 21 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue