me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-xytree.

* gnu/packages/tex.scm (texlive-xytree): New variable.
master
Nicolas Goaziou 2023-08-29 16:05:30 +02:00
parent 8bdef9af31
commit ab98c4fb3b
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 0 deletions

View File

@ -100563,6 +100563,24 @@ are valid for @code{url} can be used and will be passed on to this package.")
is currently unmaintained and does not work with modern LaTeX releases.")
(license license:lppl1.3+)))
(define-public texlive-xytree
(package
(name "texlive-xytree")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/xytree/" "tex/latex/xytree/")
(base32
"0l0is0a46zp21qswwdb5rbjh4ap61lm5d581j5q9baiycmxk4ban")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/xytree")
(synopsis "Tree macros using XY-Pic")
(description
"The package provides means to draw linguistic syntactic trees with ease and
to support hopefully sufficient functionalities, that the linguist may need.")
(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