guix-commits
[Top][All Lists]
Advanced

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

237/243: gnu: Add texlive-es-tex-faq.


From: guix-commits
Subject: 237/243: gnu: Add texlive-es-tex-faq.
Date: Fri, 11 Aug 2023 08:46:28 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit e6fe33f093c3d80cd8ef83fcadcc134cfbe70444
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 11 00:32:04 2023 +0200

    gnu: Add texlive-es-tex-faq.
    
    * gnu/packages/tex.scm (texlive-es-tex-faq): 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 1337a05f58..81b5e4f34d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -27588,6 +27588,24 @@ via one of the packages @code{calrsfs} and 
@code{mathrsfs}.")
 
 (define-deprecated-package texlive-fonts-rsfs texlive-rsfs)
 
+(define-public texlive-es-tex-faq
+  (package
+    (name "texlive-es-tex-faq")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/es-tex-faq/")
+             (base32
+              "0wp5jx1qs4yp3y4qpwqhpw7rnilw3vb2z5xb4lzwph6zw27jf6sd")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/faq-es";)
+    (synopsis "CervanTeX (Spanish TeX Group) FAQ")
+    (description
+     "This package provides the SGML source, converted LaTeX version, and
+readable copies of the FAQ from the Spanish TeX users group.")
+    (license license:lppl)))
+
 (define-public texlive-eso-pic
   (package
     (name "texlive-eso-pic")



reply via email to

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