gnu: Add texlive-beamerthemeamurmaple.

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

View file

@ -74140,6 +74140,25 @@ (define-public texlive-beamertheme-upenn-bc
presentation theme Warsaw.")
(license license:lppl)))
(define-public texlive-beamerthemeamurmaple
(package
(name "texlive-beamerthemeamurmaple")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/beamerthemeamurmaple/"
"tex/latex/beamerthemeamurmaple/")
(base32
"1mjw8nx23fvmjf87p54dpfcfjlhcham3hwh3b2r3dll68af3grbg")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/beamerthemeamurmaple")
(synopsis "Modern Beamer theme")
(description
"This Beamer theme is a suitable theme for presentations in applied
mathematics research.")
(license license:lppl1.3+)))
;;;
;;; 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