diff options
author | Karl Berry <karl@freefriends.org> | 2017-08-27 23:50:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-08-27 23:50:57 +0000 |
commit | 54dde81f3764e1d19fb8383ef9f337a39766407b (patch) | |
tree | fd34ab2eca5d84a2ee0ddaf206cfe682111eccd3 /Master/texmf-dist/fonts | |
parent | c7a144ead6ad12084a150979082d433041812d01 (diff) |
ptex-fonts (27aug17)
git-svn-id: svn://tug.org/texlive/trunk@45138 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/fonts')
38 files changed, 81 insertions, 0 deletions
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 |