me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-ifxptex.

* gnu/packages/tex.scm (texlive-ifxptex): New variable.
Nicolas Goaziou 2023-08-16 12:17:25 +02:00
parent 3519d2a579
commit d631be5b66
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -28254,6 +28254,26 @@ the engine in use.")
(define-deprecated-package texlive-generic-iftex texlive-iftex)
(define-deprecated-package texlive-generic-ifxetex texlive-iftex)
(define-public texlive-ifxptex
(package
(name "texlive-ifxptex")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/ifxptex/"
"tex/generic/ifxptex/")
(base32
"0r77j010a9fcn47kjy6vwv72i8fynb8jsilas6hs9c9lgk5bal1g")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/ifxptex")
(synopsis "Detect pTeX and its derivatives")
(description
"The package provides commands for detecting pTeX and its derivatives
(e-pTeX, upTeX, e-upTeX, and ApTeX). Both LaTeX and plain TeX are
supported.")
(license license:knuth)))
(define-public texlive-tipa
(package
(name "texlive-tipa")