me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-bxcalc.

* gnu/packages/tex.scm (texlive-bxcalc): New variable.
master
Nicolas Goaziou 2023-08-29 15:45:11 +02:00
parent 928610bbc5
commit c24b82f8c0
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -74913,6 +74913,28 @@ the latter, it displays the value of a counter lying between 1 and 9, but
uses, for the purpose, a regular pattern of bullets.")
(license license:lppl1.3+)))
(define-public texlive-bxcalc
(package
(name "texlive-bxcalc")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/bxcalc/" "tex/latex/bxcalc/")
(base32
"0bfg0pg5xk3k9wxzvwssr9xb9z94ij24h17jc0mri25c05asng3y")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/bxcalc")
(synopsis "Extend the functionality of the @code{calc} package")
(description
"This package bundle consists of the following packages: @code{bxcalcize}, to
make @code{calc} expressions available in more places, and @code{bxcalcux}, to
add user-defined units to the @code{calc} syntax.
In addition, this bundle provides the @code{bxcalc} package, which simply
loads the above-mentioned packages internally.")
(license license:expat)))
;;;
;;; 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