me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-schemabloc.

* gnu/packages/tex.scm (texlive-schemabloc): New variable.
Nicolas Goaziou 2023-07-13 10:25:22 +02:00
parent e7887a20ee
commit 9ac99ba870
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -3816,6 +3816,25 @@ reduction (Orch OR) theory of consciousness as applied to the three brains
model of psychological experience. These symbols are prepared using TikZ.") model of psychological experience. These symbols are prepared using TikZ.")
(license license:lppl1.0+))) (license license:lppl1.0+)))
(define-public texlive-schemabloc
(package
(name "texlive-schemabloc")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/schemabloc/"
"tex/latex/schemabloc/")
(base32
"03kbriqlgxafxcy5l2215d3z874s4z1g5gg02w2ij0v8wjrgyn88")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/schemabloc")
(synopsis "Draw block diagrams, using TikZ")
(description
"The package provides a set of macros for constructing block diagrams,
using TikZ.")
(license license:lppl)))
(define-public texlive-amiri (define-public texlive-amiri
(package (package
(name "texlive-amiri") (name "texlive-amiri")