mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add texlive-sanskrit-t1.
* gnu/packages/tex.scm (texlive-sanskrit-t1): New variable.
This commit is contained in:
parent
da0dcf9c38
commit
f519bb0739
1 changed files with 20 additions and 0 deletions
|
@ -23248,6 +23248,26 @@ (define-public texlive-sanskrit
|
|||
available.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-sanskrit-t1
|
||||
(package
|
||||
(name "texlive-sanskrit-t1")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/fonts/sanskrit-t1/"
|
||||
"fonts/map/dvips/sanskrit-t1/"
|
||||
"fonts/type1/public/sanskrit-t1/")
|
||||
(base32
|
||||
"0mv9ph7999y9shnq25k0w4sgcbvlf2gav5d1fpycjxan3h6rc7vi")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/sanskrit-t1")
|
||||
(synopsis "Type 1 version of @code{skt} fonts for Sanskrit")
|
||||
(description
|
||||
"The sanskrit-t1 font package provides Type 1 version of Charles Wikner's
|
||||
@code{skt} font series for the Sanskrit language.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-sansmath
|
||||
(package
|
||||
(name "texlive-sansmath")
|
||||
|
|
Loading…
Reference in a new issue