[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: texlive-mathpazo: Include virtual font files
From: |
guix-commits |
Subject: |
branch master updated: gnu: texlive-mathpazo: Include virtual font files. |
Date: |
Tue, 06 Oct 2020 13:02:27 -0400 |
This is an automated email from the git hooks/post-receive script.
pgarlick pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 6ca673b gnu: texlive-mathpazo: Include virtual font files.
6ca673b is described below
commit 6ca673b30dac281ba27a8dac242c0ac83e5e354b
Author: Paul Garlick <pgarlick@tourbillion-technology.com>
AuthorDate: Tue Oct 6 17:46:22 2020 +0100
gnu: texlive-mathpazo: Include virtual font files.
* gnu/packages/tex.scm (texlive-mathpazo)[inherit]: Add directory.
---
gnu/packages/tex.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f1ad8ee..2f6c201 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7497,9 +7497,10 @@ Symbol font from Adobe's basic set.")
(list "/doc/latex/mathpazo/"
"/fonts/afm/public/mathpazo/"
"/fonts/tfm/public/mathpazo/"
- "/fonts/type1/public/mathpazo/")
+ "/fonts/type1/public/mathpazo/"
+ "/fonts/vf/public/mathpazo/")
(base32
- "1k04ijgi54hbddayngy1zq4mxf995gn6ky3vr1z8syifqqipqv11")
+ "02in6hdnbnkz216mpy8g6fk3wmlls8nh5982vmg37vhbj77lk0rh")
#:trivial? #t))
(home-page "http://www.ctan.org/pkg/mathpazo")
(synopsis "Fonts to typeset mathematics to match Palatino")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: texlive-mathpazo: Include virtual font files.,
guix-commits <=