guix-commits
[Top][All Lists]
Advanced

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

226/243: gnu: Add texlive-cursolatex.


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

ngz pushed a commit to branch master
in repository guix.

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

    gnu: Add texlive-cursolatex.
    
    * gnu/packages/tex.scm (texlive-cursolatex): 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 d7fbcdbe79..3e4d2e2630 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -25442,6 +25442,24 @@ available, together with the parent (including file) 
and parents (all
 including files to the root of the tree).  The package supersedes FiNK.")
     (license license:lppl1.3+)))
 
+(define-public texlive-cursolatex
+  (package
+    (name "texlive-cursolatex")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/cursolatex/")
+             (base32
+              "048s5fg8c19s3zbl2dkmh8ffkicb8fd9n46m0iqrc39i0wrh7p12")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/cursolatex";)
+    (synopsis "LaTeX tutorial, in Portuguese")
+    (description
+     "This package provides a LaTeX tutorial, in Portuguese.  The tutorial is
+presented as a set of slides.")
+    (license license:gpl3+)))
+
 (define-public texlive-calrsfs
   (package
     (name "texlive-calrsfs")



reply via email to

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