diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-15 10:42:20 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-15 11:33:03 +0200 |
commit | 4faeaef4fde304d6cfb52f03790245c4c3a65a28 (patch) | |
tree | 34dc8e6af4f1b8fc43cc04a4abe6b10b9eb7cfb7 /gnu | |
parent | 87aefdd17735c2781af3eb7f7c03bd418b89112a (diff) |
gnu: Add texlive-babel-thai.
* gnu/packages/tex.scm (texlive-babel-thai): New variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/tex.scm | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 8249095d2b..ad462f2996 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -24653,6 +24653,26 @@ provided for those who wish to typeset Spanish as written in Mexico.") "The package provides the language definition file for Swedish.") (license license:lppl1.3+))) +(define-public texlive-babel-thai + (package + (name "texlive-babel-thai") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/generic/babel-thai/" + "source/generic/babel-thai/" + "tex/generic/babel-thai/") + (base32 + "1wgprys500a1fn56bnsmq8fhmb9y8cfwsqn5hginfb36d3gym4p6"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/babel-thai") + (synopsis "Support for Thai within babel") + (description + "The package provides support for typesetting Thai text within the Babel +system.") + (license license:lppl1.3+))) + (define-public texlive-babel-turkish (package (name "texlive-babel-turkish") |