me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-shapes.

* gnu/packages/tex.scm (texlive-shapes): New variable.
Nicolas Goaziou 2023-06-19 11:27:42 +02:00
parent 697a5db616
commit 6702f38081
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -6214,6 +6214,27 @@ user may consider the @code{dnaseq} as a rather more powerful alternative.")
(define-deprecated-package texlive-latex-seqsplit texlive-seqsplit)
(define-public texlive-shapes
(package
(name "texlive-shapes")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/metapost/shapes/" "metapost/shapes/"
"source/metapost/shapes/")
(base32
"0q93ycxjzmvp73z92rc7vlzvmijbj2w1ldq709r9jflk044lsrh2")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/shapes")
(synopsis "Draw polygons, reentrant stars, and fractions in circles")
(description
"The shapes set of macros allows drawing regular polygons; their
corresponding reentrant stars in all their variations; and fractionally filled
circles (useful for visually demonstrating the nature of fractions) in
MetaPost.")
(license license:lppl1.3+)))
(define-public texlive-showexpl
(package
(name "texlive-showexpl")