me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-beamerthemenord.

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

View File

@ -74213,6 +74213,24 @@ Carlos, Brazil.")
nothing more than style file needed for preparing presentations.")
(license license:lppl)))
(define-public texlive-beamerthemenord
(package
(name "texlive-beamerthemenord")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/beamerthemenord/"
"tex/latex/beamerthemenord/")
(base32
"1wb62lqlzaim5lbc0293cjrg1sxp6knrnsqdb7p2rqqlf46wjh34")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/beamerthemenord")
(synopsis "Simple Beamer theme using the Nord color theme")
(description
"This package provides a simple Beamer theme using the Nord color theme.")
(license license:lppl1.3c)))
;;;
;;; 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