me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-roex.

* gnu/packages/tex.scm (texlive-roex): New variable.
Nicolas Goaziou 2023-06-19 11:26:32 +02:00
parent c38de584f1
commit 8f29ad5791
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 23 additions and 0 deletions

View File

@ -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")