From 9da7433cc7d7919faa03bac7b1bf817c15d1ef22 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 16 Jul 2023 17:44:28 +0200 Subject: gnu: Add texlive-fragmaster. * gnu/packages/tex.scm (texlive-fragmaster): New variable. --- gnu/packages/tex.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 1d91ff377c..d10c5f0291 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -2029,6 +2029,28 @@ generates a VF file and a TFM file; @command{vftovp} takes a VF file and a TFM file and generates a VPL file.") (license license:knuth))) +(define-public texlive-fragmaster + (package + (name "texlive-fragmaster") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/support/fragmaster/" + "scripts/fragmaster/") + (base32 + "1vwbkbg96dql73gayb06gs2fdxynljibjkmhliglc9ddggyx4v2m"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (arguments (list #:link-scripts #~(list "fragmaster.pl"))) + (inputs (list perl)) + (home-page "https://ctan.org/pkg/fragmaster") + (synopsis "Using @command{psfrag} with pdfLaTeX") + (description + "Fragmaster enables you to use @command{psfrag} with pdfLaTeX. It takes +EPS files and @command{psfrag} substitution definition files, and produces PDF +and EPS files with the substitutions included.") + (license license:gpl3+))) + (define-public texlive-tex (package (name "texlive-tex") -- cgit v1.2.3