mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: texlive-mathpazo: Include virtual font files.
* gnu/packages/tex.scm (texlive-mathpazo)[inherit]: Add directory.
This commit is contained in:
parent
024b273ecc
commit
6ca673b30d
1 changed files with 3 additions and 2 deletions
|
@ -7497,9 +7497,10 @@ Symbol font from Adobe's basic set.")
|
||||||
(list "/doc/latex/mathpazo/"
|
(list "/doc/latex/mathpazo/"
|
||||||
"/fonts/afm/public/mathpazo/"
|
"/fonts/afm/public/mathpazo/"
|
||||||
"/fonts/tfm/public/mathpazo/"
|
"/fonts/tfm/public/mathpazo/"
|
||||||
"/fonts/type1/public/mathpazo/")
|
"/fonts/type1/public/mathpazo/"
|
||||||
|
"/fonts/vf/public/mathpazo/")
|
||||||
(base32
|
(base32
|
||||||
"1k04ijgi54hbddayngy1zq4mxf995gn6ky3vr1z8syifqqipqv11")
|
"02in6hdnbnkz216mpy8g6fk3wmlls8nh5982vmg37vhbj77lk0rh")
|
||||||
#:trivial? #t))
|
#:trivial? #t))
|
||||||
(home-page "http://www.ctan.org/pkg/mathpazo")
|
(home-page "http://www.ctan.org/pkg/mathpazo")
|
||||||
(synopsis "Fonts to typeset mathematics to match Palatino")
|
(synopsis "Fonts to typeset mathematics to match Palatino")
|
||||||
|
|
Loading…
Add table
Reference in a new issue