[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/25: gnu: Add texlive-bidihl.
From: |
guix-commits |
Subject: |
08/25: gnu: Add texlive-bidihl. |
Date: |
Tue, 15 Aug 2023 13:44:25 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 6cc0ebd344b506e5f68c47cb60488ee29110a440
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 15 19:15:54 2023 +0200
gnu: Add texlive-bidihl.
* gnu/packages/tex.scm (texlive-bidihl): New variable.
---
gnu/packages/tex.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 6a144a8c24..50da8b0bc3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2783,6 +2783,23 @@ complies with the @emph{Loccumer Richtlinien} (Locum
guidelines). In
addition, the Vulgate (Latin Bible) is supported.")
(license license:lppl1.3+)))
+(define-public texlive-bidihl
+ (package
+ (name "texlive-bidihl")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/xelatex/bidihl/" "tex/xelatex/bidihl/")
+ (base32
+ "021q2qhfl2ww95nbp63p3j7lv9wjj5s9wvn2sj5zyj1pcw75l8ir")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/bidihl")
+ (synopsis "Experimental Bidi-aware text highlighting")
+ (description
+ "This package provides experimental Bidi-aware text highlighting.")
+ (license license:lppl1.3+)))
+
(define-public texlive-binomexp
(package
(name "texlive-binomexp")
- branch master updated (a4bed14c43 -> dfe2fb8da7), guix-commits, 2023/08/15
- 02/25: gnu: Add texlive-alpha-persian., guix-commits, 2023/08/15
- 03/25: gnu: Add texlive-arabi., guix-commits, 2023/08/15
- 04/25: gnu: Add texlive-arabi-add., guix-commits, 2023/08/15
- 01/25: gnu: Add texlive-alkalami., guix-commits, 2023/08/15
- 07/25: gnu: Add texlive-arabtex., guix-commits, 2023/08/15
- 12/25: gnu: Add texlive-imsproc., guix-commits, 2023/08/15
- 16/25: gnu: Add texlive-persian-bib., guix-commits, 2023/08/15
- 25/25: gnu: Add texlive-collection-langarabic., guix-commits, 2023/08/15
- 05/25: gnu: Add texlive-arabic-book., guix-commits, 2023/08/15
- 08/25: gnu: Add texlive-bidihl.,
guix-commits <=
- 14/25: gnu: Add texlive-lshort-persian., guix-commits, 2023/08/15
- 11/25: gnu: Add texlive-hvarabic., guix-commits, 2023/08/15
- 17/25: gnu: Add texlive-quran., guix-commits, 2023/08/15
- 15/25: gnu: Add texlive-na-box., guix-commits, 2023/08/15
- 21/25: gnu: Add texlive-tram., guix-commits, 2023/08/15
- 06/25: gnu: Add texlive-arabluatex., guix-commits, 2023/08/15
- 09/25: gnu: Add texlive-dad., guix-commits, 2023/08/15
- 10/25: gnu: Add texlive-ghab., guix-commits, 2023/08/15
- 18/25: gnu: Add texlive-sexam., guix-commits, 2023/08/15
- 13/25: gnu: Add texlive-kurdishlipsum., guix-commits, 2023/08/15