ngz pushed a commit to branch master
in repository guix.
commit 09fc024ae82371425a5a151326515a0762972110
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 14 10:11:40 2023 +0200
gnu: Add texlive-pst-asr.
* gnu/packages/tex.scm (texlive-pst-asr): New variable.
---
gnu/packages/tex.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a16b6802fc..c139545736 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -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.")
(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
(package
(name "texlive-pst-text")