me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-appendixnumberbeamer.

* gnu/packages/tex.scm (texlive-appendixnumberbeamer): New variable.
master
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
1 changed files with 21 additions and 0 deletions

View File

@ -72947,6 +72947,27 @@ though they may possibly have a prefix, and a suffix (the
sheets.") sheets.")
(license license:lppl))) (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 ;;; 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 ;;; of a merge conflict, place them above by existing packages with similar