guix-commits
[Top][All Lists]
Advanced

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

135/243: gnu: Add texlive-impatient-fr.


From: guix-commits
Subject: 135/243: gnu: Add texlive-impatient-fr.
Date: Fri, 11 Aug 2023 08:45:58 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit f185f81c72179209edc9c6eee0e554855dda87a5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 10 09:17:50 2023 +0200

    gnu: Add texlive-impatient-fr.
    
    * gnu/packages/tex.scm (texlive-impatient-fr): 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 f1f25851a9..6a9d63079c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4747,6 +4747,24 @@ when using for open intervals.")
      "@emph{TeX for the Impatient} is a book on TeX, Plain TeX and Eplain.")
     (license license:fdl1.3+)))
 
+(define-public texlive-impatient-fr
+  (package
+    (name "texlive-impatient-fr")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/plain/impatient-fr/")
+             (base32
+              "1qwdllmi0ci304smf4yl6g8ah083jrch9clkyav7r5qsxnhwxbxh")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/impatient";)
+    (synopsis "French translation of @emph{TeX for the Impatient} book")
+    (description
+     "@emph{TeX for the Impatient} is a book (of around 350 pages) on TeX,
+Plain TeX and Eplain.  This is its French translation.")
+    (license license:fdl1.3+)))
+
 (define-public texlive-includernw
   (package
     (name "texlive-includernw")



reply via email to

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