Archived
1
0
Fork 0

gnu: Add texlive-gckanbun.

* gnu/packages/tex.scm (texlive-gckanbun): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-16 12:03:09 +02:00
parent 8ab5029f80
commit 06928985f3
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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")