summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-08-15 11:08:14 +0200
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-09-17 15:07:48 -0400
commit5d3f8d174bf070eaa125fef26c7d5a4496ebef35 (patch)
tree7e7d22c694d99d621a7f9ec4aca3423e38049a2f
parentceb09c5c18d9146802ce9eb1b4ef3b65c05f64f7 (diff)
gnu: Add texlive-lshort-thai.
* gnu/packages/tex.scm (texlive-lshort-thai): New variable.
-rw-r--r--gnu/packages/tex.scm17
1 files changed, 17 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index fd2992d4b8..9dbebc1618 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6787,6 +6787,23 @@ Short Introduction to LaTeX2e}.")
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")