gnu: Add texlive-mp3d.

* gnu/packages/tex.scm (texlive-mp3d): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-19 11:22:26 +02:00
parent 2d51e19ab3
commit c9bbc7274f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -5646,6 +5646,24 @@ (define-public texlive-minim-hatching
the @code{minim-mp} MetaPost processor.")
(license license:eupl1.2)))
(define-public texlive-mp3d
(package
(name "texlive-mp3d")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/metapost/mp3d/" "metapost/mp3d/")
(base32
"1qfg4ifm5z72sr8vimibmpmqh0cxzipiy4jr8rbq5qsj2mfqzphd")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/mp3d")
(synopsis "3D animations")
(description
"This library creates animations of 3-dimensional objects (such as
polyhedra) in MetaPost.")
(license license:lppl)))
(define-public texlive-natbib
(package
(name "texlive-natbib")