guix-commits
[Top][All Lists]
Advanced

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

235/243: gnu: Add texlive-babel-catalan.


From: guix-commits
Subject: 235/243: gnu: Add texlive-babel-catalan.
Date: Fri, 11 Aug 2023 08:46:28 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit a2e7254b18c41c9192c7385771cc66310db479cb
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 11 00:31:30 2023 +0200

    gnu: Add texlive-babel-catalan.
    
    * gnu/packages/tex.scm (texlive-babel-catalan): New variable.
---
 gnu/packages/tex.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index c308015494..0edbd3250d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -22060,6 +22060,26 @@ rules of its own; this package provides an appropriate 
selection of French and
 British typographic rules.")
     (license license:lppl1.3+)))
 
+(define-public texlive-babel-catalan
+  (package
+    (name "texlive-babel-catalan")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/babel-catalan/"
+                   "source/generic/babel-catalan/"
+                   "tex/generic/babel-catalan/")
+             (base32
+              "162ih5948z2kbxqxf7bp94ffg7f2b5l8ffa9w304868hj9ik6jfk")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/babel-catalan";)
+    (synopsis "Babel contributed support for Catalan")
+    (description
+     "The package establishes Catalan conventions in a document (or a subset
+of the conventions, if Catalan is not the main language of the document).")
+    (license license:lppl1.3+)))
+
 (define-public texlive-babel-croatian
   (package
     (name "texlive-babel-croatian")



reply via email to

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