[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
209/452: gnu: texlive-beamer: Refresh package definition.
From: |
guix-commits |
Subject: |
209/452: gnu: texlive-beamer: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:24 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 16b5e2112b417e7376da0495929f71656495237f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 21:29:09 2023 +0200
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.
---
gnu/packages/tex.scm | 35 +++++++++++++++++++++++++----------
1 file changed, 25 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 54ba335fa5..4e6a558713 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -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
- 190/452: gnu: texlive-bera: Refresh package definition., (continued)
- 190/452: gnu: texlive-bera: Refresh package definition., guix-commits, 2023/06/09
- 195/452: gnu: texlive-mathpazo: Refresh package definition., guix-commits, 2023/06/09
- 189/452: gnu: texlive-fourier: Refresh package definition., guix-commits, 2023/06/09
- 200/452: gnu: texlive-units: Refresh package definition., guix-commits, 2023/06/09
- 193/452: gnu: texlive-fpl: Refresh package definition., guix-commits, 2023/06/09
- 197/452: gnu: texlive-caption: Refresh package definition., guix-commits, 2023/06/09
- 186/452: gnu: texlive-cabin: Refresh package definition., guix-commits, 2023/06/09
- 199/452: gnu: texlive-microtype: Refresh package definition., guix-commits, 2023/06/09
- 191/452: gnu: texlive-mathdesign: Refresh package definition., guix-commits, 2023/06/09
- 198/452: gnu: texlive-minted: Refresh package definition., guix-commits, 2023/06/09
- 209/452: gnu: texlive-beamer: Refresh package definition.,
guix-commits <=
- 211/452: gnu: texlive-xypic: Refresh package definition., guix-commits, 2023/06/09
- 213/452: gnu: texlive-pgf: Refresh package definition., guix-commits, 2023/06/09
- 215/452: gnu: texlive-pdftex: Refresh package definition., guix-commits, 2023/06/09
- 221/452: gnu: texlive-libertine: Refresh package definition., guix-commits, 2023/06/09
- 223/452: gnu: texlive-paralist: Fix build., guix-commits, 2023/06/09
- 228/452: gnu: texlive-psnfss: Refresh package definition., guix-commits, 2023/06/09
- 229/452: gnu: texlive-babel-swedish: Refresh package definition., guix-commits, 2023/06/09
- 232/452: gnu: texlive-babel: Refresh package definition., guix-commits, 2023/06/09
- 233/452: gnu: texlive-mathdots: Refresh package definition., guix-commits, 2023/06/09
- 235/452: gnu: texlive-filemod: Refresh package definition., guix-commits, 2023/06/09