diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-21 12:57:30 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-21 16:29:43 +0200 |
commit | 8e4d1d7f6bc2ad9f0b4b9f12f5212b5abcbcfea7 (patch) | |
tree | db69af9886bf0d80c11677838af9e6997ae6859b | |
parent | 67fdfd68609c513939543617d25dfd00e8e80781 (diff) | |
download | guix-8e4d1d7f6bc2ad9f0b4b9f12f5212b5abcbcfea7.tar.gz |
gnu: Add texlive-shobhika.
* gnu/packages/tex.scm (texlive-shobhika): New variable.
-rw-r--r-- | gnu/packages/tex.scm | 25 |
1 files changed, 25 insertions, 0 deletions
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") |