1996-11-13 15:18:27 +00:00
|
|
|
*** /dev/null Tue Nov 12 22:50:07 1996
|
|
|
|
--- lib/fontdesc Tue Nov 12 22:51:33 1996
|
1996-11-09 12:55:12 +00:00
|
|
|
***************
|
|
|
|
*** 0 ****
|
|
|
|
--- 1,32 ----
|
|
|
|
+ #
|
|
|
|
+ # 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>
|
|
|
|
+
|
1996-11-13 15:18:27 +00:00
|
|
|
+ # change resolution according to your site.
|
1996-11-09 12:55:12 +00:00
|
|
|
+ define RESOLUTION 300
|
1996-12-30 08:23:11 +00:00
|
|
|
+ resolution $RESOLUTION
|
1996-11-09 12:55:12 +00:00
|
|
|
+
|
|
|
|
+ define f /usr/local/lib/fonts
|
|
|
|
+ define af /usr/local/share/tex/jfonts/jfms
|
|
|
|
+ define pf /usr/local/lib/texmf/fonts/public/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
|
|
|
|
+ builtin min JINA "/Ryumin-Light-H Ryumin-Metrics Set-New-Metrics"
|
|
|
|
+ builtin goth JINA "/GothicBBB-Medium-H Gothic-Metrics Set-New-Metrics"
|