mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: Add texlive-shobhika.
* gnu/packages/tex.scm (texlive-shobhika): New variable.
This commit is contained in:
parent
67fdfd6860
commit
8e4d1d7f6b
1 changed files with 25 additions and 0 deletions
|
@ -22763,6 +22763,31 @@ (define-public texlive-schulschriften
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue