From 067da83bcd878628d395d1df0bd0888cc06fc75b Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 12 Jul 2023 21:55:22 +0200 Subject: [PATCH] gnu: Add texlive-bxeepic. * gnu/packages/tex.scm (texlive-bxeepic): New variable. --- gnu/packages/tex.scm | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index bd5add6ce4..d8343aa295 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -16399,6 +16399,23 @@ group, and there are many options for styling the strands and for drawing floors.") (license license:lppl1.3c))) +(define-public texlive-bxeepic + (package + (name "texlive-bxeepic") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/bxeepic/" "tex/latex/bxeepic/") + (base32 + "1zxmysbnv4s47qx0yajr9h62x8azjh660811yd4qcv0ih9mcdyy7"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/bxeepic") + (synopsis "Eepic facilities using @code{pict2e}") + (description + "The package provides an Eepic driver to use @code{pict2e} facilities.") + (license license:expat))) + (define-public texlive-gates (package (name "texlive-gates")