From f534bbcb722f7bc1103ea1c2bf7b9ebc08f006c7 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 19 Jun 2023 11:29:14 +0200 Subject: gnu: Add texlive-suanpan. * gnu/packages/tex.scm (texlive-suanpan): New variable. --- gnu/packages/tex.scm | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 3729e79db8..6eda17875b 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -6316,6 +6316,23 @@ of which make use of the @code{stackengine} core.") (define-deprecated-package texlive-latex-stackengine texlive-stackengine) +(define-public texlive-suanpan + (package + (name "texlive-suanpan") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/metapost/suanpan/" "metapost/suanpan/") + (base32 + "1ddhk8d98bc4l2xbx5w6kaynl4n125nnv4hadfp5s19vwcc6slqv"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/suanpan") + (synopsis "MetaPost macros for drawing Chinese and Japanese abaci") + (description + "The package provides macros for drawing Chinese and Japanese abaci.") + (license license:lppl))) + (define-public texlive-tocloft (package (name "texlive-tocloft") -- cgit v1.2.3