mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 03:17:15 -05:00
gnu: Add texlive-bez123.
* gnu/packages/tex.scm (texlive-bez123): New variable.
This commit is contained in:
parent
6bbec5cebd
commit
953791b8db
1 changed files with 22 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue