gnu: Add texlive-lshort-thai.

* gnu/packages/tex.scm (texlive-lshort-thai): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-15 11:08:14 +02:00
parent ab664be0ba
commit ba94e9e4ae
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -6787,6 +6787,23 @@ (define-public texlive-lshort-spanish
Introduction to LaTeX2e}.")
(license license:gpl3+)))
(define-public texlive-lshort-thai
(package
(name "texlive-lshort-thai")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/lshort-thai/")
(base32
"16r9gx902a342q2mj570y269yw97yaj6hrbqrk4h49ihm695z30i")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/lshort-thai")
(synopsis "Introduction to LaTeX in Thai")
(description
"This is the Thai translation of the @emph{Short Introduction to LaTeX2e}.")
(license license:public-domain)))
(define-public texlive-lshort-turkish
(package
(name "texlive-lshort-turkish")