[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch wip-texlive updated: gnu: texlive-amsfonts: Only create tfm files
From: |
guix-commits |
Subject: |
branch wip-texlive updated: gnu: texlive-amsfonts: Only create tfm files for Euler fonts. |
Date: |
Mon, 26 Oct 2020 17:42:37 -0400 |
This is an automated email from the git hooks/post-receive script.
jlicht 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 79cf9fc gnu: texlive-amsfonts: Only create tfm files for Euler fonts.
79cf9fc is described below
commit 79cf9fcd36fb6f07c55b6dadf4da89547bd80cc0
Author: Jelle Licht <jlicht@fsfe.org>
AuthorDate: Mon Oct 26 22:26:46 2020 +0100
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.
---
gnu/packages/tex.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 1021488..58f3699 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1115,7 +1115,7 @@ Taco Hoekwater.")
;; 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch wip-texlive updated: gnu: texlive-amsfonts: Only create tfm files for Euler fonts.,
guix-commits <=