summaryrefslogtreecommitdiff
path: root/gnu/packages/tex.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-10-26 19:35:56 +0100
committerRicardo Wurmus <rekado@elephly.net>2020-12-23 10:10:57 +0100
commit17aeabdd5238c16f6f88fa1dc45a38ed84fd9ef0 (patch)
tree40cff6f47f8e3bd834315a55a655c87330943c8d /gnu/packages/tex.scm
parent556aca82a38d856d3ef75a8399ab0f0bd95f5b1d (diff)
downloadguix-patches-17aeabdd5238c16f6f88fa1dc45a38ed84fd9ef0.tar
guix-patches-17aeabdd5238c16f6f88fa1dc45a38ed84fd9ef0.tar.gz
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.
Diffstat (limited to 'gnu/packages/tex.scm')
-rw-r--r--gnu/packages/tex.scm1
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