mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 10:55:23 -05:00
gnu: Add texlive-bxjscls.
* gnu/packages/tex.scm (texlive-bxjscls): New variable.
This commit is contained in:
parent
9ad858a7b4
commit
4544eb3678
1 changed files with 22 additions and 0 deletions
|
@ -3407,6 +3407,28 @@ (define-public texlive-bxjatoucs
|
|||
set.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public texlive-bxjscls
|
||||
(package
|
||||
(name "texlive-bxjscls")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/bxjscls/" "source/latex/bxjscls/"
|
||||
"tex/latex/bxjscls/")
|
||||
(base32
|
||||
"0bm9ab1j949v3ygnml8w0isx7yydq6jfq4ws3i0pf1rhs56m6rm0")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/bxjscls")
|
||||
(synopsis "Japanese document class collection for all major engines")
|
||||
(description
|
||||
"This package provides an extended version of the Japanese document class
|
||||
collection provided by @code{jsclasses}. While the original version supports
|
||||
only pLaTeX and upLaTeX, the extended version also supports pdfLaTeX, XeLaTeX
|
||||
and LuaLaTeX, with the aid of suitable packages that provide capability of
|
||||
Japanese typesetting.")
|
||||
(license license:bsd-2)))
|
||||
|
||||
(define-public texlive-bytefield
|
||||
(package
|
||||
(name "texlive-bytefield")
|
||||
|
|
Loading…
Reference in a new issue