mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: Add texlive-lshort-korean.
* gnu/packages/tex.scm (texlive-lshort-korean): New variable.
This commit is contained in:
parent
ee4e93f7b2
commit
da738ef3bb
1 changed files with 18 additions and 0 deletions
|
@ -7950,6 +7950,24 @@ (define-public texlive-lshort-japanese
|
|||
Introduction to LaTeX2e}.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-lshort-korean
|
||||
(package
|
||||
(name "texlive-lshort-korean")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/lshort-korean/")
|
||||
(base32
|
||||
"07660lrss97hswmis7rgc419h05mgrvsfrrwmnrwk5yn97flhhqd")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/lshort-korean")
|
||||
(synopsis "Korean introduction to LaTeX")
|
||||
(description
|
||||
"This package provides a translation of Oetiker's original @emph{(Not so)
|
||||
short introduction to LaTeX2e}.")
|
||||
(license license:fdl1.3+)))
|
||||
|
||||
(define-public texlive-lshort-mongol
|
||||
(package
|
||||
(name "texlive-lshort-mongol")
|
||||
|
|
Loading…
Reference in a new issue