mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: Add texlive-eczar.
* gnu/packages/tex.scm (texlive-eczar): New variable.
This commit is contained in:
parent
0bcf07b00d
commit
98b63329d8
1 changed files with 19 additions and 0 deletions
|
@ -10828,6 +10828,25 @@ (define-public texlive-economic
|
|||
provide variations of author-date styles of presentation.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-eczar
|
||||
(package
|
||||
(name "texlive-eczar")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/fonts/eczar/"
|
||||
"fonts/opentype/public/eczar/")
|
||||
(base32
|
||||
"1r7alay4g12gn7sr6d584y04qzi77qiialmsq1wfxay7a2h8c3rn")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/eczar")
|
||||
(synopsis "Font family supporting Devanagari and Latin script")
|
||||
(description
|
||||
"Eczar is a type family designed by Vaibhav Singh. The fonts support
|
||||
over 45+3 languages in Latin and Devanagari scripts in 5 weights.")
|
||||
(license license:silofl1.1)))
|
||||
|
||||
(define-public texlive-edfnotes
|
||||
(package
|
||||
(name "texlive-edfnotes")
|
||||
|
|
Loading…
Reference in a new issue