gnu: Add texlive-tikz-sfc.

* gnu/packages/tex.scm (texlive-tikz-sfc): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-13 10:40:33 +02:00
parent 5978c718b2
commit eb3c818ede
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4801,6 +4801,30 @@ (define-public texlive-tikz-relay
with the @code{beamer} package.")
(license license:lppl1.0+)))
(define-public texlive-tikz-sfc
(package
(name "texlive-tikz-sfc")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/tikz-sfc/" "tex/latex/tikz-sfc/")
(base32
"0blgyqvmnbwafx85mz4gkyhk0g0zqfmsd98gm3h794a4jfs3zl31")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/tikz-sfc")
(synopsis
"Symbols collection for typesetting Sequential Function Chart (SFC)
diagrams")
(description
"This package contains a collection of symbols for typesetting Sequential
Function Chart (SFC) diagrams in agreement with the international standard
IEC-61131-3/2013. It includes steps (normal and initial), transitions,
actions and actions qualifiers (with and without time duration). It extends
the circuit library of TikZ and allows you to draw an SFC diagram in same way
you would draw any other circuit.")
(license license:lppl1.0+)))
(define-public texlive-amiri
(package
(name "texlive-amiri")