From 8f29ad5791f8f388ecfec40d9fc06a20e93d8441 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 19 Jun 2023 11:26:32 +0200 Subject: [PATCH] gnu: Add texlive-roex. * gnu/packages/tex.scm (texlive-roex): New variable. --- gnu/packages/tex.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index cf5f64a110..e11a0476c8 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -6049,6 +6049,29 @@ functions (curves, tangents, integrals, sequences) statistic diagrams plane geometry (polygons, circles), arrays and game boards.") (license license:lppl1.3c))) +(define-public texlive-roex + (package + (name "texlive-roex") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "metafont/roex/" "source/metafont/roex/") + (base32 + "12w5wrrlk8rd4gx57646r01rb49ckmgnzhmx9385ll0sag8c9s2v"))) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/mf-ps") + (synopsis "Metafont-PostScript conversions") + (description + "This package provides a Metafont support package including: @code{epstomf}, +a tiny AWK script for converting EPS files into Metafont; @code{mftoeps} for +generating (encapsulated) PostScript files readable, e.g., by CorelDRAW, Adobe +Illustrator and Fontographer; a collection of routines (in folder progs) for +converting Metafont-coded graphics into encapsulated PostScript; and +@code{roex.mf}, which provides Metafont macros for removing overlaps and +expanding strokes. In @code{mftoeps}, Metafont writes PostScript code to +a log-file, from which it may be extracted by either TeX or AWK.") + (license license:public-domain))) + (define-public texlive-selinput (package (name "texlive-selinput")