gnu: Add texlive-ptex2pdf.

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

View file

@ -15069,6 +15069,27 @@ (define-public texlive-ptex-fonts
@command{makejvf} program.")
(license license:bsd-3)))
(define-public texlive-ptex2pdf
(package
(name "texlive-ptex2pdf")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/ptex2pdf/" "scripts/ptex2pdf/")
(base32
"0vc4clig35s9cir2gmls7zvj8k1qal4np0akvlgsz2zch44b0imr")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(arguments (list #:link-scripts #~(list "ptex2pdf.lua")))
(home-page "https://ctan.org/pkg/ptex2pdf")
(synopsis "Convert Japanese TeX documents to PDF")
(description
"The Lua script provides system-independent support of Japanese
typesetting engines in TeXworks. As TeXworks typesetting setup does not allow
for multistep processing, this script runs one of the pTeX-based programs
followed by dvipdfmx.")
(license license:gpl2)))
(define-public texlive-pwebmac
(package
(name "texlive-pwebmac")