mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 10:47:24 +01:00
gnu: Add texlive-mpattern.
* gnu/packages/tex.scm (texlive-mpattern): New variable.
This commit is contained in:
parent
f913f575ea
commit
febd96e7c2
1 changed files with 19 additions and 0 deletions
|
@ -5683,6 +5683,25 @@ (define-public texlive-mparrows
|
||||||
heads to be used with MetaPost commands")
|
heads to be used with MetaPost commands")
|
||||||
(license license:public-domain)))
|
(license license:public-domain)))
|
||||||
|
|
||||||
|
(define-public texlive-mpattern
|
||||||
|
(package
|
||||||
|
(name "texlive-mpattern")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/metapost/mpattern/"
|
||||||
|
"metapost/mpattern/")
|
||||||
|
(base32
|
||||||
|
"00g250vl6gnvwx6zgmfqcw3nwkh546i1vjz4zjp3dc5n5yj5y6ls")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/mpattern")
|
||||||
|
(synopsis "Patterns in MetaPost")
|
||||||
|
(description
|
||||||
|
"This package provides a package for defining and using patterns in MetaPost,
|
||||||
|
using the Pattern Color Space available in PostScript Level 2.")
|
||||||
|
(license license:public-domain)))
|
||||||
|
|
||||||
(define-public texlive-natbib
|
(define-public texlive-natbib
|
||||||
(package
|
(package
|
||||||
(name "texlive-natbib")
|
(name "texlive-natbib")
|
||||||
|
|
Loading…
Reference in a new issue