mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add texlive-synttree.
* gnu/packages/tex.scm (texlive-synttree): New variable.
This commit is contained in:
parent
729868d8a9
commit
fc47d7b3de
1 changed files with 21 additions and 0 deletions
|
@ -97000,6 +97000,27 @@ (define-public texlive-syntrace
|
|||
a trace.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-synttree
|
||||
(package
|
||||
(name "texlive-synttree")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/synttree/"
|
||||
"source/latex/synttree/"
|
||||
"tex/latex/synttree/")
|
||||
(base32
|
||||
"1a2ifj2922477vn7gljis6gv9p51q1c0kpl3y7vyb016pmg9ny04")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/synttree")
|
||||
(synopsis "Typeset syntactic trees")
|
||||
(description
|
||||
"This package provides a package to typeset syntactic trees such as those used
|
||||
in Chomsky's generative grammar, based on a description of the structure of
|
||||
the tree.")
|
||||
(license license:lppl)))
|
||||
|
||||
;;;
|
||||
;;; 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
|
||||
|
|
Loading…
Reference in a new issue