From f757ed3552e3d36f14c7e061c9df366b8650584a Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 26 Jun 2023 14:57:33 +0200 Subject: gnu: Add texlive-luamplib. * gnu/packages/tex.scm (texlive-luamplib): 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 96477ff6c7..4b44369ec9 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -16695,6 +16695,28 @@ (define-public texlive-luamodulartables tables in LaTeX.") (license license:lppl1.3c))) +(define-public texlive-luamplib + (package + (name "texlive-luamplib") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/luatex/luamplib/" + "source/luatex/luamplib/" + "tex/luatex/luamplib/") + (base32 + "1f2r93daddjwmj7fcy5rds2yz0c8qmww7yw93vgwffmm49d9ims5"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/luamplib") + (synopsis "Use LuaTeX's built-in MetaPost interpreter") + (description + "The package enables the user to specify MetaPost diagrams (which may +include colour specifications from the color or xcolor packages) into +a document, using LuaTeX's built-in MetaPost library. The facility is only +available in PDF mode.") + (license license:gpl2))) + (define-public texlive-babel-czech (package (name "texlive-babel-czech") -- cgit v1.2.3