guix-commits
[Top][All Lists]
Advanced

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

119/243: gnu: Add texlive-apprendre-a-programmer-en-tex.


From: guix-commits
Subject: 119/243: gnu: Add texlive-apprendre-a-programmer-en-tex.
Date: Fri, 11 Aug 2023 08:45:55 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 7d41edfba314790b80a773b358da3e9a8a80eff0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 18:13:03 2023 +0200

    gnu: Add texlive-apprendre-a-programmer-en-tex.
    
    * gnu/packages/tex.scm (texlive-apprendre-a-programmer-en-tex): New 
variable.
---
 gnu/packages/tex.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 82483a05d2..e021099ba4 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1602,6 +1602,26 @@ Operands may be numbers with arbitrary numbers of 
digits; scientific notation
 is allowed.  The expression scanner is also provided.")
     (license license:public-domain)))
 
+(define-public texlive-apprendre-a-programmer-en-tex
+  (package
+    (name "texlive-apprendre-a-programmer-en-tex")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/plain/apprendre-a-programmer-en-tex/")
+             (base32
+              "05779lk9v849k712wfjv0mhyzahwpl4n892ydamfdc5yg05bsnyv")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/apprendre-a-programmer-en-tex";)
+    (synopsis "@emph{Apprendre à programmer en TeX} book")
+    (description
+     "This book explains the basic concepts required for programming in TeX
+and explains the programming methods, providing many examples.  The package
+makes the compileable source code as well as the compiled PDF file accessible
+to everyone.")
+    (license license:lppl1.2+)))
+
 (define-public texlive-apxproof
   (package
     (name "texlive-apxproof")



reply via email to

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