gnu: Add texlive-pst-asr.
* gnu/packages/tex.scm (texlive-pst-asr): New variable.
This commit is contained in:
parent
ffef4e45c2
commit
09fc024ae8
1 changed files with 18 additions and 0 deletions
|
@ -32452,6 +32452,24 @@ which is a semiregular polyhedron constructed with 2-gons and triangles.")
|
||||||
which was related to arrows, like multiple arrows and so on.")
|
which was related to arrows, like multiple arrows and so on.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-pst-asr
|
||||||
|
(package
|
||||||
|
(name "texlive-pst-asr")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/generic/pst-asr/"
|
||||||
|
"tex/generic/pst-asr/" "tex/latex/pst-asr/")
|
||||||
|
(base32
|
||||||
|
"0hxp905d2r4j2z8hfbl9v45xid20lm41k8xy52fdj5grpshhg2z1")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/pst-asr")
|
||||||
|
(synopsis "Typeset autosegmental representations for linguists")
|
||||||
|
(description
|
||||||
|
"The package allows the user to typeset autosegmental representations.")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
(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