gnu: Add texlive-fast-diagram.

* gnu/packages/tex.scm (texlive-fast-diagram): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-13 00:18:42 +02:00
parent 69a322c9d7
commit 0c746edd1d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -17065,6 +17065,26 @@ (define-public texlive-euflag
size.")
(license license:lppl1.3c)))
(define-public texlive-fast-diagram
(package
(name "texlive-fast-diagram")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/fast-diagram/"
"tex/latex/fast-diagram/")
(base32
"03ygmgh6gnlkn7dwnwyifv946ja6yswm3gdgv7ad39h5s0ay99hy")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/fast-diagram")
(synopsis "Easy generation of FAST diagrams")
(description
"The package provides simple means of producing FAST diagrams, using
TikZ/PGF tools. FAST diagrams are useful for functional analysis techniques
in design methods.")
(license license:lppl1.3+)))
(define-public texlive-gates
(package
(name "texlive-gates")