me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-fancyslides.

* gnu/packages/tex.scm (texlive-fancyslides): New variable.
master
Nicolas Goaziou 2023-08-29 15:50:00 +02:00
parent d061149387
commit 49c5ebe9c7
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -81797,6 +81797,27 @@ mathematics.")
of the @code{qrcode} package.")
(license license:gpl3)))
(define-public texlive-fancyslides
(package
(name "texlive-fancyslides")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/fancyslides/"
"tex/latex/fancyslides/")
(base32
"0z233j16v6rgrz7y3wlsnp8ff93ybp0154vayh8p0pwh9vvvmkzw")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/fancyslides")
(synopsis "Custom presentation class built upon LaTeX Beamer")
(description
"This class is prepared for short presentations with a modern look & feel. It
offers the following features: custom background for each slide, predefined
types of slides, simplified commands (e.g. for starting and ending slide).
The class is built upon LaTeX Beamer, so all Beamer commands should work.")
(license license:lppl1.3+)))
;;;
;;; 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