gnu: Add texlive-ppr-prv.

* gnu/packages/tex.scm (texlive-ppr-prv): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:58:45 +02:00
parent 0002e739fd
commit ecc3a3f1e4
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -92750,6 +92750,26 @@ (define-public texlive-powerdot
new styles.")
(license license:lppl1.3+)))
(define-public texlive-ppr-prv
(package
(name "texlive-ppr-prv")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/ppr-prv/" "source/latex/ppr-prv/"
"tex/latex/ppr-prv/")
(base32
"13fyjhym5idskszlrxajr7aglrn7y44xm5adh9l32xjvf3lnsmgh")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/ppr-prv")
(synopsis "Prosper preview")
(description
"This class is used with LaTeX presentations using the @code{prosper} class.
The aim of this class is to produce a printable version of the slides written
with Prosper, with two slides per page.")
(license license:lppl)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar