summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-08-15 10:40:41 +0200
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-09-17 15:07:42 -0400
commitc55b36cf64ad3ea1ce26cc13e45fd13094480545 (patch)
tree2c191d49740b0415f270b64796981fed29dd55c2
parent6ca6d616e75419735372aae5a2c13d8a80597b0b (diff)
gnu: Add texlive-babel-georgian.
* gnu/packages/tex.scm (texlive-babel-georgian): New variable.
-rw-r--r--gnu/packages/tex.scm20
1 files changed, 20 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 5121d90ac8..02ff23ad73 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -24006,6 +24006,26 @@ Friulan either with Babel or with Polyglossia.")
Galician either with Babel or with Polyglossia.")
(license license:lppl1.3+)))
+(define-public texlive-babel-georgian
+ (package
+ (name "texlive-babel-georgian")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/babel-georgian/"
+ "tex/generic/babel-georgian/")
+ (base32
+ "1qjpaxzgm0qh88j6x1zvnjb1n994prxqnzchrp05pgsbyjcf410p")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/babel-georgian")
+ (synopsis "Babel support for Georgian")
+ (description
+ "The package provides support for use of Babel in documents written in
+Georgian. The package is adapted for use both under traditional TeX engines,
+and under XeTeX and LuaTeX.")
+ (license license:lppl1.3+)))
+
(define-public texlive-babel-german
(package
(name "texlive-babel-german")