diff options
Diffstat (limited to 'Master')
40 files changed, 95 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/fonts/ptex-fonts/LICENSE b/Master/texmf-dist/doc/fonts/ptex-fonts/LICENSE index fc380e13aca..2340ecbab41 100644 --- a/Master/texmf-dist/doc/fonts/ptex-fonts/LICENSE +++ b/Master/texmf-dist/doc/fonts/ptex-fonts/LICENSE @@ -1,4 +1,5 @@ -Copyright (C) 2010 ASCII MEDIA WORKS. +Copyright (C) 2010 ASCII MEDIA WORKS +Copyright (C) 2016-2017 Japanese TeX Development Community All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/Master/texmf-dist/doc/fonts/ptex-fonts/README.md b/Master/texmf-dist/doc/fonts/ptex-fonts/README.md index 6a0e3fe0d25..dbb6bc7941c 100644 --- a/Master/texmf-dist/doc/fonts/ptex-fonts/README.md +++ b/Master/texmf-dist/doc/fonts/ptex-fonts/README.md @@ -6,7 +6,7 @@ makejvf program. TFM and VF (not real fonts): - pTeX standard (min5-10, goth5-10, tmin5-10, tgoth5-10) - nmin5-10, ngoth5-10 -- jis, jisg, jisgn, jis-v, jisg-v, jisgn-v +- JIS (jis, jisg, jisn, jisgn, jis-v, jisg-v, jisn, jisgn-v) - Morisawa standard (Ryumin-Light, GothicBBB-Medium, FutoMinA101-Bold, FutoGoB101-Bold, Jun101-Light) @@ -14,7 +14,13 @@ Type1 fonts: - ascgrp, ascii10, ascii36 makejvf documents: -- README_makejvf, Changes_makejvf (charset: ISO-2022-JP) +- README_makejvf, Changes_makejvf + +## Character encoding + +All the text files containing Japanese characters in this repository +are encoded in ISO-2022-JP. This is because ISO-2022-JP encoded +texts are most suitable for the traditional pTeX engine. ## Repository @@ -25,13 +31,13 @@ If you have issues, please let us know from the above page. ## License -The bundle is redistribution derived from [ptex-texmf distribution -by ASCII MEDIA WORKS](http://ascii.asciimw.jp/pb/ptex/). +The bundle is a community edition forked from [ptex-texmf distribution +by ASCII MEDIA WORKS](https://ctan.org/pkg/ptex-texmf). Since the original license is the 3-clause BSD license, -this redistribution also follows it (see LICENSE). +this redistribution also follows it (see [LICENSE](./LICENSE)). ## Release Date -2016-05-16 +2017-08-27 Japanese TeX Development Community diff --git a/Master/texmf-dist/fonts/source/ptex-fonts/standard/Makefile b/Master/texmf-dist/fonts/source/ptex-fonts/standard/Makefile new file mode 100644 index 00000000000..a35a9db54f7 --- /dev/null +++ b/Master/texmf-dist/fonts/source/ptex-fonts/standard/Makefile @@ -0,0 +1,81 @@ +MAKEJVF = makejvf +PLTOTF = ppltotf -kanji=jis + +all: tfm vf + +tfm: + for fnt in min goth nmin ngoth tmin tgoth ; do \ + for size in 10 9 8 7 6 5 ; do \ + $(PLTOTF) $$fnt$$size.pl $$fnt$$size.tfm ; \ + done ; \ + done + for fnt in jis jisn jis-v jisn-v ; do \ + $(PLTOTF) $$fnt.pl $$fnt.tfm ; \ + done + cp jis.tfm jisg.tfm + cp jisn.tfm jisgn.tfm + cp jis-v.tfm jisg-v.tfm + cp jisn-v.tfm jisgn-v.tfm + for fnt in Ryumin-Light FutoMinA101-Bold ; do \ + cp min10.tfm $$fnt-H.tfm ; \ + cp tmin10.tfm $$fnt-V.tfm ; \ + cp jis.tfm $$fnt-J.tfm ; \ + done + for fnt in GothicBBB-Medium FutoGoB101-Bold Jun101-Light ; do \ + cp goth10.tfm $$fnt-H.tfm ; \ + cp tgoth10.tfm $$fnt-V.tfm ; \ + cp jisg.tfm $$fnt-J.tfm ; \ + done + +vf: + for fnt in min nmin ; do \ + for size in 10 9 8 7 6 5 ; do \ + $(MAKEJVF) $$fnt$$size rml ; \ + done ; \ + done + for fnt in tmin ; do \ + for size in 10 9 8 7 6 5 ; do \ + $(MAKEJVF) -m $$fnt$$size rmlv ; \ + done ; \ + done + for fnt in goth ngoth ; do \ + for size in 10 9 8 7 6 5 ; do \ + $(MAKEJVF) $$fnt$$size gbm ; \ + done ; \ + done + for fnt in tgoth ; do \ + for size in 10 9 8 7 6 5 ; do \ + $(MAKEJVF) -m $$fnt$$size gbmv ; \ + done ; \ + done + for fnt in jis jisn ; do \ + $(MAKEJVF) $$fnt rml ; \ + done + for fnt in jis-v jisn-v ; do \ + $(MAKEJVF) $$fnt rmlv ; \ + done + for fnt in jisg jisgn ; do \ + $(MAKEJVF) $$fnt gbm ; \ + done + for fnt in jisg-v jisgn-v ; do \ + $(MAKEJVF) $$fnt gbmv ; \ + done + for VAR in J H ; do \ + $(MAKEJVF) Ryumin-Light-$$VAR ryumin-l ; \ + $(MAKEJVF) FutoMinA101-Bold-$$VAR futomin-b ; \ + $(MAKEJVF) GothicBBB-Medium-$$VAR gtbbb-m ; \ + $(MAKEJVF) FutoGoB101-Bold-$$VAR futogo-b ; \ + $(MAKEJVF) Jun101-Light-$$VAR jun101-l ; \ + done + for VAR in V ; do \ + $(MAKEJVF) Ryumin-Light-$$VAR ryumin-l-v ; \ + $(MAKEJVF) FutoMinA101-Bold-$$VAR futomin-b-v ; \ + $(MAKEJVF) GothicBBB-Medium-$$VAR gtbbb-m-v ; \ + $(MAKEJVF) FutoGoB101-Bold-$$VAR futogo-b-v ; \ + $(MAKEJVF) Jun101-Light-$$VAR jun101-l-v ; \ + done + +move: + mkdir -pv ../tfm ../vf + mv *.tfm ../tfm + mv *.vf ../vf diff --git a/Master/texmf-dist/fonts/tfm/ptex-fonts/morisawa/FutoGoB101-Bold-H.tfm b/Master/texmf-dist/fonts/tfm/ptex-fonts/morisawa/FutoGoB101-Bold-H.tfm Binary files differindex 7d207e20bf9..92b72a3fa22 100644 --- a/Master/texmf-dist/fonts/tfm/ptex-fonts/morisawa/FutoGoB101-Bold-H.tfm +++ b/Master/texmf-dist/fonts/tfm/ptex-fonts/morisawa/FutoGoB101-Bold-H.tfm diff --git a/Master/texmf-dist/fonts/tfm/ptex-fonts/morisawa/FutoGoB101-Bold-V.tfm b/Master/texmf-dist/fonts/tfm/ptex-fonts/morisawa/FutoGoB101-Bold-V.tfm Binary files differindex a54690f5656..7f9e9f91de6 100644 --- a/Master/texmf-dist/fonts/tfm/ptex-fonts/morisawa/FutoGoB101-Bold-V.tfm +++ b/Master/texmf-dist/fonts/tfm/ptex-fonts/morisawa/FutoGoB101-Bold-V.tfm diff --git a/Master/texmf-dist/fonts/tfm/ptex-fonts/morisawa/FutoMinA101-Bold-H.tfm b/Master/texmf-dist/fonts/tfm/ptex-fonts/morisawa/FutoMinA101-Bold-H.tfm Binary files differindex 7d207e20bf9..1bf04b7ac32 100644 --- a/Master/texmf-dist/fonts/tfm/ptex-fonts/morisawa/FutoMinA101-Bold-H.tfm +++ b/Master/texmf-dist/fonts/tfm/ptex-fonts/morisawa/FutoMinA101-Bold-H.tfm diff --git a/Master/texmf-dist/fonts/tfm/ptex-fonts/morisawa/GothicBBB-Medium-H.tfm b/Master/texmf-dist/fonts/tfm/ptex-fonts/morisawa/GothicBBB-Medium-H.tfm Binary files differindex 7d207e20bf9..92b72a3fa22 100644 --- a/Master/texmf-dist/fonts/tfm/ptex-fonts/morisawa/GothicBBB-Medium-H.tfm +++ b/Master/texmf-dist/fonts/tfm/ptex-fonts/morisawa/GothicBBB-Medium-H.tfm diff --git a/Master/texmf-dist/fonts/tfm/ptex-fonts/morisawa/GothicBBB-Medium-V.tfm b/Master/texmf-dist/fonts/tfm/ptex-fonts/morisawa/GothicBBB-Medium-V.tfm Binary files differindex a54690f5656..7f9e9f91de6 100644 --- a/Master/texmf-dist/fonts/tfm/ptex-fonts/morisawa/GothicBBB-Medium-V.tfm +++ b/Master/texmf-dist/fonts/tfm/ptex-fonts/morisawa/GothicBBB-Medium-V.tfm diff --git a/Master/texmf-dist/fonts/tfm/ptex-fonts/morisawa/Jun101-Light-H.tfm b/Master/texmf-dist/fonts/tfm/ptex-fonts/morisawa/Jun101-Light-H.tfm Binary files differindex 7d207e20bf9..92b72a3fa22 100644 --- a/Master/texmf-dist/fonts/tfm/ptex-fonts/morisawa/Jun101-Light-H.tfm +++ b/Master/texmf-dist/fonts/tfm/ptex-fonts/morisawa/Jun101-Light-H.tfm diff --git a/Master/texmf-dist/fonts/tfm/ptex-fonts/morisawa/Jun101-Light-V.tfm b/Master/texmf-dist/fonts/tfm/ptex-fonts/morisawa/Jun101-Light-V.tfm Binary files differindex a54690f5656..7f9e9f91de6 100644 --- a/Master/texmf-dist/fonts/tfm/ptex-fonts/morisawa/Jun101-Light-V.tfm +++ b/Master/texmf-dist/fonts/tfm/ptex-fonts/morisawa/Jun101-Light-V.tfm diff --git a/Master/texmf-dist/fonts/tfm/ptex-fonts/morisawa/Ryumin-Light-H.tfm b/Master/texmf-dist/fonts/tfm/ptex-fonts/morisawa/Ryumin-Light-H.tfm Binary files differindex 7d207e20bf9..1bf04b7ac32 100644 --- a/Master/texmf-dist/fonts/tfm/ptex-fonts/morisawa/Ryumin-Light-H.tfm +++ b/Master/texmf-dist/fonts/tfm/ptex-fonts/morisawa/Ryumin-Light-H.tfm diff --git a/Master/texmf-dist/fonts/vf/ptex-fonts/morisawa/FutoGoB101-Bold-H.vf b/Master/texmf-dist/fonts/vf/ptex-fonts/morisawa/FutoGoB101-Bold-H.vf Binary files differindex ec62f3b7f1b..cd05161977f 100644 --- a/Master/texmf-dist/fonts/vf/ptex-fonts/morisawa/FutoGoB101-Bold-H.vf +++ b/Master/texmf-dist/fonts/vf/ptex-fonts/morisawa/FutoGoB101-Bold-H.vf diff --git a/Master/texmf-dist/fonts/vf/ptex-fonts/morisawa/FutoMinA101-Bold-H.vf b/Master/texmf-dist/fonts/vf/ptex-fonts/morisawa/FutoMinA101-Bold-H.vf Binary files differindex 5956fb730d6..2c7073d2943 100644 --- a/Master/texmf-dist/fonts/vf/ptex-fonts/morisawa/FutoMinA101-Bold-H.vf +++ b/Master/texmf-dist/fonts/vf/ptex-fonts/morisawa/FutoMinA101-Bold-H.vf diff --git a/Master/texmf-dist/fonts/vf/ptex-fonts/morisawa/GothicBBB-Medium-H.vf b/Master/texmf-dist/fonts/vf/ptex-fonts/morisawa/GothicBBB-Medium-H.vf Binary files differindex a47bb77301f..3d684e0fa31 100644 --- a/Master/texmf-dist/fonts/vf/ptex-fonts/morisawa/GothicBBB-Medium-H.vf +++ b/Master/texmf-dist/fonts/vf/ptex-fonts/morisawa/GothicBBB-Medium-H.vf diff --git a/Master/texmf-dist/fonts/vf/ptex-fonts/morisawa/Jun101-Light-H.vf b/Master/texmf-dist/fonts/vf/ptex-fonts/morisawa/Jun101-Light-H.vf Binary files differindex f93948e50ba..5968c36d006 100644 --- a/Master/texmf-dist/fonts/vf/ptex-fonts/morisawa/Jun101-Light-H.vf +++ b/Master/texmf-dist/fonts/vf/ptex-fonts/morisawa/Jun101-Light-H.vf diff --git a/Master/texmf-dist/fonts/vf/ptex-fonts/morisawa/Ryumin-Light-H.vf b/Master/texmf-dist/fonts/vf/ptex-fonts/morisawa/Ryumin-Light-H.vf Binary files differindex d76db2bf71d..2ea789e5aa3 100644 --- a/Master/texmf-dist/fonts/vf/ptex-fonts/morisawa/Ryumin-Light-H.vf +++ b/Master/texmf-dist/fonts/vf/ptex-fonts/morisawa/Ryumin-Light-H.vf diff --git a/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/ngoth10.vf b/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/ngoth10.vf Binary files differindex 6ee22733542..320e13376b3 100644 --- a/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/ngoth10.vf +++ b/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/ngoth10.vf diff --git a/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/ngoth5.vf b/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/ngoth5.vf Binary files differindex 6ee22733542..320e13376b3 100644 --- a/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/ngoth5.vf +++ b/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/ngoth5.vf diff --git a/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/ngoth6.vf b/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/ngoth6.vf Binary files differindex 6ee22733542..320e13376b3 100644 --- a/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/ngoth6.vf +++ b/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/ngoth6.vf diff --git a/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/ngoth7.vf b/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/ngoth7.vf Binary files differindex 6ee22733542..320e13376b3 100644 --- a/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/ngoth7.vf +++ b/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/ngoth7.vf diff --git a/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/ngoth8.vf b/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/ngoth8.vf Binary files differindex 6ee22733542..320e13376b3 100644 --- a/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/ngoth8.vf +++ b/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/ngoth8.vf diff --git a/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/ngoth9.vf b/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/ngoth9.vf Binary files differindex 6ee22733542..320e13376b3 100644 --- a/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/ngoth9.vf +++ b/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/ngoth9.vf diff --git a/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/nmin10.vf b/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/nmin10.vf Binary files differindex e4f053f6610..44636bb2e76 100644 --- a/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/nmin10.vf +++ b/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/nmin10.vf diff --git a/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/nmin5.vf b/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/nmin5.vf Binary files differindex e4f053f6610..44636bb2e76 100644 --- a/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/nmin5.vf +++ b/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/nmin5.vf diff --git a/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/nmin6.vf b/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/nmin6.vf Binary files differindex e4f053f6610..44636bb2e76 100644 --- a/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/nmin6.vf +++ b/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/nmin6.vf diff --git a/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/nmin7.vf b/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/nmin7.vf Binary files differindex e4f053f6610..44636bb2e76 100644 --- a/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/nmin7.vf +++ b/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/nmin7.vf diff --git a/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/nmin8.vf b/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/nmin8.vf Binary files differindex e4f053f6610..44636bb2e76 100644 --- a/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/nmin8.vf +++ b/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/nmin8.vf diff --git a/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/nmin9.vf b/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/nmin9.vf Binary files differindex e4f053f6610..44636bb2e76 100644 --- a/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/nmin9.vf +++ b/Master/texmf-dist/fonts/vf/ptex-fonts/nmin-ngoth/nmin9.vf diff --git a/Master/texmf-dist/fonts/vf/ptex-fonts/standard/goth10.vf b/Master/texmf-dist/fonts/vf/ptex-fonts/standard/goth10.vf Binary files differindex 6ee22733542..320e13376b3 100644 --- a/Master/texmf-dist/fonts/vf/ptex-fonts/standard/goth10.vf +++ b/Master/texmf-dist/fonts/vf/ptex-fonts/standard/goth10.vf diff --git a/Master/texmf-dist/fonts/vf/ptex-fonts/standard/goth5.vf b/Master/texmf-dist/fonts/vf/ptex-fonts/standard/goth5.vf Binary files differindex 6ee22733542..320e13376b3 100644 --- a/Master/texmf-dist/fonts/vf/ptex-fonts/standard/goth5.vf +++ b/Master/texmf-dist/fonts/vf/ptex-fonts/standard/goth5.vf diff --git a/Master/texmf-dist/fonts/vf/ptex-fonts/standard/goth6.vf b/Master/texmf-dist/fonts/vf/ptex-fonts/standard/goth6.vf Binary files differindex 6ee22733542..320e13376b3 100644 --- a/Master/texmf-dist/fonts/vf/ptex-fonts/standard/goth6.vf +++ b/Master/texmf-dist/fonts/vf/ptex-fonts/standard/goth6.vf diff --git a/Master/texmf-dist/fonts/vf/ptex-fonts/standard/goth7.vf b/Master/texmf-dist/fonts/vf/ptex-fonts/standard/goth7.vf Binary files differindex 6ee22733542..320e13376b3 100644 --- a/Master/texmf-dist/fonts/vf/ptex-fonts/standard/goth7.vf +++ b/Master/texmf-dist/fonts/vf/ptex-fonts/standard/goth7.vf diff --git a/Master/texmf-dist/fonts/vf/ptex-fonts/standard/goth8.vf b/Master/texmf-dist/fonts/vf/ptex-fonts/standard/goth8.vf Binary files differindex 6ee22733542..320e13376b3 100644 --- a/Master/texmf-dist/fonts/vf/ptex-fonts/standard/goth8.vf +++ b/Master/texmf-dist/fonts/vf/ptex-fonts/standard/goth8.vf diff --git a/Master/texmf-dist/fonts/vf/ptex-fonts/standard/goth9.vf b/Master/texmf-dist/fonts/vf/ptex-fonts/standard/goth9.vf Binary files differindex 6ee22733542..320e13376b3 100644 --- a/Master/texmf-dist/fonts/vf/ptex-fonts/standard/goth9.vf +++ b/Master/texmf-dist/fonts/vf/ptex-fonts/standard/goth9.vf diff --git a/Master/texmf-dist/fonts/vf/ptex-fonts/standard/min10.vf b/Master/texmf-dist/fonts/vf/ptex-fonts/standard/min10.vf Binary files differindex e4f053f6610..44636bb2e76 100644 --- a/Master/texmf-dist/fonts/vf/ptex-fonts/standard/min10.vf +++ b/Master/texmf-dist/fonts/vf/ptex-fonts/standard/min10.vf diff --git a/Master/texmf-dist/fonts/vf/ptex-fonts/standard/min5.vf b/Master/texmf-dist/fonts/vf/ptex-fonts/standard/min5.vf Binary files differindex e4f053f6610..44636bb2e76 100644 --- a/Master/texmf-dist/fonts/vf/ptex-fonts/standard/min5.vf +++ b/Master/texmf-dist/fonts/vf/ptex-fonts/standard/min5.vf diff --git a/Master/texmf-dist/fonts/vf/ptex-fonts/standard/min6.vf b/Master/texmf-dist/fonts/vf/ptex-fonts/standard/min6.vf Binary files differindex e4f053f6610..44636bb2e76 100644 --- a/Master/texmf-dist/fonts/vf/ptex-fonts/standard/min6.vf +++ b/Master/texmf-dist/fonts/vf/ptex-fonts/standard/min6.vf diff --git a/Master/texmf-dist/fonts/vf/ptex-fonts/standard/min7.vf b/Master/texmf-dist/fonts/vf/ptex-fonts/standard/min7.vf Binary files differindex e4f053f6610..44636bb2e76 100644 --- a/Master/texmf-dist/fonts/vf/ptex-fonts/standard/min7.vf +++ b/Master/texmf-dist/fonts/vf/ptex-fonts/standard/min7.vf diff --git a/Master/texmf-dist/fonts/vf/ptex-fonts/standard/min8.vf b/Master/texmf-dist/fonts/vf/ptex-fonts/standard/min8.vf Binary files differindex e4f053f6610..44636bb2e76 100644 --- a/Master/texmf-dist/fonts/vf/ptex-fonts/standard/min8.vf +++ b/Master/texmf-dist/fonts/vf/ptex-fonts/standard/min8.vf diff --git a/Master/texmf-dist/fonts/vf/ptex-fonts/standard/min9.vf b/Master/texmf-dist/fonts/vf/ptex-fonts/standard/min9.vf Binary files differindex e4f053f6610..44636bb2e76 100644 --- a/Master/texmf-dist/fonts/vf/ptex-fonts/standard/min9.vf +++ b/Master/texmf-dist/fonts/vf/ptex-fonts/standard/min9.vf |