guix-commits
[Top][All Lists]
Advanced

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

152/243: gnu: Add texlive-visualfaq-fr.


From: guix-commits
Subject: 152/243: gnu: Add texlive-visualfaq-fr.
Date: Fri, 11 Aug 2023 08:46:04 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit a496516c12fe9732e2b5b78323f0971993f4e635
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 10 09:26:02 2023 +0200

    gnu: Add texlive-visualfaq-fr.
    
    * gnu/packages/tex.scm (texlive-visualfaq-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 972ee8f701..3be3d9748e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -18019,6 +18019,25 @@ piece of text and the @emph{Visual LaTeX FAQ} will 
send your web browser to
 the appropriate page in the TeX FAQ.")
     (license license:lppl)))
 
+(define-public texlive-visualfaq-fr
+  (package
+    (name "texlive-visualfaq-fr")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/visualfaq-fr/")
+             (base32
+              "0xk0qly49dqkrw1qjhnyp4r7y5jykghlp1y26hipghlaqqhdynga")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/visualfaq-fr";)
+    (synopsis "FAQ LaTeX visuelle francophone")
+    (description
+     "The Visual LaTeX FAQ is an innovative new search interface on LaTeX
+Frequently Asked Questions.  This version is a French translation, offering
+links to the French-speaking LaTeX FAQ.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-visualpstricks
   (package
     (name "texlive-visualpstricks")



reply via email to

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