[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
130/232: gnu: Add texlive-cm-lgc.
From: |
guix-commits |
Subject: |
130/232: gnu: Add texlive-cm-lgc. |
Date: |
Sun, 24 Apr 2022 23:59:00 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit 6a94f206d3bfd8c8708b1927c76f3d9a898ea07a
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Apr 20 23:21:59 2022 -0400
gnu: Add texlive-cm-lgc.
* gnu/packages/tex.scm (texlive-cm-lgc): New variable.
---
gnu/packages/tex.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index c0b874faec..994f03987e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1028,6 +1028,31 @@ display, and mathematical fonts in a range of styles,
based on Monotype Modern
(define-deprecated-package texlive-fonts-cm texlive-cm)
+(define-public texlive-cm-lgc
+ (package
+ (inherit (simple-texlive-package
+ "texlive-cm-lgc"
+ (list "/doc/fonts/cm-lgc/"
+ "/fonts/afm/public/cm-lgc/"
+ "/fonts/type1/public/cm-lgc/"
+ "/fonts/vf/public/cm-lgc/"
+ "/tex/latex/cm-lgc/")
+ (base32
+ "0rm7wgyb07y8h6vbvc2xzsqnxy322d4j9ly2p67z84b81c8i3zpc")
+ #:trivial? #t))
+ (home-page "https://www.ctan.org/pkg/cm-lgc")
+ (synopsis "Type 1 CM-based fonts for Latin, Greek and Cyrillic")
+ (description "The fonts are converted from Metafont sources of the
+Computer Modern font families, using @command{textrace}. Supported encodings
+are: T1 (Latin), T2A (Cyrillic), LGR (Greek) and TS1. The package also
+includes Unicode virtual fonts for use with Omega. The font set is not a
+replacement for any of the other Computer Modern-based font sets (for example,
+cm-super for Latin and Cyrillic, or cbgreek for Greek), since it is available
+at a single size only; it offers a compact set for @i{general} working. The
+fonts themselves are encoded to external standards, and virtual fonts are
+provided for use with TeX.")
+ (license license:gpl2+)))
+
(define-public texlive-cm-super
(let ((template (simple-texlive-package
"texlive-cm-super"
- 104/232: gnu: python-jupyter-client: Update to 7.2.2., (continued)
- 104/232: gnu: python-jupyter-client: Update to 7.2.2., guix-commits, 2022/04/24
- 106/232: gnu: Add python-pytest-tornado., guix-commits, 2022/04/24
- 107/232: gnu: python-ipyparallel: Update to 8.2.1., guix-commits, 2022/04/24
- 111/232: gnu: Add texlive-unicode-math., guix-commits, 2022/04/24
- 112/232: gnu: Add texlive-lm-math., guix-commits, 2022/04/24
- 117/232: gnu: python-notebook: Update to 6.4.10., guix-commits, 2022/04/24
- 120/232: gnu: python-sphinx: Propagate TexLive dependencies., guix-commits, 2022/04/24
- 121/232: gnu: Add python-pep621., guix-commits, 2022/04/24
- 126/232: gnu: Add texlive-cbfonts-fd., guix-commits, 2022/04/24
- 128/232: download: Add a mirror for CTAN., guix-commits, 2022/04/24
- 130/232: gnu: Add texlive-cm-lgc.,
guix-commits <=
- 131/232: gnu: Add texlive-xindy., guix-commits, 2022/04/24
- 133/232: gnu: python-websockets: Update to 10.3 and enable tests., guix-commits, 2022/04/24
- 78/232: gnu: Add python-afdko., guix-commits, 2022/04/24
- 88/232: gnu: Add texlive-bidi., guix-commits, 2022/04/24
- 92/232: gnu: Add python-untangle., guix-commits, 2022/04/24
- 93/232: gnu: python-black: Update to 22.3.0., guix-commits, 2022/04/24
- 105/232: gnu: python-ipykernel: Update to 6.13.0., guix-commits, 2022/04/24
- 110/232: gnu: python-bleach: Update to 5.0.0., guix-commits, 2022/04/24
- 119/232: gnu: Add python-docrepr., guix-commits, 2022/04/24
- 145/232: gnu: python-sqlalchemy: Run tests in parallel via xdist., guix-commits, 2022/04/24