mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add texlive-collection-metapost.
* gnu/packages/tex.scm (texlive-collection-metapost): New variable.
This commit is contained in:
parent
fc15796398
commit
28f9cab0de
1 changed files with 62 additions and 0 deletions
|
@ -13296,6 +13296,68 @@ (define-public texlive-collection-latexrecommended
|
|||
LaTeX which have widespread use.")
|
||||
(license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
|
||||
|
||||
(define-public texlive-collection-metapost
|
||||
(package
|
||||
(name "texlive-collection-metapost")
|
||||
(version (number->string %texlive-revision))
|
||||
(source #f)
|
||||
(build-system trivial-build-system)
|
||||
(arguments (list #:builder #~(mkdir #$output)))
|
||||
(propagated-inputs
|
||||
(list texlive-automata
|
||||
texlive-bbcard
|
||||
texlive-blockdraw-mp
|
||||
texlive-bpolynomial
|
||||
texlive-cmarrows
|
||||
texlive-collection-basic
|
||||
texlive-drv
|
||||
texlive-dviincl
|
||||
texlive-emp
|
||||
texlive-epsincl
|
||||
texlive-expressg
|
||||
texlive-exteps
|
||||
texlive-featpost
|
||||
texlive-feynmf
|
||||
texlive-feynmp-auto
|
||||
texlive-fiziko
|
||||
texlive-garrigues
|
||||
texlive-gmp
|
||||
texlive-hatching
|
||||
texlive-hershey-mp
|
||||
texlive-latexmp
|
||||
texlive-mcf2graph
|
||||
texlive-metago
|
||||
texlive-metaobj
|
||||
texlive-metaplot
|
||||
texlive-metapost
|
||||
texlive-metapost-colorbrewer
|
||||
texlive-metauml
|
||||
texlive-mfpic
|
||||
texlive-mfpic4ode
|
||||
texlive-minim-hatching
|
||||
texlive-mp3d
|
||||
texlive-mparrows
|
||||
texlive-mpattern
|
||||
texlive-mpcolornames
|
||||
texlive-mpgraphics
|
||||
texlive-mptrees
|
||||
texlive-piechartmp
|
||||
texlive-repere
|
||||
texlive-roex
|
||||
texlive-roundrect
|
||||
texlive-shapes
|
||||
texlive-slideshow
|
||||
texlive-splines
|
||||
texlive-suanpan
|
||||
texlive-textpath
|
||||
texlive-threeddice))
|
||||
(home-page "https://www.tug.org/texlive/")
|
||||
(synopsis "MetaPost and Metafont packages")
|
||||
(description
|
||||
"This collection includes all MetaPost and Metafont packages, along
|
||||
with packages in @code{collection-basic}.")
|
||||
(license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
|
||||
|
||||
(define-public texlive-grfext
|
||||
(package
|
||||
(name "texlive-grfext")
|
||||
|
|
Loading…
Reference in a new issue