gnu: Add texlive-prtec.

* gnu/packages/tex.scm (texlive-prtec): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-22 16:30:01 +02:00
parent 0850db0a33
commit ab003b28c6
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -25532,6 +25532,26 @@ (define-public texlive-proposal
research proposals.")
(license license:lppl)))
(define-public texlive-prtec
(package
(name "texlive-prtec")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "bibtex/bst/prtec/" "doc/latex/prtec/"
"tex/latex/prtec/")
(base32
"15l75a6blk1dpcj2q841i92cdvlfjxmmaqi5lk01rac8rxa5cghx")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/prtec")
(synopsis "Template for PRTEC conference papers")
(description
"This package provides a LaTeX class, a BibTeX style, and a LaTeX
template to format conference papers for the @acronym{PRTEC, Pacific Rim
Thermal Engineering Conference}.")
(license license:expat)))
(define-public texlive-pseudo
(package
(name "texlive-pseudo")