me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-beamertheme-saintpetersburg.

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

View File

@ -74004,6 +74004,27 @@ be attractive.")
@end itemize")
(license license:gpl3+)))
(define-public texlive-beamertheme-saintpetersburg
(package
(name "texlive-beamertheme-saintpetersburg")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/beamertheme-saintpetersburg/"
"source/latex/beamertheme-saintpetersburg/"
"tex/latex/beamertheme-saintpetersburg/")
(base32
"1wnhl4l07x88bw1xps6xygmr704513k2b8jq7g9magq3hjv0bkp0")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/beamertheme-saintpetersburg")
(synopsis
"Beamer theme with colours and fonts of Saint Petersburg State University")
(description
"This minimalistic beamer Theme incorporates Saint Petersburg State University
colours and fonts. It is suitable for both presentations and posters.")
(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