me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-bxwareki.

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

View File

@ -3449,6 +3449,28 @@ use to be used as the caption names for a specific language introduced by the
Babel package.")
(license license:expat)))
(define-public texlive-bxwareki
(package
(name "texlive-bxwareki")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/bxwareki/" "tex/latex/bxwareki/")
(base32
"0qy1nsxi8ihhxdz5grp3nymsm2lfj5gf6wmky30fxizxya92ml2b")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/bxwareki")
(synopsis "Convert dates from Gregorian to Japanese calender")
(description
"This LaTeX package provides commands to convert from the Gregorian
calendar to the Japanese rendering of the Japanese calendar. You can choose
whether the numbers are written in Western numerals or kanji numerals. Note
that the package only deals with dates in the year 1873 or later, where the
Japanese calendar is really a Gregorian calendar with a different notation of
years.")
(license license:expat)))
(define-public texlive-bytefield
(package
(name "texlive-bytefield")