me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-bxcjkjatype.

* gnu/packages/tex.scm (texlive-bxcjkjatype): New variable.
Nicolas Goaziou 2023-08-16 12:00:31 +02:00
parent 56326fe659
commit 70b1636f22
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -3282,6 +3282,28 @@ other packages created by the same author. However @code{bxbase} package
contains a few user-level commands and is of some use by itself.")
(license license:expat)))
(define-public texlive-bxcjkjatype
(package
(name "texlive-bxcjkjatype")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/bxcjkjatype/"
"tex/latex/bxcjkjatype/")
(base32
"1cnh1xdqcapahixzfxrrmadplkfrljh1vcdq7i3p4xdaclrbhzds")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/bxcjkjatype")
(synopsis "Typeset Japanese with pdfLaTeX and CJK")
(description
"The package provides a working configuration of the CJK package,
suitable for Japanese typesetting of moderate quality. Moreover, it
facilitates use of the CJK package for pLaTeX users, by providing commands
that are similar to those used by the pLaTeX kernel and some other packages
used with it.")
(license license:expat)))
(define-public texlive-bytefield
(package
(name "texlive-bytefield")