me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-concmath-otf.

* gnu/packages/tex.scm (texlive-concmath-otf): New variable.
Nicolas Goaziou 2023-08-21 11:58:42 +02:00
parent f57a4704ed
commit 27847e523e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -8872,6 +8872,28 @@ from Knuth's Concrete Roman fonts; they are distributed as Metafont source.
LaTeX support is offered by the @code{concmath} package.") LaTeX support is offered by the @code{concmath} package.")
(license license:lppl))) (license license:lppl)))
(define-public texlive-concmath-otf
(package
(name "texlive-concmath-otf")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/concmath-otf/"
"fonts/opentype/public/concmath-otf/"
"tex/latex/concmath-otf/")
(base32
"00vs2c2lxdrqiwf4scni0yv4kz0mkigqv5kpsrak62j8vb7piv7b")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/concmath-otf")
(synopsis "Concrete based OpenType Math font")
(description
"This package provides an OpenType version of the Concrete Math font
created by Ulrik Vieth in Metafont. @file{concmath-otf.sty} is a replacement
for the original @file{concmath.sty} package to be used with LuaTeX or XeTeX
engines.")
(license (list license:silofl1.1 license:lppl1.3+))))
(define-public texlive-concrete (define-public texlive-concrete
(package (package
(name "texlive-concrete") (name "texlive-concrete")