guix-commits
[Top][All Lists]
Advanced

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

261/306: gnu: Add texlive-shobhika.


From: guix-commits
Subject: 261/306: gnu: Add texlive-shobhika.
Date: Mon, 21 Aug 2023 10:36:52 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 8e4d1d7f6bc2ad9f0b4b9f12f5212b5abcbcfea7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:57:30 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f4cfbf88d2..b8849a738a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -22763,6 +22763,31 @@ Lateinische Ausgangsschrift, Schulausgangsschrift, and 
Vereinfachte
 Ausgangsschrift.")
     (license license:lppl)))
 
+(define-public texlive-shobhika
+  (package
+    (name "texlive-shobhika")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/shobhika/"
+                   "fonts/opentype/public/shobhika/")
+             (base32
+              "0a9l8gdn9ddz334dwfdn7vjgrq9jz6b41wph9sgchank4yj0sc64")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/shobhika";)
+    (synopsis "OpenType Devanagari font designed for scholars")
+    (description
+     "This package provides a Unicode compliant OpenType font with support for
+Devanagari, Latin, and Cyrillic scripts.  It is available in two
+weights--regular and bold.  The font is designed with over 1600 Devanagari
+glyphs, including support for over 1100 conjunct consonants, as well as vedic
+accents.  The Latin component of the font not only supports a wide range of
+characters required for Roman transliteration of Sanskrit, but also provides
+a subset of regularly used mathematical symbols for scholars working with
+scientific and technical documents.")
+    (license license:silofl1.1)))
+
 (define-public texlive-schwalbe-chess
   (package
     (name "texlive-schwalbe-chess")



reply via email to

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