mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 02:03:29 -05:00
gnu: Add texlive-beamerthemejltree.
* gnu/packages/tex.scm (texlive-beamerthemejltree): New variable.
This commit is contained in:
parent
1e9e583795
commit
6898387100
1 changed files with 15 additions and 0 deletions
|
@ -74159,6 +74159,21 @@ (define-public texlive-beamerthemeamurmaple
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue