mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: Add texlive-fast-diagram.
* gnu/packages/tex.scm (texlive-fast-diagram): New variable.
This commit is contained in:
parent
69a322c9d7
commit
0c746edd1d
1 changed files with 20 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue