[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/51: gnu: Add texlive-babel-hebrew.
From: |
guix-commits |
Subject: |
08/51: gnu: Add texlive-babel-hebrew. |
Date: |
Tue, 15 Aug 2023 05:36:00 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 533c97e3edb1c3a94fdc672cd80b956dd68e1902
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 15 10:40:55 2023 +0200
gnu: Add texlive-babel-hebrew.
* gnu/packages/tex.scm (texlive-babel-hebrew): New variable.
---
gnu/packages/tex.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
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")
- branch master updated (642ae73ec0 -> f2943958a2), guix-commits, 2023/08/15
- 02/51: gnu: Add texlive-akshar., guix-commits, 2023/08/15
- 03/51: gnu: Add texlive-amsldoc-vn., guix-commits, 2023/08/15
- 06/51: gnu: Add texlive-babel-esperanto., guix-commits, 2023/08/15
- 05/51: gnu: Add texlive-babel-azerbaijani., guix-commits, 2023/08/15
- 07/51: gnu: Add texlive-babel-georgian., guix-commits, 2023/08/15
- 04/51: gnu: Add texlive-aramaic-serto., guix-commits, 2023/08/15
- 11/51: gnu: Add texlive-babel-malay., guix-commits, 2023/08/15
- 01/51: gnu: Add texlive-aalok., guix-commits, 2023/08/15
- 08/51: gnu: Add texlive-babel-hebrew.,
guix-commits <=
- 10/51: gnu: Add texlive-babel-interlingua., guix-commits, 2023/08/15
- 14/51: gnu: Add texlive-babel-vietnamese., guix-commits, 2023/08/15
- 16/51: gnu: Add texlive-doulossil., guix-commits, 2023/08/15
- 09/51: gnu: Add texlive-babel-indonesian., guix-commits, 2023/08/15
- 12/51: gnu: Add texlive-babel-sorbian., guix-commits, 2023/08/15
- 13/51: gnu: Add texlive-babel-thai., guix-commits, 2023/08/15
- 19/51: gnu: Add texlive-bengali., guix-commits, 2023/08/15
- 25/51: gnu: Add texlive-ethiop., guix-commits, 2023/08/15
- 18/51: gnu: Add texlive-bangtex., guix-commits, 2023/08/15
- 23/51: gnu: Add texlive-ctib., guix-commits, 2023/08/15