me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-syntax.

* gnu/packages/tex.scm (texlive-syntax): New variable.
master
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
1 changed files with 18 additions and 0 deletions

View File

@ -96960,6 +96960,24 @@ provides one simple command to typeset a swung dash in XeLaTeX and LuaLaTeX,
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