ngz pushed a commit to branch master
in repository guix.
commit 6c16b2aa51b9d56edf4a12c86bf298385378e3bd
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Tue Aug 15 10:43:50 2023 +0200
gnu: Add texlive-bangla.
* gnu/packages/tex.scm (texlive-bangla): 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 a2d603776a..aac52a91b6 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2203,6 +2203,27 @@ formatted lists of productions, with numbers if
required. It can also print
in-line BNF expressions using math mode.")
(license license:lppl1.3c)))
+(define-public texlive-bangla
+ (package
+ (name "texlive-bangla")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/bangla/"
+ "fonts/truetype/public/bangla/"
+ "tex/latex/bangla/")
+ (base32
+ "0basibrsbns9s2ny6ny95hl6dj4rjf6q4z9bqn2kc9945akxg8af")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs (list texlive-charissil texlive-doulossil))
+ (home-page "https://ctan.org/pkg/bangla")
+ (synopsis "Comprehensive Bangla LaTeX package")
+ (description
+ "This package provides all the necessary LaTeX frontends for the Bangla
+language and comes with some fonts of its own.")
+ (license (list license:lppl1.3c license:silofl1.1))))
+
(define-public texlive-barr
(package
(name "texlive-barr")