me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-babel-japanese.

* gnu/packages/tex.scm (texlive-babel-japanese): New variable.
Nicolas Goaziou 2023-08-16 11:59:51 +02:00
parent b4c03c7087
commit 3c9637a1fa
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -27171,6 +27171,27 @@ LaTeX names.")
Babel.")
(license license:lppl1.3c)))
(define-public texlive-babel-japanese
(package
(name "texlive-babel-japanese")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/babel-japanese/"
"source/generic/babel-japanese/"
"tex/generic/babel-japanese/")
(base32
"0jn2pl080c0dd6ryj6y5b87h6ijg3lcd2hw7g5kyw7p9r7a6b8i0")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/babel-japanese")
(synopsis "Babel support for Japanese")
(description
"This package provides a japanese option for the Babel package. It
defines all the language definition macros in Japanese. Currently this
package works with pLaTeX, upLaTeX, XeLaTeX and LuaLaTeX.")
(license license:lppl1.3+)))
(define-public texlive-babel-kurmanji
(package
(name "texlive-babel-kurmanji")