[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
209/435: gnu: texlive-beamer: Refresh package definition.
From: |
guix-commits |
Subject: |
209/435: gnu: texlive-beamer: Refresh package definition. |
Date: |
Tue, 6 Jun 2023 11:39:44 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit e0252d5191773c1769aefeed41aa390eb078314a
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 40ee557680..e004c224a9 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10345,19 +10345,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
- 127/435: gnu: Add texlive-newverbs., (continued)
- 127/435: gnu: Add texlive-newverbs., guix-commits, 2023/06/06
- 120/435: gnu: texlive-fonts-rsfs -> texlive-rsfs., guix-commits, 2023/06/06
- 136/435: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/06/06
- 74/435: gnu: texlive-latex-cmap -> texlive-cmap., guix-commits, 2023/06/06
- 79/435: gnu: texlive-latex-jknapltx -> texlive-jknapltx., guix-commits, 2023/06/06
- 176/435: gnu: texlive-xifthen: Refresh package definition., guix-commits, 2023/06/06
- 178/435: gnu: texlive-eurosym: Refresh package definition., guix-commits, 2023/06/06
- 180/435: gnu: Add texlive-listngsutf8., guix-commits, 2023/06/06
- 202/435: gnu: texlive-biblatex-apa: Refresh package definition., guix-commits, 2023/06/06
- 214/435: gnu: texlive-ulem: Refresh package definition., guix-commits, 2023/06/06
- 209/435: gnu: texlive-beamer: Refresh package definition.,
guix-commits <=
- 215/435: gnu: texlive-pdftex: Refresh package definition., guix-commits, 2023/06/06
- 223/435: gnu: texlive-paralist: Fix build., guix-commits, 2023/06/06
- 225/435: gnu: Add texlive-xmltexconfig., guix-commits, 2023/06/06
- 233/435: gnu: texlive-mathdots: Refresh package definition., guix-commits, 2023/06/06
- 249/435: gnu: texlive-eso-pic: Refresh package definition., guix-commits, 2023/06/06
- 126/435: gnu: texlive-bibtex: Refresh package definition., guix-commits, 2023/06/06
- 206/435: gnu: texlive-iftex: Refresh package definition., guix-commits, 2023/06/06
- 221/435: gnu: texlive-libertine: Refresh package definition., guix-commits, 2023/06/06
- 217/435: gnu: texlive-wasy: Refresh package definition., guix-commits, 2023/06/06
- 234/435: gnu: texlive-bigfoot: Refresh package definition., guix-commits, 2023/06/06