From c78945b85ec30418bd7435351c85843b20421a87 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 19 Jun 2023 15:53:46 +0200 Subject: [PATCH] gnu: Add texlive-unimath-plain-xetex. * gnu/packages/tex.scm (texlive-unimath-plain-xetex): New variable. --- gnu/packages/tex.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 14804a84af..947ecf2318 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -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")