guix-commits
[Top][All Lists]
Advanced

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

88/243: gnu: Add texlive-babel-latin.


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

ngz pushed a commit to branch master
in repository guix.

commit dc2e6f707d4df9654b517a2eda08495980fa812f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 18:00:32 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 7ed7c0ee4a..5a7cc53ef1 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -20448,6 +20448,28 @@ a Latin-based alphabet.  The @code{arabxetex} package 
offers support for
 Kurdish written in Arabic script.")
     (license license:lppl1.3+)))
 
+(define-public texlive-babel-latin
+  (package
+    (name "texlive-babel-latin")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/babel-latin/"
+                   "source/generic/babel-latin/"
+                   "tex/generic/babel-latin/")
+             (base32
+              "1ykiny7rcz5czsadxfxl53403ixkyxi67dqlphqaxkvvm2k61kpb")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/babel-latin";)
+    (synopsis "Babel support for Latin")
+    (description
+     "The Babel-latin package provides the Babel languages @code{latin},
+ @code{classiclatin}, @code{medievallatin}, and @code{ecclesiasticlatin}.  It
+also defines several useful shorthands as well as some modifiers for
+typographical fine-tuning.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-babel-portuges
   (package
     (name "texlive-babel-portuges")



reply via email to

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