guix-commits
[Top][All Lists]
Advanced

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

28/296: gnu: Add texlive-beamer-fuberlin.


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

ngz pushed a commit to branch master
in repository guix.

commit 61d8679d7e45b1a321ed034c2021026617ad48bc
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:22:58 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 290559079a..789ab7e4b6 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4517,6 +4517,27 @@ bold.")
 It may use either TikZ or PSTricks as graphics engine.")
     (license license:lppl1.3+)))
 
+(define-public texlive-beamer-fuberlin
+  (package
+    (name "texlive-beamer-fuberlin")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/beamer-fuberlin/"
+                   "tex/latex/beamer-fuberlin/")
+             (base32
+              "03zp6gpzilcfgrbz1lh8lpldvkf9g98f45fhsb72ikgjnka6211c")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/beamer-fuberlin";)
+    (synopsis "Beamer, using the style of FU Berlin")
+    (description
+     "The bundle provides a @code{beamer}-derived class and a theme style file
+for the corporate design of the Free University in Berlin.  Users may use the
+class itself (FUbeamer) or use the theme in the usual way with
+@code{\\usetheme@{BerlinFU@}}.")
+    (license license:lppl)))
+
 (define-public texlive-beebe
   (package
     (name "texlive-beebe")



reply via email to

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