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:
parent
9a33ab9fec
commit
c5cfdf215d
1 changed files with 25 additions and 10 deletions
|
@ -10337,19 +10337,34 @@ for a wealth of support information.")
|
||||||
|
|
||||||
(define-public texlive-beamer
|
(define-public texlive-beamer
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(name "texlive-beamer")
|
||||||
"texlive-beamer"
|
(version (number->string %texlive-revision))
|
||||||
(list "/doc/latex/beamer/"
|
(source (texlive-origin
|
||||||
"/tex/latex/beamer/")
|
name version
|
||||||
|
(list "doc/latex/beamer/"
|
||||||
|
"tex/latex/beamer/")
|
||||||
(base32
|
(base32
|
||||||
"091n27n4l3iac911bvmpp735ffryyzaq46mkclgn3q9jsvc4ngiv")
|
"091n27n4l3iac911bvmpp735ffryyzaq46mkclgn3q9jsvc4ngiv")))
|
||||||
#:trivial? #t))
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list texlive-hyperref texlive-oberdiek texlive-etoolbox
|
(list texlive-amsfonts
|
||||||
texlive-pgf))
|
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")
|
(home-page "https://www.ctan.org/pkg/beamer")
|
||||||
(synopsis "LaTeX class for producing presentations and slides")
|
(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
|
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{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
|
@code{frame} environment, and each frame can be made up of a number of slides
|
||||||
|
|
Reference in a new issue