mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: Add texlive-texpower.
* gnu/packages/tex.scm (texlive-texpower): New variable.
This commit is contained in:
parent
d503d338fc
commit
5b4e04723e
1 changed files with 26 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue