gnu: Add texlive-newpax.

* gnu/packages/tex.scm (texlive-newpax): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-26 15:05:53 +02:00
parent 21e09455fc
commit d822f3aaac
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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