[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch wip-texlive updated: gnu: texlive-base: Add texlive-cm-super to d
From: |
guix-commits |
Subject: |
branch wip-texlive updated: gnu: texlive-base: Add texlive-cm-super to default set. |
Date: |
Mon, 26 Oct 2020 14:46:07 -0400 |
This is an automated email from the git hooks/post-receive script.
rekado pushed a commit to branch wip-texlive
in repository guix.
The following commit(s) were added to refs/heads/wip-texlive by this push:
new c728878 gnu: texlive-base: Add texlive-cm-super to default set.
c728878 is described below
commit c728878188194bbafbcfd661ea56a205c56d8ef2
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch wip-texlive updated: gnu: texlive-base: Add texlive-cm-super to default set.,
guix-commits <=