gnu: Add texlive-tex-gyre-math.
* gnu/packages/tex.scm (texlive-tex-gyre-math): New variable.
This commit is contained in:
parent
66fbc1a889
commit
d77e4608fb
@ -1679,6 +1679,30 @@ support (for use with a variety of encodings) is provided.")
|
|||||||
;; additional but not legally binding clause.
|
;; additional but not legally binding clause.
|
||||||
(license license:lppl1.3c+)))
|
(license license:lppl1.3c+)))
|
||||||
|
|
||||||
|
(define-public texlive-tex-gyre-math
|
||||||
|
(package
|
||||||
|
(name "texlive-tex-gyre-math")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/fonts/tex-gyre-math/"
|
||||||
|
"fonts/opentype/public/tex-gyre-math/"
|
||||||
|
"source/fonts/tex-gyre-math/")
|
||||||
|
(base32
|
||||||
|
"1k5fx03bg702636hh7hv4kzzxhbbic26rp5g4lq2bgajd5dgc5xy")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/tex-gyre-math")
|
||||||
|
(synopsis "Maths fonts to match tex-gyre text fonts")
|
||||||
|
(description
|
||||||
|
"TeX-Gyre-Math is a collection of maths fonts to match the text fonts of
|
||||||
|
the TeX-Gyre collection. The collection is available in OpenType format,
|
||||||
|
only; fonts conform to the developing standards for OpenType maths fonts.
|
||||||
|
TeX-Gyre-Math-Bonum (to match TeX-Gyre-Bonum), TeX-Gyre-Math-Pagella (to match
|
||||||
|
TeX-Gyre-Pagella), TeX-Gyre-Math-Schola (to match TeX-Gyre-Schola) and
|
||||||
|
TeX-Gyre-Math-Termes (to match TeX-Gyre-Termes) fonts are provided.")
|
||||||
|
(license license:gfl1.0)))
|
||||||
|
|
||||||
(define-public texlive-crop
|
(define-public texlive-crop
|
||||||
(package
|
(package
|
||||||
(name "texlive-crop")
|
(name "texlive-crop")
|
||||||
|
Loading…
Reference in New Issue
Block a user