gnu: Add texlive-texpower.

* gnu/packages/tex.scm (texlive-texpower): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 16:03:03 +02:00
parent d503d338fc
commit 5b4e04723e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -97829,6 +97829,32 @@ (define-public texlive-tpslifonts
fonts.")
(license license:gpl3+)))
(define-public texlive-texpower
(package
(name "texlive-texpower")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/texpower/"
"source/latex/texpower/"
"tex/latex/texpower/")
(base32
"1jndkkngnldksg37hx1hpcawhyzy9phirqsbk03l2hwqv20r5hz4")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(propagated-inputs (list texlive-tpslifonts))
(home-page "https://ctan.org/pkg/texpower")
(synopsis "Create dynamic online presentations with LaTeX")
(description
"TeXPower is a bundle of packages intended to provide an all-inclusive
environment for designing pdf screen presentations to be viewed in full-screen
mode, especially for projecting online with a video beamer. For some of its
core functions, it uses code derived from @code{ppower4} packages. It is,
however, not a complete environment in itself: it relies on an existing class
for preparing slides (such as @code{foiltex} or @code{seminar}) or another
package such as @code{pdfslide}.")
(license license:gpl3+)))
;;;
;;; 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