me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-beamertheme-pure-minimalistic.

* gnu/packages/tex.scm (texlive-beamertheme-pure-minimalistic): New variable.
master
Nicolas Goaziou 2023-08-29 15:44:32 +02:00
parent f16c24e78f
commit 30a9adda6a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 26 additions and 0 deletions

View File

@ -73978,6 +73978,32 @@ Sefiroth Consulting, FOM, FOM ifes and eufom.")
be attractive.")
(license license:gpl3+)))
(define-public texlive-beamertheme-pure-minimalistic
(package
(name "texlive-beamertheme-pure-minimalistic")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/beamertheme-pure-minimalistic/"
"tex/latex/beamertheme-pure-minimalistic/")
(base32
"1zn8a4jjq5m9d1v0jqr7c4yrhjbhnz5rspbady1cgwn14hpa0xpg")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/beamertheme-pure-minimalistic")
(synopsis "Minimalistic presentation theme for LaTeX Beamer")
(description
"The main features of this minimalistic Beamer theme are:
@itemize
@item easily use own logos;
@item customizable;
@item looks good in a 4:3 and 16:9 aspect ratio;
@item provides an environment for vertically-spaced items;
@item provides light and dark mode;
@item is designed to be purely minimalistic without any distractions.
@end itemize")
(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