me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-beamerthemejltree.

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

View File

@ -74159,6 +74159,21 @@ presentation theme Warsaw.")
mathematics research.")
(license license:lppl1.3+)))
(define-public texlive-beamerthemejltree
(package
(name "texlive-beamerthemejltree")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "tex/latex/beamerthemejltree/")
(base32
"02ccd8qqyjkvqqyxr94p1gc6qjryl83vpa72wcm5ywr8gmxci0pi")))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/beamerthemejltree")
(synopsis "Contributed Beamer theme")
(description "This package provides a theme for Beamer presentations.")
(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