summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-08-15 11:09:47 +0200
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-09-17 15:07:49 -0400
commitb6058ac31b8c1004d344f5d2ff005e4f86bd198c (patch)
tree3eba2a55a50ce4d3bd6158f5ad697dfbce97f782
parent2854aab27d90713daf9d50239df4949a0698a918 (diff)
gnu: Add texlive-quran-bn.
* gnu/packages/tex.scm (texlive-quran-bn): New variable.
-rw-r--r--gnu/packages/tex.scm18
1 files changed, 18 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 6ca74a4166..b51490d3b8 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -17981,6 +17981,24 @@ designed to help users generate circuits.")
drawing quantum circuit diagrams.")
(license license:cc-by4.0)))
+(define-public texlive-quran-bn
+ (package
+ (name "texlive-quran-bn")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/quran-bn/" "tex/latex/quran-bn/")
+ (base32
+ "1zlm02drh9qfasxf0bwhvrmp521ixzys2aqq896339grkzay0g6q")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/quran-bn")
+ (synopsis "Bengali translations to the @code{quran} package")
+ (description
+ "The package is prepared for typesetting some Bengali translations of the
+Holy Quran. It adds two Bengali translations to the @code{quran} package.")
+ (license license:lppl1.3+)))
+
(define-public texlive-quran-de
(package
(name "texlive-quran-de")