[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/21: gnu: Add texlive-ibycus-babel.
From: |
guix-commits |
Subject: |
10/21: gnu: Add texlive-ibycus-babel. |
Date: |
Mon, 14 Aug 2023 13:11:44 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 11ececc7f99c6583d761ae54f725a354b4127209
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 14 18:45:00 2023 +0200
gnu: Add texlive-ibycus-babel.
* gnu/packages/tex.scm (texlive-ibycus-babel): New variable.
---
gnu/packages/tex.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 43a03f8ea5..a2608cec58 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11663,6 +11663,29 @@ languages and/or dialects, and to select them or
switch between them while
typesetting.")
(license license:public-domain)))
+(define-public texlive-ibycus-babel
+ (package
+ (name "texlive-ibycus-babel")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ibycus-babel/"
+ "source/latex/ibycus-babel/"
+ "tex/latex/ibycus-babel/")
+ (base32
+ "1lwf28h6lzlblg7s7bx2dhqprxvjj78a8rlljhk9kw5pf065c7aj")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ibycus-babel")
+ (synopsis "Use the Ibycus 4 Greek font with Babel")
+ (description
+ "The package allows you to use the Ibycus 4 font for ancient Greek with
+Babel. It uses a Perl script to generate hyphenation patterns for Ibycus from
+those for the ordinary Babel encoding, @samp{cbgreek}. It sets up
+@code{ibycus} as a pseudo-language you can specify in the normal Babel
+manner.")
+ (license license:lppl)))
+
(define-public texlive-inputnormalization
(package
(name "texlive-inputnormalization")
- 16/21: gnu: Add texlive-mkgrkindex., (continued)
- 16/21: gnu: Add texlive-mkgrkindex., guix-commits, 2023/08/14
- 03/21: gnu: Add texlive-betababel., guix-commits, 2023/08/14
- 04/21: gnu: Add texlive-gfsbaskerville., guix-commits, 2023/08/14
- 12/21: gnu: Add texlive-ibygrk., guix-commits, 2023/08/14
- 07/21: gnu: Add texlive-greekdates., guix-commits, 2023/08/14
- 08/21: gnu: Add texlive-greektex., guix-commits, 2023/08/14
- 14/21: gnu: Add texlive-lgreek., guix-commits, 2023/08/14
- 19/21: gnu: Add texlive-xgreek., guix-commits, 2023/08/14
- 17/21: gnu: Add texlive-talos., guix-commits, 2023/08/14
- 18/21: gnu: Add texlive-teubner., guix-commits, 2023/08/14
- 10/21: gnu: Add texlive-ibycus-babel.,
guix-commits <=
- 15/21: gnu: Add texlive-lgrmath., guix-commits, 2023/08/14
- 20/21: gnu: Add texlive-yannisgr., guix-commits, 2023/08/14
- 21/21: gnu: Add texlive-collection-langgreek., guix-commits, 2023/08/14