gnu: Add texlive-beamerthemenirma.

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

View file

@ -74194,6 +74194,25 @@ (define-public texlive-beamerthemelalic
Carlos, Brazil.")
(license license:gpl3+)))
(define-public texlive-beamerthemenirma
(package
(name "texlive-beamerthemenirma")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/beamerthemenirma/"
"tex/latex/beamerthemenirma/")
(base32
"09p6ip8di5i2gfms3s0iy17175y50v09v23pl5w6977l30wwyyas")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/beamerthemenirma")
(synopsis "Beamer theme for academic presentations")
(description
"The package is developed for academic purposes. The distribution includes
nothing more than style file needed for preparing presentations.")
(license license:lppl)))
;;;
;;; 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