mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: Add texlive-garamond-math.
* gnu/packages/tex.scm (texlive-garamond-math): New variable.
This commit is contained in:
parent
3384099cc4
commit
b9f894f044
1 changed files with 20 additions and 0 deletions
|
@ -12787,6 +12787,26 @@ (define-public texlive-garamond-libre
|
|||
and swash capitals.")
|
||||
(license (list license:expat license:lppl))))
|
||||
|
||||
(define-public texlive-garamond-math
|
||||
(package
|
||||
(name "texlive-garamond-math")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/fonts/garamond-math/"
|
||||
"fonts/opentype/public/garamond-math/")
|
||||
(base32
|
||||
"1ay8qmcn8glzn0bpg4qqs3k6dr9h7lljal239qvxfvg1fzj76h4n")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/garamond-math")
|
||||
(synopsis "An OTF math font matching EB Garamond")
|
||||
(description
|
||||
"Garamond-Math is an OpenType math font matching EB Garamond (Octavio
|
||||
Pardo) and EB Garamond (Georg Mayr-Duffner). Many mathematical symbols are
|
||||
derived from other fonts, others are made from scratch.")
|
||||
(license license:silofl1.1)))
|
||||
|
||||
(define-public texlive-gastex
|
||||
(package
|
||||
(name "texlive-gastex")
|
||||
|
|
Loading…
Reference in a new issue