[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/25: gnu: Add texlive-quran.
From: |
guix-commits |
Subject: |
17/25: gnu: Add texlive-quran. |
Date: |
Tue, 15 Aug 2023 13:44:27 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 5af6447af3b9af725fb753cffa3005548c497a21
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 15 19:28:02 2023 +0200
gnu: Add texlive-quran.
* gnu/packages/tex.scm (texlive-quran): 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 f9b76868a2..877bcf49c3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -19364,6 +19364,28 @@ designed to help users generate circuits.")
drawing quantum circuit diagrams.")
(license license:cc-by4.0)))
+(define-public texlive-quran
+ (package
+ (name "texlive-quran")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/quran/" "tex/latex/quran/")
+ (base32
+ "0y5znkwaw5qy2541p10pqqvbblzn0v088c7v8p5lc2za6lh83fj2")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/quran")
+ (synopsis "Easy way to typeset any part of the @emph{Holy Quran}")
+ (description
+ "This package offers the user an easy way to typeset the @emph{Holy
+Quran}. It provides several macros for typesetting the whole or any part of
+the Quran based on its popular division, including @emph{Surah}, @emph{Ayah},
+@emph{Juz}, @emph{Hizb}, @emph{Quarter}, and @emph{Page}. Besides the Arabic
+original, translations to English, German, French, and Persian are provided,
+as well as an English transliteration.")
+ (license license:lppl1.3c)))
+
(define-public texlive-quran-bn
(package
(name "texlive-quran-bn")
- 04/25: gnu: Add texlive-arabi-add., (continued)
- 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, 2023/08/15
- 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 <=
- 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, 2023/08/15