mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add texlive-cmarrows.
* gnu/packages/tex.scm (texlive-cmarrows): New variable.
This commit is contained in:
parent
8210579aaa
commit
f08a918e2b
1 changed files with 19 additions and 0 deletions
|
@ -4238,6 +4238,25 @@ (define-public texlive-bpolynomial
|
|||
of polynomials can be calculated.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-cmarrows
|
||||
(package
|
||||
(name "texlive-cmarrows")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/metapost/cmarrows/"
|
||||
"metapost/cmarrows/")
|
||||
(base32
|
||||
"1awyf474n4f6fivb7ih9mpmz6641f815in8qrg2biagys3czsq96")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/cmarrows")
|
||||
(synopsis "MetaPost arrows and braces in the Computer Modern style")
|
||||
(description
|
||||
"This MetaPost package contains macros to draw arrows and braces in the
|
||||
Computer Modern style.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-cmexb
|
||||
(package
|
||||
(name "texlive-cmexb")
|
||||
|
|
Loading…
Reference in a new issue