gnu: Add texlive-zxjafbfont.

* gnu/packages/tex.scm (texlive-zxjafbfont): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-16 13:07:28 +02:00
parent ee98774dc7
commit 1e2f103988
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -11900,6 +11900,23 @@ mode to avoid getting lost in big diagrams.")
Japanese, for XeLaTeX.")
(license license:expat)))
(define-public texlive-zxjafbfont
(package
(name "texlive-zxjafbfont")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/zxjafbfont/"
"tex/latex/zxjafbfont/")
(base32
"1vwbr2nwxp5f8c7q1gwm9z3karjkxjxr1j4lg5p12ljqlwm7p3lw")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/zxjafbfont")
(synopsis "Fallback CJK font support for xeCJK")
(description "This package provides fallback CJK font support for xeCJK.")
(license license:expat)))
(define-public texlive-biblatex-cheatsheet
(package
(name "texlive-biblatex-cheatsheet")