me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-unimath-plain-xetex.

* gnu/packages/tex.scm (texlive-unimath-plain-xetex): New variable.
Nicolas Goaziou 2023-06-19 15:53:46 +02:00
parent 98d4d2140a
commit c78945b85e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -7216,6 +7216,26 @@ a document with no explicit font selection, but a series of rules of the form
RTL script without any markup.")
(license license:lppl1.3+)))
(define-public texlive-unimath-plain-xetex
(package
(name "texlive-unimath-plain-xetex")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/xetex/unimath-plain-xetex/"
"fonts/misc/xetex/fontmapping/unimath-plain-xetex/"
"tex/xetex/unimath-plain-xetex/")
(base32
"0vqnqfklg1mj7mipgrfng0qq1i9psiqri0yh30ixrz8j6mkaqb35")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/unimath-plain-xetex")
(synopsis "OpenType math support in (plain) XeTeX")
(description
"This package provides OpenType math font support in plain TeX format.
It only works with the XeTeX engine.")
(license license:lppl1.3c)))
(define-public texlive-currfile
(package
(name "texlive-currfile")