gnu: Add texlive-beamertheme-light.

* gnu/packages/tex.scm (texlive-beamertheme-light): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:44:29 +02:00
parent b480cd675a
commit aed175fa0b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -73901,6 +73901,25 @@ (define-public texlive-beamertheme-focus
directly on the content.") directly on the content.")
(license license:gpl3))) (license license:gpl3)))
(define-public texlive-beamertheme-light
(package
(name "texlive-beamertheme-light")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/beamertheme-light/"
"tex/latex/beamertheme-light/")
(base32
"0yknbvp325d3xkgnb76a4ndk2c99mnig6ylmpqrn9srgj1h4ckiw")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/beamertheme-light")
(synopsis "Minimal Beamer style")
(description
"The LaTeX package @code{beamertheme-light} provides an aesthetic and minimal
Beamer style by redefining colors and fonts.")
(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