gnu: Add texlive-ppt-slides.

* gnu/packages/tex.scm (texlive-ppt-slides): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:58:49 +02:00
parent b122f285c7
commit 720251f1d0
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -92821,6 +92821,39 @@ (define-public texlive-pagecolor
@code{\\restorebackgroundpagecolor} are provided.")
(license license:lppl1.3c)))
(define-public texlive-ppt-slides
(package
(name "texlive-ppt-slides")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/ppt-slides/"
"source/latex/ppt-slides/"
"tex/latex/ppt-slides/")
(base32
"18sig2mk6pb2i86x9jyl2fyac10sg356n1wwvwxzgpbrn62g46y6")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(propagated-inputs
(list texlive-crumbs
texlive-enumitem
texlive-hyperref
texlive-pagecolor
texlive-pgf
texlive-pgfopts
texlive-qrcode
texlive-seqsplit
texlive-tikzpagenodes
texlive-tools
texlive-varwidth
texlive-xcolor))
(home-page "https://ctan.org/pkg/ppt-slides")
(synopsis "Slide decks a la PowerPoint (PPT)")
(description
"This LaTeX package helps you create slide decks looking like those created
with PowerPoint, but more precise, uniform, and visually strict.")
(license license:expat)))
;;;
;;; 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