guix-commits
[Top][All Lists]
Advanced

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

01/243: gnu: Add texlive-babel-slovak.


From: guix-commits
Subject: 01/243: gnu: Add texlive-babel-slovak.
Date: Fri, 11 Aug 2023 08:45:20 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 3483faff2e56e37a8b4ca19b891b16a32169d599
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 11:52:11 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index fa7c2fe30c..0bf8b9c712 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -19077,6 +19077,27 @@ Portuguese and Brazilian Portuguese in Babel.  Some 
shortcuts are defined, as
 well as translations to Portuguese of standard LaTeX names.")
     (license license:lppl1.3+)))
 
+(define-public texlive-babel-slovak
+  (package
+    (name "texlive-babel-slovak")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/babel-slovak/"
+                   "source/generic/babel-slovak/"
+                   "tex/generic/babel-slovak/")
+             (base32
+              "16w95j3ckvjvmwccx2qvf7lq3b3zvnlf7ygm35i8xq22f3lm2a9k")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/babel-slovak";)
+    (synopsis "Babel support for typesetting Slovak")
+    (description
+     "The package provides the language definition file for support of Slovak
+in Babel, including Slovak variants of LaTeX built-in-names.  Shortcuts are
+also defined.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-babel-spanish
   (package
     (name "texlive-babel-spanish")



reply via email to

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