Archived
1
0
Fork 0

gnu: Add texlive-cancel.

* gnu/packages/tex.scm (texlive-cancel): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:45:23 +02:00
parent 8d29bd9a90
commit 92e399bd13
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -75192,6 +75192,24 @@ start weeks according to local rules: e.g., weeks conventionally start on
Monday in the English-speaking world.")
(license license:lppl1.3c)))
(define-public texlive-cancel
(package
(name "texlive-cancel")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/cancel/" "tex/latex/cancel/")
(base32
"0yb0mwmkdh3p1rsj3d37nkxll24ign348gfdbb7j97i9d6mlaamy")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/cancel")
(synopsis "Place lines through maths formulae")
(description
"This package draws diagonal lines (``cancelling'' a term) and arrows with
limits (cancelling a term ``to a value'') through parts of maths formulae.")
(license license:public-domain)))
;;;
;;; 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