[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
61/306: gnu: Add texlive-cm-unicode.
From: |
guix-commits |
Subject: |
61/306: gnu: Add texlive-cm-unicode. |
Date: |
Mon, 21 Aug 2023 10:35:41 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit eca322cca9df28c88d1cf8264b75e30d1bb08d35
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 11:56:16 2023 +0200
gnu: Add texlive-cm-unicode.
* gnu/packages/tex.scm (texlive-cm-unicode): New variable.
---
gnu/packages/tex.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 779f5eae49..5819a7104a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8328,6 +8328,34 @@ will look just like the pseudocode in the text.")
font distribution), as Metafont base files.")
(license (list license:gpl3+ license:public-domain))))
+(define-public texlive-cm-unicode
+ (package
+ (name "texlive-cm-unicode")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/cm-unicode/"
+ "fonts/afm/public/cm-unicode/"
+ "fonts/enc/dvips/cm-unicode/"
+ "fonts/map/dvips/cm-unicode/"
+ "fonts/opentype/public/cm-unicode/"
+ "fonts/type1/public/cm-unicode/")
+ (base32
+ "15ysic6vah1wircybhpm9915mr1bbc8b2jalia86ajiqbxn2l9h0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/cm-unicode")
+ (synopsis "Computer Modern Unicode font family")
+ (description
+ "This package provides Computer Modern Unicode fonts. Some characters in
+several fonts are copied from Blue Sky Type 1 fonts released by AMS.
+Currently the fonts contain glyphs from Latin, Cyrillic, Greek code sets and
+IPA extensions. This font set contains 33 fonts. This archive contains AFM,
+PFB and OTF versions; the OTF version of the Computer Modern Unicode fonts
+works with TeX engines that directly support OpenType features, such as XeTeX
+and LuaTeX.")
+ (license license:silofl1.1)))
+
(define-public texlive-cochineal
(package
(name "texlive-cochineal")
- 43/306: gnu: Add texlive-boondox., (continued)
- 43/306: gnu: Add texlive-boondox., guix-commits, 2023/08/21
- 48/306: gnu: Add texlive-calligra-type1., guix-commits, 2023/08/21
- 46/306: gnu: Add texlive-caladea., guix-commits, 2023/08/21
- 50/306: gnu: Add texlive-carlito., guix-commits, 2023/08/21
- 51/306: gnu: Add texlive-carolmin-ps., guix-commits, 2023/08/21
- 53/306: gnu: Add texlive-cfr-initials., guix-commits, 2023/08/21
- 55/306: gnu: Add texlive-cherokee., guix-commits, 2023/08/21
- 57/306: gnu: Add texlive-cinzel., guix-commits, 2023/08/21
- 56/306: gnu: Add texlive-chivo., guix-commits, 2023/08/21
- 59/306: gnu: Add texlive-clearsans., guix-commits, 2023/08/21
- 61/306: gnu: Add texlive-cm-unicode.,
guix-commits <=
- 64/306: gnu: Add texlive-cmpica., guix-commits, 2023/08/21
- 68/306: gnu: Add texlive-coelacanth., guix-commits, 2023/08/21
- 67/306: gnu: Add texlive-cmupint., guix-commits, 2023/08/21
- 73/306: gnu: Add texlive-cookingsymbols., guix-commits, 2023/08/21
- 84/306: gnu: Add texlive-dantelogo., guix-commits, 2023/08/21
- 81/306: gnu: Add texlive-cryst., guix-commits, 2023/08/21
- 82/306: gnu: Add texlive-cuprum., guix-commits, 2023/08/21
- 71/306: gnu: Add texlive-concmath-fonts., guix-commits, 2023/08/21
- 95/306: gnu: Add texlive-duerer., guix-commits, 2023/08/21
- 90/306: gnu: Add texlive-doublestroke., guix-commits, 2023/08/21