guix-commits
[Top][All Lists]
Advanced

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

125/243: gnu: Add texlive-booktabs-fr.


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

ngz pushed a commit to branch master
in repository guix.

commit 4b89a64beedfeef41149d48bfc1a80439432a118
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 18:14:24 2023 +0200

    gnu: Add texlive-booktabs-fr.
    
    * gnu/packages/tex.scm (texlive-booktabs-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 940775df03..0c4fad01bb 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2168,6 +2168,24 @@ convert atomic numbers to element symbols or element 
names and vice versa.")
 characters.")
     (license license:gpl3+)))
 
+(define-public texlive-booktabs-fr
+  (package
+    (name "texlive-booktabs-fr")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/booktabs-fr/")
+             (base32
+              "1xkqh6r2q835xaa92b24fzf61jsm85280570hivvwnch96i4fnh3")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/booktabs-fr";)
+    (synopsis "French translation of @code{booktabs} documentation")
+    (description
+     "This package provides a French translation of @code{booktabs}
+documentation.")
+    (license license:lppl)))
+
 (define-public texlive-borceux
   (package
     (name "texlive-borceux")



reply via email to

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