gnu: Add texlive-bez123.

* gnu/packages/tex.scm (texlive-bez123): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:44:47 +02:00
parent 6bbec5cebd
commit 953791b8db
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -74319,6 +74319,28 @@ (define-public texlive-bewerbung
applications can be maintained in a simple CSV file.")
(license license:lppl1.3+)))
(define-public texlive-bez123
(package
(name "texlive-bez123")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/bez123/" "source/latex/bez123/"
"tex/latex/bez123/")
(base32
"140caf7ng0ivhiqk0njwpqbivwmv54il7nh5ks2rji765zvsg2h5")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/bez123")
(synopsis "Support for Bezier curves")
(description
"This package provides additional facilities in a @code{picture} environment
for drawing linear, cubic, and rational quadratic Bezier curves (standard
LaTeX only offers non-rational quadratic splines). It also ships with the
LaTeX package @code{multiply} that provides a command for multiplication of
a length without numerical overflow.")
(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