freebsd-ports/japanese/dvi2ps/files/patch-ab
Masafumi Max NAKANE 797ede5432 Update this port to reflect the recent changes to japanese/ptex-* ports.
PR:		4752
Submitted by:	maintainer
1997-10-13 23:14:50 +00:00

40 lines
1.3 KiB
Plaintext

*** /dev/null Mon Oct 13 13:41:43 1997
--- lib/fontdesc Mon Oct 13 13:43:32 1997
***************
*** 0 ****
--- 1,34 ----
+ #
+ # dvi2ps fontdesc file for FreeBSD jtex209 and platex ports collection.
+ # Print out Japanese by printer font and English by pk font.
+ # Nov. 9 1996 MITA Yoshio <mita@jp.FreeBSD.org>
+
+ # change resolution according to your site.
+ define RESOLUTION 300
+ resolution $RESOLUTION
+
+ define f /usr/local/lib/fonts
+ define af /usr/local/share/tex/jfonts/jfms
+ define pf /usr/local/lib/texmf/fonts/public/ptex
+ define pfnew /usr/local/share/texmf/fonts/tfm/ptex
+ define nsf /usr/local/share/tex/jfonts
+
+ include dvi2.ps
+
+ # English font with pk fonts
+ font pk * 3 $f/pk$RESOLUTION/%f.%mpk
+
+ # jstfm NTT JTeX with DNP font tfm
+ font jstfm * 0 $nsf/mincho/%f.tfm
+ font jstfm * 0 $nsf/gothic/%f.tfm
+ builtin dm%j SINR Ryumin-Light-H
+ builtin dg%j SINR GothicBBB-Medium-H
+
+
+ # built-in kanji for ASCII Nihongo TeX
+ include fonts/ascfix-c.ps
+ font jfm * 0 $af/%f.tfm
+ font jfm * 0 $pf/tfm/%f.tfm
+ font jfm * 0 $pfnew/%f.tfm
+ builtin min JINA "/Ryumin-Light-H Ryumin-Metrics Set-New-Metrics"
+ builtin goth JINA "/GothicBBB-Medium-H Gothic-Metrics Set-New-Metrics"