[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
26/51: gnu: Add texlive-ethiop-t1.
From: |
guix-commits |
Subject: |
26/51: gnu: Add texlive-ethiop-t1. |
Date: |
Tue, 15 Aug 2023 05:36:04 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 3b18e4d1af45c235d9678acaeafdce8cef4a75f5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 15 10:52:23 2023 +0200
gnu: Add texlive-ethiop-t1.
* gnu/packages/tex.scm (texlive-ethiop-t1): New variable.
---
gnu/packages/tex.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 18395543de..9c3b90b888 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11236,6 +11236,26 @@ of the languages of Ethiopia, with Metafont fonts
based on EthTeX's. The
macros use the Babel framework.")
(license license:gpl3+)))
+(define-public texlive-ethiop-t1
+ (package
+ (name "texlive-ethiop-t1")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ethiop-t1/"
+ "fonts/map/dvips/ethiop-t1/"
+ "fonts/type1/public/ethiop-t1/")
+ (base32
+ "19n6i61db88nhhkq9gg3gfr3sgpaf1ylr41l0xdhpfkn71y7par1")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ethiop-t1")
+ (synopsis "Type 1 versions of Amharic fonts")
+ (description
+ "These fonts provided in this package are drop-in Adobe type
+1 replacements for the fonts of the @code{ethiop} package.")
+ (license license:gpl3+)))
+
(define-public texlive-expex-acro
(package
(name "texlive-expex-acro")
- 42/51: gnu: Add texlive-sanskrit-t1., (continued)
- 42/51: gnu: Add texlive-sanskrit-t1., guix-commits, 2023/08/15
- 34/51: gnu: Add texlive-lshort-thai., guix-commits, 2023/08/15
- 46/51: gnu: Add texlive-velthuis., guix-commits, 2023/08/15
- 47/51: gnu: Add texlive-vntex., guix-commits, 2023/08/15
- 48/51: gnu: Add texlive-wnri., guix-commits, 2023/08/15
- 50/51: gnu: Add texlive-xetex-devanagari., guix-commits, 2023/08/15
- 51/51: gnu: Add texlive-collection-langother., guix-commits, 2023/08/15
- 22/51: gnu: Add texlive-cjhebrew., guix-commits, 2023/08/15
- 21/51: gnu: Add texlive-chhaya., guix-commits, 2023/08/15
- 24/51: gnu: Add texlive-ebong., guix-commits, 2023/08/15
- 26/51: gnu: Add texlive-ethiop-t1.,
guix-commits <=
- 29/51: gnu: Add texlive-fonts-tlwg., guix-commits, 2023/08/15
- 40/51: gnu: Add texlive-quran-ur., guix-commits, 2023/08/15
- 41/51: gnu: Add texlive-sanskrit., guix-commits, 2023/08/15
- 15/51: gnu: Add texlive-charissil., guix-commits, 2023/08/15
- 37/51: gnu: Add texlive-ntheorem-vn., guix-commits, 2023/08/15
- 39/51: gnu: Add texlive-quran-bn., guix-commits, 2023/08/15
- 17/51: gnu: Add texlive-bangla., guix-commits, 2023/08/15
- 43/51: gnu: Add texlive-thaienum., guix-commits, 2023/08/15
- 44/51: gnu: Add texlive-thaispec., guix-commits, 2023/08/15