guix-commits
[Top][All Lists]
Advanced

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

140/243: gnu: Add texlive-lshort-french.


From: guix-commits
Subject: 140/243: gnu: Add texlive-lshort-french.
Date: Fri, 11 Aug 2023 08:46:00 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 568da2eb97d78e6628ab5099087bc14f0f3a2d99
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 10 09:20:08 2023 +0200

    gnu: Add texlive-lshort-french.
    
    * gnu/packages/tex.scm (texlive-lshort-french): 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 77736a39cd..58d13f8b69 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5474,6 +5474,24 @@ other languages; see the @code{lshort} catalogue entry 
for the current list.")
 LaTeX2e}, with added coverage of Finnish typesetting rules.")
     (license license:public-domain)))
 
+(define-public texlive-lshort-french
+  (package
+    (name "texlive-lshort-french")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/lshort-french/")
+             (base32
+              "1hdl0w7b1ablx7qfcvgniz7dcbgazb49b8wfw7c08hlb38gxfqh7")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/lshort-french";)
+    (synopsis "Short introduction to LaTeX, French translation")
+    (description
+     "This package contains a French version of a @emph{(Not so) short
+introduction to LaTeX2e}.")
+    (license license:gpl3+)))
+
 (define-public texlive-lshort-slovak
   (package
     (name "texlive-lshort-slovak")



reply via email to

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