[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")
- 192/243: gnu: Add texlive-umlaute., (continued)
- 192/243: gnu: Add texlive-umlaute., guix-commits, 2023/08/11
- 234/243: gnu: Add texlive-collection-langportuguese., guix-commits, 2023/08/11
- 233/243: gnu: Add texlive-xypic-tut-pt., guix-commits, 2023/08/11
- 235/243: gnu: Add texlive-babel-catalan., guix-commits, 2023/08/11
- 76/243: gnu: Add texlive-yet-another-guide-latex2e., guix-commits, 2023/08/11
- 77/243: gnu: Add texlive-collection-langenglish., guix-commits, 2023/08/11
- 82/243: gnu: Add texlive-babel-croatian., guix-commits, 2023/08/11
- 87/243: gnu: Add texlive-babel-kurmanji., guix-commits, 2023/08/11
- 81/243: gnu: Add texlive-babel-breton., guix-commits, 2023/08/11
- 89/243: gnu: Add texlive-babel-latvian., guix-commits, 2023/08/11
- 88/243: gnu: Add texlive-babel-latin.,
guix-commits <=
- 84/243: gnu: Add texlive-babel-friulan., guix-commits, 2023/08/11
- 90/243: gnu: Add texlive-babel-lithuanian., guix-commits, 2023/08/11
- 111/243: gnu: Add texlive-lshort-slovenian., guix-commits, 2023/08/11
- 112/243: gnu: Add texlive-lshort-turkish., guix-commits, 2023/08/11
- 103/243: gnu: Add texlive-hrlatex., guix-commits, 2023/08/11
- 106/243: gnu: Add texlive-kaytannollista-latexia., guix-commits, 2023/08/11
- 110/243: gnu: Add texlive-lshort-finnish., guix-commits, 2023/08/11
- 108/243: gnu: Add texlive-lshort-dutch., guix-commits, 2023/08/11
- 107/243: gnu: Add texlive-lithuanian., guix-commits, 2023/08/11
- 115/243: gnu: Add texlive-swebib., guix-commits, 2023/08/11