me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-dataref.

* gnu/packages/tex.scm (texlive-dataref): New variable.
master
Nicolas Goaziou 2023-08-29 15:47:17 +02:00
parent fdbc992fbb
commit 447965414c
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -77872,6 +77872,25 @@ underline (of whatever form) can serve for a fill-in block for student
evaluation sheets.")
(license license:lppl1.3c)))
(define-public texlive-dataref
(package
(name "texlive-dataref")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/dataref/" "tex/latex/dataref/")
(base32
"0xnj6b2amf5nm8llyf1nwnbv8akv4zv0c7fsnj1lv5fqm6p8kys1")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/dataref")
(synopsis "Manage references to experimental data")
(description
"The package provides a mechanism that maintains a fixed symbolic reference to
numerical results; such results may vary as the project proceeds (and hence
the project report develops).")
(license license:lppl1.3+)))
;;;
;;; 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