guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/51: gnu: Add texlive-akshar.


From: guix-commits
Subject: 02/51: gnu: Add texlive-akshar.
Date: Tue, 15 Aug 2023 05:35:59 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 9c19d33bbcb3a938ac2c774f0a86a1a4aa7183b1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 15 10:38:31 2023 +0200

    gnu: Add texlive-akshar.
    
    * gnu/packages/tex.scm (texlive-akshar): New variable.
---
 gnu/packages/tex.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 196863f07d..0f6e5a2324 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1329,6 +1329,25 @@ a @file{.tfm} (TeX Font Metric) file.  It normally 
preserves kerns and
 ligatures, but also offers additional control over them.")
     (license license:gpl2)))
 
+(define-public texlive-akshar
+  (package
+    (name "texlive-akshar")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/akshar/" "source/latex/akshar/"
+                   "tex/latex/akshar/")
+             (base32
+              "17xiqalqpw64pgvmpsa41qf6y5fhg720rpbr57kv8ipvvm1fn3n5")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/akshar";)
+    (synopsis "Support for syllables in the Devanagari script")
+    (description
+     "This LaTeX3 package provides macros and interfaces to work with
+Devanagari characters and syllables in a more correct way.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-albatross
   (package
     (name "texlive-albatross")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]