gnu: texlive-amsfonts: Only create tfm files for Euler fonts.
* gnu/packages/tex.scm (texlive-amsfonts)[arguments]<#:phases>[build-fonts]: Invoke `afm2tfm' for only the Euler fonts.
This commit is contained in:
parent
7899a10e8e
commit
d9f733ad8b
1 changed files with 1 additions and 1 deletions
|
@ -1116,7 +1116,7 @@ (define-public texlive-amsfonts
|
|||
;; convert the afm files instead.
|
||||
(let ((build (string-append (getcwd) "/build-fonts/euler")))
|
||||
(mkdir build)
|
||||
(with-directory-excursion "fonts/afm/public/amsfonts/"
|
||||
(with-directory-excursion "fonts/afm/public/amsfonts/euler"
|
||||
(for-each (lambda (font)
|
||||
(format #t "converting afm font ~a\n" (basename font ".afm"))
|
||||
(invoke "afm2tfm" font
|
||||
|
|
Loading…
Reference in a new issue