diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-15 10:40:55 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-15 11:33:01 +0200 |
commit | 533c97e3edb1c3a94fdc672cd80b956dd68e1902 (patch) | |
tree | 66ea9328817766aa42779634be7f84f7e0aab6a8 /gnu | |
parent | 9aa2e494868bac955c608427ea4a3255275791d2 (diff) | |
download | guix-533c97e3edb1c3a94fdc672cd80b956dd68e1902.tar guix-533c97e3edb1c3a94fdc672cd80b956dd68e1902.tar.gz |
gnu: Add texlive-babel-hebrew.
* gnu/packages/tex.scm (texlive-babel-hebrew): New variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/tex.scm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 02ff23ad73..fec8a0c6ef 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -24072,6 +24072,28 @@ German.") names in mathematics, and for classical-era symbols.") (license license:lppl1.3+))) +(define-public texlive-babel-hebrew + (package + (name "texlive-babel-hebrew") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/generic/babel-hebrew/" + "source/generic/babel-hebrew/" + "tex/generic/babel-hebrew/") + (base32 + "1h4ksd9nvicdgi88fxv8jfh9r5gabg0w75jpqgnngszfnfw486k2"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/babel-hebrew") + (synopsis "Babel support for Hebrew") + (description + "The package provides the language definition file for support of Hebrew +in babel. Macros to control the use of text direction control of TeX--XeT and +e-TeX are provided (and may be used elsewhere). Some shortcuts are defined, +as well as translations to Hebrew of standard LaTeX names.") + (license license:lppl1.3+))) + (define-public texlive-babel-hungarian (package (name "texlive-babel-hungarian") |