diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-10-26 19:35:56 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-12-23 10:10:57 +0100 |
commit | 17aeabdd5238c16f6f88fa1dc45a38ed84fd9ef0 (patch) | |
tree | 40cff6f47f8e3bd834315a55a655c87330943c8d | |
parent | 556aca82a38d856d3ef75a8399ab0f0bd95f5b1d (diff) | |
download | guix-17aeabdd5238c16f6f88fa1dc45a38ed84fd9ef0.tar.gz guix-17aeabdd5238c16f6f88fa1dc45a38ed84fd9ef0.zip |
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.
-rw-r--r-- | gnu/packages/tex.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 1e6188d292..3a8afa65e1 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -3459,6 +3459,7 @@ packages.") texlive-dvips texlive-fontname texlive-cm + texlive-cm-super ; to avoid bitmap fonts texlive-fonts-latex texlive-metafont-base texlive-latex-base |