diff options
author | Paul Garlick <pgarlick@tourbillion-technology.com> | 2020-10-06 17:46:22 +0100 |
---|---|---|
committer | Paul Garlick <pgarlick@tourbillion-technology.com> | 2020-10-06 18:00:56 +0100 |
commit | 6ca673b30dac281ba27a8dac242c0ac83e5e354b (patch) | |
tree | 2470c8e414fc97537dd5e5f63947e90cad2d405c /gnu | |
parent | 024b273ecc8378a8206fa36052f8de3db600340c (diff) |
gnu: texlive-mathpazo: Include virtual font files.
* gnu/packages/tex.scm (texlive-mathpazo)[inherit]: Add directory.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/tex.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index f1ad8eedb2..2f6c201c93 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") |