guix-commits
[Top][All Lists]
Advanced

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

225/243: gnu: Add texlive-beamer-tut-pt.


From: guix-commits
Subject: 225/243: gnu: Add texlive-beamer-tut-pt.
Date: Fri, 11 Aug 2023 08:46:26 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit d6944d572f57a1ae481c0e3fb1892007063c4978
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 11 00:26:48 2023 +0200

    gnu: Add texlive-beamer-tut-pt.
    
    * gnu/packages/tex.scm (texlive-beamer-tut-pt): 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 cbb6a6deae..d7fbcdbe79 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -31642,6 +31642,24 @@ effects, varying slide transitions and animations.")
 
 (define-deprecated-package texlive-latex-beamer texlive-beamer)
 
+(define-public texlive-beamer-tut-pt
+  (package
+    (name "texlive-beamer-tut-pt")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/beamer-tut-pt/")
+             (base32
+              "0ayh3kbh11l4nyyzp2kcwzn0phqhzawppy044iyl1wwwc2v3zx5b")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/beamer-tut-pt";)
+    (synopsis "Introduction to the @code{beamer} class, in Portuguese")
+    (description
+     "This package provides an introduction to the @code{beamer} class, in
+Portuguese.")
+    (license license:gpl3+)))
+
 (define-public texlive-xmpincl
   (package
     (name "texlive-xmpincl")



reply via email to

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