guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

29/296: gnu: Add texlive-beamer-verona.


From: guix-commits
Subject: 29/296: gnu: Add texlive-beamer-verona.
Date: Thu, 24 Aug 2023 05:19:49 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 9896841d8a1060d2ddb43f44049c22aed70143fd
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:23:12 2023 +0200

    gnu: Add texlive-beamer-verona.
    
    * gnu/packages/tex.scm (texlive-beamer-verona): New variable.
---
 gnu/packages/tex.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 789ab7e4b6..8ddc00afe0 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4538,6 +4538,24 @@ class itself (FUbeamer) or use the theme in the usual 
way with
 @code{\\usetheme@{BerlinFU@}}.")
     (license license:lppl)))
 
+(define-public texlive-beamer-verona
+  (package
+    (name "texlive-beamer-verona")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/beamer-verona/"
+                   "tex/latex/beamer-verona/")
+             (base32
+              "0q79bdsc98a3y5h0yb3qwpsd0yyfyaxfjfhn4xkxf2qzyfp1mgd5")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/beamer-verona";)
+    (synopsis "Theme for the @code{beamer} class")
+    (description
+     "This package provides the Verona theme for the @code{beamer} class.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-beebe
   (package
     (name "texlive-beebe")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]