diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 7335bb8c83..ce2c2fd3f6 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -17376,6 +17376,25 @@ (define-public texlive-gradientframe The gradients of the frames are drawn using the @code{color} package.") (license license:lppl1.3+))) +(define-public texlive-grafcet + (package + (name "texlive-grafcet") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/grafcet/" "tex/latex/grafcet/") + (base32 + "1swrap90i4l3a6azvy40b991zkqvyfw2z3mk6cq727yplmr1hkwk"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/grafcet") + (synopsis "Draw Grafcet/SFC with TikZ") + (description + "The package provides a library (GRAFCET) that can draw Grafcet +Sequential Function Chart (SFC) diagrams, in accordance with EN 60848, using +PGF/TikZ.") + (license license:lppl1.0+))) + (define-public texlive-inlinedef (package (name "texlive-inlinedef")