gnu: Add texlive-syntax.

* gnu/packages/tex.scm (texlive-syntax): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 16:02:19 +02:00
parent 41f56bc311
commit adece1dbd3
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -96960,6 +96960,24 @@ (define-public texlive-swungdash
by applying transformations to the given font's glyph for a tilde.")
(license license:lppl1.3c)))
(define-public texlive-syntax
(package
(name "texlive-syntax")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/syntax/" "tex/latex/syntax/")
(base32
"1n064jqsgcz3g6nkqmd05zpaf8hivm48mdms39a69cmw5958am9j")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/syntax2")
(synopsis "Creation of syntax diagrams")
(description
"This package creates syntax diagrams using special environments and commands
to represent the diagram structure.")
(license license:gpl3+)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar