freebsd-ports/japanese/dvi2dvi/files/patch-af
Justin M. Seger dd5734da93 Import of ja-dvi2dvi v 1.0
The program dvi2dvi is a DVI to DVI transformer. It can transform from
a dvi file created by ASCII Japanese TeX/pTeX into a NTT JTeX type of dvi file,
as well as the opposite transform of that.

PR:		ports/5706
Submitted by:	Makoto WATANABE
1998-12-22 00:59:15 +00:00

24 lines
730 B
Plaintext

--- lib/p2pn.orig Fri May 5 14:14:20 1995
+++ lib/p2pn Mon Dec 21 19:31:33 1998
@@ -3,15 +3,16 @@
# configuration
fontdesc config
# min,goth -> dm,dg
-font jvf * 0 $af/vf-a2n/%f.vf
+font jvf * 0 $vf/vf-a2n/%f.vf
# tmin,tgoth -> dm,dg + d?jsy in vertical mode
-font jvf * 0 $af/vf-p2pn/%f.vf
+font jvf * 0 $vf/vf-p2pn/%f.vf
#
# tfm used in the above vf (NTT subfont tfm, i.e. dmjsy10.tfm ...)
-font tfm * 0 $nsf/tfm/%f.tfm
+font tfm * 0 $nsf/mincho/%f.tfm
+font tfm * 0 $nsf/gothic/%f.tfm
#
# tfm of ascii font
-font tfm * 0 $f/tfm/%f.tfm
+font tfm * 0 $f/%f.tfm
#
ptex special vert "ps:gsave currentpoint currentpoint translate 90 rotate neg exch neg exch translate"
ptex special end "ps:currentpoint grestore moveto"