guix-commits
[Top][All Lists]
Advanced

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

149/243: gnu: Add texlive-translation-natbib-fr.


From: guix-commits
Subject: 149/243: gnu: Add texlive-translation-natbib-fr.
Date: Fri, 11 Aug 2023 08:46:03 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 21d782ab5c474b2fa9db0136887fd06016040fbf
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 10 09:25:22 2023 +0200

    gnu: Add texlive-translation-natbib-fr.
    
    * gnu/packages/tex.scm (texlive-translation-natbib-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 5aed95d82f..5880b6a61e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8175,6 +8175,24 @@ display calculators, specifically the TI-82 STATS.")
 @code{dcolumn}.")
     (license license:lppl)))
 
+(define-public texlive-translation-natbib-fr
+  (package
+    (name "texlive-translation-natbib-fr")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/translation-natbib-fr/")
+             (base32
+              "0f0r1n8q3jkxsdcddabsgz9h9ndq4yffdpxdqxvqjmhfafhzwgkg")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/translation-natbib-fr";)
+    (synopsis "French translation of the documentation of @code{natbib}")
+    (description
+     "This package provides a French translation of the documentation of
+@code{natbib}.")
+    (license license:lppl)))
+
 (define-public texlive-turnstile
   (package
     (name "texlive-turnstile")



reply via email to

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