ngz pushed a commit to branch master
in repository guix.
commit 06928985f36ec5db306da30a4187cd2ff1b926b1
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Wed Aug 16 12:03:09 2023 +0200
gnu: Add texlive-gckanbun.
* gnu/packages/tex.scm (texlive-gckanbun): 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 16bc779474..d555a47000 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -31297,6 +31297,24 @@ BibLaTeX, and is considered experimental.")
(define-deprecated-package texlive-latex-gcite texlive-gcite)
+(define-public texlive-gckanbun
+ (package
+ (name "texlive-gckanbun")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/gckanbun/" "tex/latex/gckanbun/")
+ (base32
+ "1hjp7nw2b34pkfxh6n2722zc83hjpn492q77gb063jzi79pgbprx")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/gckanbun")
+ (synopsis "Kanbun typesetting for (u)pLaTeX and LuaLaTeX")
+ (description
+ "This package provides a Kanbun (Han Wen, ``Chinese writing'')
+typesetting for @code{(u)pLaTeX} and LuaLaTeX.")
+ (license license:expat)))
+
(define-public texlive-geometry
(package
(name "texlive-geometry")