Archived
1
0
Fork 0

gnu: texlive-beamer: Refresh package definition.

* gnu/packages/tex.scm (texlive-beamer): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-AMSFONTS, TEXLIVE-AMSMATH, TEXLIVE-ATBEGSHI,
TEXLIVE-ETOOLBOX, TEXLIVE-GRAPHICS, TEXLIVE-HYPERREF, TEXLIVE-IFTEX,
TEXLIVE-OBERDIEK, TEXLIVE-PGF, TEXLIVE-TOOLS, TEXLIVE-TRANSLATOR, TEXLIVE-UCS, TEXLIVE-XCOLOR.
This commit is contained in:
Nicolas Goaziou 2023-05-15 21:29:09 +02:00
parent 9a33ab9fec
commit c5cfdf215d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -10337,19 +10337,34 @@ for a wealth of support information.")
(define-public texlive-beamer
(package
(inherit (simple-texlive-package
"texlive-beamer"
(list "/doc/latex/beamer/"
"/tex/latex/beamer/")
(base32
"091n27n4l3iac911bvmpp735ffryyzaq46mkclgn3q9jsvc4ngiv")
#:trivial? #t))
(name "texlive-beamer")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/beamer/"
"tex/latex/beamer/")
(base32
"091n27n4l3iac911bvmpp735ffryyzaq46mkclgn3q9jsvc4ngiv")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(propagated-inputs
(list texlive-hyperref texlive-oberdiek texlive-etoolbox
texlive-pgf))
(list texlive-amsfonts
texlive-amsmath
texlive-atbegshi
texlive-etoolbox
texlive-graphics
texlive-hyperref
texlive-iftex
texlive-oberdiek
texlive-pgf
texlive-tools
texlive-translator
texlive-ucs
texlive-xcolor))
(home-page "https://www.ctan.org/pkg/beamer")
(synopsis "LaTeX class for producing presentations and slides")
(description "The beamer LaTeX class can be used for producing slides.
(description
"The @code{beamer} LaTeX class can be used for producing slides.
The class works in both PostScript and direct PDF output modes, using the
@code{pgf} graphics system for visual effects. Content is created in the
@code{frame} environment, and each frame can be made up of a number of slides