diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 7efe04edac..68a5d92199 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -6357,6 +6357,28 @@ (define-public texlive-newfloat (define-deprecated-package texlive-latex-newfloat texlive-newfloat) +(define-public texlive-newpax + (package + (name "texlive-newpax") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/newpax/" "source/latex/newpax/" + "tex/latex/newpax/") + (base32 + "1b8z1k9gn0g1q6qyixgwds61b2844kiqb0sfvhn9x38fnqgzy83j"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/newpax") + (synopsis "Experimental package to extract and reinsert PDF annotations") + (description + "The package is based on the @code{pax} package from Heiko Oberdiek. It +offers a Lua-based alternative to the java based @file{pax.jar} to extract the +annotations from a PDF. The resulting file can then be used together with +@file{pax.sty}. It also offers an extended style which works with all three +major engines.") + (license license:lppl1.3c))) + (define-public texlive-newunicodechar (package (name "texlive-newunicodechar")