gnu: Add texlive-pxbase.

* gnu/packages/tex.scm (texlive-pxbase): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-16 13:00:47 +02:00
parent e4aba0f472
commit d0aba39186
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -15090,6 +15090,26 @@ (define-public texlive-ptex2pdf
followed by dvipdfmx.")
(license license:gpl2)))
(define-public texlive-pxbase
(package
(name "texlive-pxbase")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/platex/pxbase/" "tex/platex/pxbase/")
(base32
"0dq9d4ixddffjnzb73d2qacgzm27665hvq2gsfjqzikzaa70dahw")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pxbase")
(synopsis "Tools for use with (u)pLaTeX")
(description
"The main purpose of this package is to provide auxiliary functions which
are utilized by other packages created by the same author. It also provides
a few user commands to assist in creating Japanese documents using
@code{(u)pLaTeX.}")
(license license:expat)))
(define-public texlive-pwebmac
(package
(name "texlive-pwebmac")