me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-beamertheme-arguelles.

* gnu/packages/tex.scm (texlive-beamertheme-arguelles): New variable.
master
Nicolas Goaziou 2023-08-29 15:44:24 +02:00
parent 9479e941b8
commit c5ee721f37
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -73788,6 +73788,27 @@ reordering the source. Its principal use is to embed or append frames with
details on some subject.")
(license license:lppl)))
(define-public texlive-beamertheme-arguelles
(package
(name "texlive-beamertheme-arguelles")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/beamertheme-arguelles/"
"tex/latex/beamertheme-arguelles/")
(base32
"1kdh445csxsw415b3yvplp5w67hm36g7m0m2bmrx7ds4f9pzvmb0")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/beamertheme-arguelles")
(synopsis "Simple, typographic Beamer theme")
(description
"Arguelles is a Beamer theme that helps you create beautiful presentations.
It aims for simplicity and readability by following best practices of graphic
design. The layout is elegant but subtle, so as to keep the audience's
attention on your content.")
(license license:expat)))
;;;
;;; 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