[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/15: gnu: texlive-base: Add texlive-cm-super to default set.
From: |
guix-commits |
Subject: |
06/15: gnu: texlive-base: Add texlive-cm-super to default set. |
Date: |
Mon, 26 Oct 2020 17:39:37 -0400 (EDT) |
rekado pushed a commit to branch wip-texlive
in repository guix.
commit 0afdcd55cd55eebf5b7b6587285ed38c9eaccbd9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 26 19:35:56 2020 +0100
gnu: texlive-base: Add texlive-cm-super to default set.
This adds T1 variants of the CM fonts, avoiding the need to generate bitmap
fonts (.pk files) at runtime.
* gnu/packages/tex.scm (texlive-base)[propagated-inputs]: Add
texlive-cm-super.
---
gnu/packages/tex.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9ccecf3..69e6b96 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3457,6 +3457,7 @@ packages.")
texlive-dvips
texlive-fontname
texlive-cm
+ texlive-cm-super ; to avoid bitmap fonts
texlive-fonts-latex
texlive-metafont-base
texlive-latex-base
- branch wip-texlive created (now 3e9735d), guix-commits, 2020/10/26
- 01/15: gnu: texlive-latex-base: Use character translation file., guix-commits, 2020/10/26
- 02/15: gnu: Add texlive-l3build., guix-commits, 2020/10/26
- 03/15: gnu: Add texlive-context., guix-commits, 2020/10/26
- 05/15: gnu: texlive-luatex-luaotfload: Use TeX Live sources., guix-commits, 2020/10/26
- 04/15: gnu: Replace texlive-latex-psnfss with texlive-psnfss., guix-commits, 2020/10/26
- 08/15: gnu: Replace texlive-metafont-base with texlive-metafont., guix-commits, 2020/10/26
- 06/15: gnu: texlive-base: Add texlive-cm-super to default set.,
guix-commits <=
- 09/15: gnu: discrover: Remove obsolete build phase., guix-commits, 2020/10/26
- 11/15: gnu: mit-scheme: Remove obsolete build phase., guix-commits, 2020/10/26
- 10/15: gnu: discrover: Use new texlive package names., guix-commits, 2020/10/26
- 13/15: gnu: gtk-doc: Remove obsolete build phase., guix-commits, 2020/10/26
- 14/15: gnu: sbcl: Remove obsolete build phase., guix-commits, 2020/10/26
- 12/15: gnu: hypre: Remove obsolete build phase., guix-commits, 2020/10/26
- 15/15: gnu: Replace texlive-latex-lh with texlive-lh., guix-commits, 2020/10/26
- 07/15: gnu: texlive-metafont-base: Install missing files., guix-commits, 2020/10/26