gnu: Add texlive-appendixnumberbeamer.

* gnu/packages/tex.scm (texlive-appendixnumberbeamer): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:43:49 +02:00
parent b9a0506d0c
commit 138c8bf6c4
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -72947,6 +72947,27 @@ (define-public texlive-answers
sheets.")
(license license:lppl)))
(define-public texlive-appendixnumberbeamer
(package
(name "texlive-appendixnumberbeamer")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/appendixnumberbeamer/"
"tex/latex/appendixnumberbeamer/")
(base32
"11cv55lzk9s5nnkad41s793qfnin5fpz3gl2h43rsswnqhmisxls")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/appendixnumberbeamer")
(synopsis "Manage frame numbering in appendixes in beamer")
(description
"This package fixes the frame numbering in Beamer when using an appendix such
that the slides from the appendix are not counted in the total frame number of
the main part of the document. The total frame number counter is reset to
0 when entering the appendix.")
(license license:gpl3)))
;;;
;;; 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