diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-15 11:08:14 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-15 11:33:11 +0200 |
commit | ba94e9e4aed2d9d029b46cd718a2bc39eabe130f (patch) | |
tree | 533c53f4dff36b2901e0298a66b7f5c65277d7e0 /gnu/packages | |
parent | ab664be0ba9a515e9a9ffc139dfff1be591799a7 (diff) | |
download | guix-ba94e9e4aed2d9d029b46cd718a2bc39eabe130f.tar.gz guix-ba94e9e4aed2d9d029b46cd718a2bc39eabe130f.zip |
gnu: Add texlive-lshort-thai.
* gnu/packages/tex.scm (texlive-lshort-thai): New variable.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/tex.scm | 17 |
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") |