[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/25: gnu: Add texlive-xepersian-hm.
From: |
guix-commits |
Subject: |
23/25: gnu: Add texlive-xepersian-hm. |
Date: |
Tue, 15 Aug 2023 13:44:28 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit d60cfd21c9375088b3367e1e049cb1b63b39141f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 15 19:33:50 2023 +0200
gnu: Add texlive-xepersian-hm.
* gnu/packages/tex.scm (texlive-xepersian-hm): New variable.
---
gnu/packages/tex.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 6c19d12f62..3512509d32 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -22557,6 +22557,27 @@ of a flag (size, frame etc.) can be adapted using
optional parameters.")
English texts in LaTeX, using the XeTeX engine.")
(license license:lppl1.3c)))
+(define-public texlive-xepersian-hm
+ (package
+ (name "texlive-xepersian-hm")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/xelatex/xepersian-hm/"
+ "source/xelatex/xepersian-hm/"
+ "tex/xelatex/xepersian-hm/")
+ (base32
+ "0lq5bam9vx2phwphy2ig9hygsz4vvz4bx2c6f87my84kp8n3w25n")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/xepersian-hm")
+ (synopsis "Fixes kashida feature in XePersian package")
+ (description
+ "The kashida feature in XePersian has problems with some fonts such as
+the HM Series fonts and the XB Series fonts. This package fixes these
+problems.")
+ (license license:lppl1.3c)))
+
(define-public texlive-xindex
(package
(name "texlive-xindex")
- 17/25: gnu: Add texlive-quran., (continued)
- 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
- 24/25: gnu: Add texlive-xindy-persian., guix-commits, 2023/08/15
- 22/25: gnu: Add texlive-xepersian., guix-commits, 2023/08/15
- 23/25: gnu: Add texlive-xepersian-hm.,
guix-commits <=
- 19/25: gnu: Add texlive-simurgh., guix-commits, 2023/08/15
- 20/25: gnu: Add texlive-texnegar., guix-commits, 2023/08/15