gnu: Add texlive-pst-qtree.
* gnu/packages/tex.scm (texlive-pst-qtree): New variable.
This commit is contained in:
parent
53e0c056fc
commit
8b7c4c91f4
1 changed files with 18 additions and 0 deletions
|
@ -33863,6 +33863,24 @@ text with a polygon.")
|
||||||
The pulley diagrams are labelled with the physical properties of the system.")
|
The pulley diagrams are labelled with the physical properties of the system.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-pst-qtree
|
||||||
|
(package
|
||||||
|
(name "texlive-pst-qtree")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/generic/pst-qtree/"
|
||||||
|
"tex/generic/pst-qtree/"
|
||||||
|
"tex/latex/pst-qtree/")
|
||||||
|
(base32
|
||||||
|
"1hdmv4lar1hdg9bh049kmsjqd14rdv2066qrcaacwmd39nh816z5")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/pst-qtree")
|
||||||
|
(synopsis "Simple syntax for trees")
|
||||||
|
(description "The package provides a Qtree-like front end for PSTricks.")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public texlive-pst-text
|
(define-public texlive-pst-text
|
||||||
(package
|
(package
|
||||||
(name "texlive-pst-text")
|
(name "texlive-pst-text")
|
||||||
|
|
Reference in a new issue