mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add texlive-mp3d.
* gnu/packages/tex.scm (texlive-mp3d): New variable.
This commit is contained in:
parent
2d51e19ab3
commit
c9bbc7274f
1 changed files with 18 additions and 0 deletions
|
@ -5646,6 +5646,24 @@ (define-public texlive-minim-hatching
|
||||||
the @code{minim-mp} MetaPost processor.")
|
the @code{minim-mp} MetaPost processor.")
|
||||||
(license license:eupl1.2)))
|
(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
|
(define-public texlive-natbib
|
||||||
(package
|
(package
|
||||||
(name "texlive-natbib")
|
(name "texlive-natbib")
|
||||||
|
|
Loading…
Reference in a new issue