guix-commits
[Top][All Lists]
Advanced

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

138/243: gnu: Add texlive-latex2e-help-texinfo-fr.


From: guix-commits
Subject: 138/243: gnu: Add texlive-latex2e-help-texinfo-fr.
Date: Fri, 11 Aug 2023 08:45:59 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 35c54f7c092bb0b82267e3e9f1d41f80b7933c12
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 10 09:19:13 2023 +0200

    gnu: Add texlive-latex2e-help-texinfo-fr.
    
    * gnu/packages/tex.scm (texlive-latex2e-help-texinfo-fr): New variable.
---
 gnu/packages/tex.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index d45a60ce3a..182374983c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5164,6 +5164,25 @@ practical guide to LaTeX2e by Mark Trettin.  It focuses 
on obsolete packages
 and commands.")
     (license license:fdl1.2+)))
 
+(define-public texlive-latex2e-help-texinfo-fr
+  (package
+    (name "texlive-latex2e-help-texinfo-fr")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/info/latex2e-fr.info"
+                   "doc/latex/latex2e-help-texinfo-fr/")
+             (base32
+              "13s0zjwk3m95kbx4qrz2xwp8kifzc2zmasp1ks9l2acf1nqfac9p")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/latex2e-help-texinfo-fr";)
+    (synopsis "French translation of @code{latex2e-help-texinfo}")
+    (description
+     "This package provides a complete French translation of
+@code{latex2e-help-texinfo}.")
+    (license license:public-domain)))
+
 (define-public texlive-letterswitharrows
   (package
     (name "texlive-letterswitharrows")



reply via email to

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