me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-ptptex.

* gnu/packages/tex.scm (texlive-ptptex): New variable.
master
Nicolas Goaziou 2023-08-22 16:30:15 +02:00
parent ab003b28c6
commit 45d47c620c
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -25631,6 +25631,25 @@ as a result, some of the descriptions of limitations look rather quaint to
modern eyes.")
(license license:lppl)))
(define-public texlive-ptptex
(package
(name "texlive-ptptex")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/ptptex/" "tex/latex/ptptex/")
(base32
"1f040dv31g8bdn0awa40mvhzp095glsfsxcg28cbslckbdds5k6c")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/ptptex")
(synopsis "Macros for @emph{Progress of Theoretical Physics}")
(description
"The distribution contains the class (which offers an option file for
preprints), a template, and macros for writing articles in @emph{Progress of
Theoretical Physics}.")
(license license:lppl)))
(define-public texlive-punk
(package
(name "texlive-punk")