ngz pushed a commit to branch master
in repository guix.
commit eb1374be7bd50d2d30a184b83f686d6031f82fa4
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 14 10:33:35 2023 +0200
gnu: Add texlive-pst-soroban.
* gnu/packages/tex.scm (texlive-pst-soroban): New variable.
---
gnu/packages/tex.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 8d5dbc3b87..b6e6bf451b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -34061,6 +34061,26 @@ large palette of colors;
@end itemize")
(license license:lppl1.3+)))
+(define-public texlive-pst-soroban
+ (package
+ (name "texlive-pst-soroban")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-soroban/"
+ "source/generic/pst-soroban/"
+ "tex/latex/pst-soroban/")
+ (base32
+ "1cpmqgaj1h2dh3acypm9xkjinmlw9wd40n1s2vdab5ascvprbr6n")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-soroban")
+ (synopsis "Draw a soroban using PSTricks")
+ (description
+ "The package uses PSTricks to draw a Japanese abacus, or soroban. The
+soroban is still used in Japan today.")
+ (license license:lppl)))
+
(define-public texlive-pst-text
(package
(name "texlive-pst-text")