me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-beamer-rl.

* gnu/packages/tex.scm (texlive-beamer-rl): New variable.
master
Nicolas Goaziou 2023-08-29 15:44:16 +02:00
parent 6b27fdec2c
commit e2cc1cbc7a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -73581,6 +73581,25 @@ these algorithms.")
X-axis. The focus of the package is simplicity and aesthetics.")
(license license:expat)))
(define-public texlive-beamer-rl
(package
(name "texlive-beamer-rl")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/lualatex/beamer-rl/"
"tex/lualatex/beamer-rl/")
(base32
"0d38vgfb8c57zkjl8xx0xrwdbpy4lfkcxsalrfyhnxpfz25rzgy1")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/beamer-rl")
(synopsis "Right to left presentation with beamer and babel")
(description
"This class provides patches of some Beamer templates and commands for
presentation from right to left. It requires Babel with the LuaTeX engine.")
(license license:lppl1.3c)))
;;;
;;; 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