mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 12:09:15 -05:00
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.
This commit is contained in:
parent
556aca82a3
commit
17aeabdd52
1 changed files with 1 additions and 0 deletions
|
@ -3459,6 +3459,7 @@ (define-public texlive-base
|
|||
texlive-dvips
|
||||
texlive-fontname
|
||||
texlive-cm
|
||||
texlive-cm-super ; to avoid bitmap fonts
|
||||
texlive-fonts-latex
|
||||
texlive-metafont-base
|
||||
texlive-latex-base
|
||||
|
|
Loading…
Reference in a new issue