ngz pushed a commit to branch master
in repository guix.
commit 5ea5e8696f9fe761951345d634f05f4f4ce37c67
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Wed Aug 16 12:53:02 2023 +0200
gnu: Add texlive-jpnedumathsymbols.
* gnu/packages/tex.scm (texlive-jpnedumathsymbols): 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 e49335a36b..bf2e5bfbfa 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -34380,6 +34380,26 @@ somewhat from the standard LaTeX writing style. This
package introduces
enumerative expressions in Japanese education.")
(license license:expat)))
+(define-public texlive-jpnedumathsymbols
+ (package
+ (name "texlive-jpnedumathsymbols")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/jpnedumathsymbols/"
+ "tex/latex/jpnedumathsymbols/")
+ (base32
+ "0ap370bp831xxrq45zllyrbhhxs0yv3qb1l5pkpvgsildfk5rk7m")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/jpnedumathsymbols")
+ (synopsis "Mathematical equation representation in Japanese education")
+ (description
+ "Mathematical equation representation in Japanese education differs
+somewhat from the standard LaTeX writing style. This package introduces
+mathematical equation representation in Japanese education.")
+ (license license:expat)))
+
(define-public texlive-libertine
(package
(name "texlive-libertine")