mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: Add texlive-lshort-japanese.
* gnu/packages/tex.scm (texlive-lshort-japanese): New variable.
This commit is contained in:
parent
6f9d017f0f
commit
134dbcebb4
1 changed files with 17 additions and 0 deletions
|
@ -7807,6 +7807,23 @@ (define-public texlive-lshort-italian
|
|||
to LaTeX2e.}")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-lshort-japanese
|
||||
(package
|
||||
(name "texlive-lshort-japanese")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/lshort-japanese/")
|
||||
(base32
|
||||
"0mfxig980jyzhay1i83d69p294hgbr92v3kk2a4z8ca3fwzy8w74")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/lshort-japanese")
|
||||
(synopsis "Japanese version of the @emph{Short Introduction to LaTeX2e}")
|
||||
(description "This is the Japanese version of the @emph{(Not so) Short
|
||||
Introduction to LaTeX2e}.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-lshort-mongol
|
||||
(package
|
||||
(name "texlive-lshort-mongol")
|
||||
|
|
Loading…
Reference in a new issue