me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-qtree.

* gnu/packages/tex.scm (texlive-qtree): New variable.
Nicolas Goaziou 2023-08-16 19:47:13 +02:00
parent 79ef8cec5a
commit 6ab9d6a404
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -10930,6 +10930,28 @@ commands, and then issue the @code{\\tree} command to typeset the whole.")
a domain-specific language for quantum programming.")
(license license:lppl1.3c)))
(define-public texlive-qtree
(package
(name "texlive-qtree")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/qtree/" "tex/latex/qtree/")
(base32
"1gmwkm6400pcrjnq111bih7za0p45nx6gy4lksvgjhdcpnykbbla")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/qtree")
(synopsis "Draw tree structures")
(description
"The package offers support for drawing tree diagrams, and is especially
suitable for linguistics use. It allows trees to be specified in a simple
bracket notation, automatically calculates branch sizes, and supports both
DVI/PostScript and PDF output by use of @code{pict2e} facilities. The package
is a development of the existing @code{qobitree} package, offering a new front
end.")
(license license:lppl)))
(define-public texlive-rank-2-roots
(package
(name "texlive-rank-2-roots")