me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-reotex.

* gnu/packages/tex.scm (texlive-reotex): New variable.
Nicolas Goaziou 2023-07-13 10:23:23 +02:00
parent 19d9f98949
commit 3206a4424c
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 17 additions and 0 deletions

View File

@ -3695,6 +3695,23 @@ steps can be customized in various ways.")
"This LaTeX package makes @code{\\hat} put real hats on symbols.")
(license license:expat)))
(define-public texlive-reotex
(package
(name "texlive-reotex")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/reotex/" "tex/latex/reotex/")
(base32
"1hcjk3nms2gg1h99mxnivb5n3382yq92c578mw0pxbwi0f67z3iw")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/reotex")
(synopsis "Draw Reo Channels and Circuits")
(description
"The package defines macros and other utilities to design Reo Circuits.")
(license license:lppl)))
(define-public texlive-amiri
(package
(name "texlive-amiri")