Index: kit/USAGE
diff -u kit/USAGE:1.23 kit/USAGE:1.24
--- kit/USAGE:1.23	Sun Sep  6 13:34:43 1998
+++ kit/USAGE	Mon Nov 30 13:27:15 1998
@@ -200,10 +200,22 @@
 
 (1) TeX
 - Obtain .dvi file for the expression with TeX.
-- With dvipr you can obtain .eps file for the dvi.
+e.g. the following code would do:
+
+\documentstyle{article}
+\pagestyle{empty}
+\thispagestyle{empty}
+\begin{document}
+...formula...
+\end{document}
+
+- With dvips you can obtain .eps file for the dvi.
+
+e.g. latex foo.tex ; dvips -f -E foo.dvi > foo.eps
+
 - Include .eps file into your presentation as follows:
 
-	%image "foo.eps"
+	%image "foo.eps" 0 width height
 
 (2) eqn/troff
 - Obtain .ps file for the expression with eqn/troff.
Index: kit/USAGE.jp
diff -u kit/USAGE.jp:1.16 kit/USAGE.jp:1.17
--- kit/USAGE.jp:1.16	Sat Oct 17 23:30:41 1998
+++ kit/USAGE.jp	Tue Dec  1 07:51:01 1998
@@ -200,29 +200,66 @@
 
 				 $B?t<0(B
 
-.mgp $B%U%!%$%k$K?t<0$rKd$a9~$`$K$O>/$J$/$H$b(B 3 $B$D$NJ}K!$,$"$j$^$9!#(B
-
-(1) TeX
-- TeX $B$G?t<0$r=q$$$F(B .dvi $B%U%!%$%k$r@8@.$7$^$9!#(B
-- dvipr $B$r;H$C$F!"(B.dvi $B%U%!%$%k$r(B .eps $B%U%!%$%k$KJQ49$7$^$9!#(B
-- .eps $B%U%!%$%k$r0J2<$N$h$&$KFI$_9~$_$^$9!#(B
+.mgp $B%U%!%$%k$K?t<0$rKd$a9~$`J}K!$K$OBg$-$/J,$1$F!"(B
+	1) $B;vA0$K$J$s$i$+$NJ}K!$G?^7A%U%!%$%k$KJQ49$7$F$*$/(B
+	2) $B%U%#%k%?%3%^%s%I$rMxMQ$7$F!"F0E*$K:n@.$9$k(B
+$B$N(B2$B$D$,$"$j$^$9!#(B
+
+[$B@EE*$JJ}K!(B]
+  (1) TeX
+  - TeX $B$G?t<0$r=q$$$F(B .dvi $B%U%!%$%k$r@8@.$7$^$9!#(B
+  - dvipr $B$r;H$C$F!"(B.dvi $B%U%!%$%k$r(B .eps $B%U%!%$%k$KJQ49$7$^$9!#(B
+  - .eps $B%U%!%$%k$r0J2<$N$h$&$KFI$_9~$_$^$9!#(B
 
 	%image "foo.eps"
 
-(2) eqn/troff
-- eqn/troff $B$G?t<0$r=q$$$F(B .ps $B%U%!%$%k$rF@$^$9!#(B
-- .ps $B%U%!%$%k$r(B .eps $B%U%!%$%k$KJQ49$7$^$9!#(B(e.g. pstoepsi)
-- .eps $B%U%!%$%k$r0J2<$N$h$&$KFI$_9~$_$^$9!#(B
+  (2) eqn/troff
+  - eqn/troff $B$G?t<0$r=q$$$F(B .ps $B%U%!%$%k$rF@$^$9!#(B
+  - .ps $B%U%!%$%k$r(B .eps $B%U%!%$%k$KJQ49$7$^$9!#(B(e.g. pstoepsi)
+  - .eps $B%U%!%$%k$r0J2<$N$h$&$KFI$_9~$_$^$9!#(B
 
 	%image "foo.eps"
 
-(3) $B%S%C%H%^%C%W(B ($B$*4+$a$G$-$^$;$s(B)
-- TeX $B$+(B eqn/troff $B$r;H$C$F?t<0$r=q$-!"(B.ps $B%U%!%$%k$rF@$^$9!#(B
-- .ps $B%U%!%$%k$r(B .pnm $B%U%!%$%k$KJQ49$7$^$9!#(B(e.g. pstopnm)
-- .pnm $B%U%!%$%k$r(B .pbm $B%U%!%$%k$KJQ49$7$^$9!#(B(e.g. pnmcrop)
-- .pbm $B%U%!%$%k$r0J2<$N$h$&$KFI$_9~$_$^$9!#(B
+  (3) $B%S%C%H%^%C%W(B ($B$*4+$a$G$-$^$;$s(B)
+  - TeX $B$+(B eqn/troff $B$r;H$C$F?t<0$r=q$-!"(B.ps $B%U%!%$%k$rF@$^$9!#(B
+  - .ps $B%U%!%$%k$r(B .pnm $B%U%!%$%k$KJQ49$7$^$9!#(B(e.g. pstopnm)
+  - .pnm $B%U%!%$%k$r(B .pbm $B%U%!%$%k$KJQ49$7$^$9!#(B(e.g. pnmcrop)
+  - .pbm $B%U%!%$%k$r0J2<$N$h$&$KFI$_9~$_$^$9!#(B
 
 	%image "foo.pbm"
+
+
+[$BF0E*$JJ}K!(B]
+  (1) TeX
+  - mgp$B%U%!%$%kCf$K(BTeX$B7A<0$G=q$$$??t<0$rKd$a9~$a$^$9(B
+  - $B?t<0$r(B
+       %filter "tex2eps.sh eqn1"
+       My \TeX\ is nicer with $Magic$ Point  <=$B$3$3$K(BTeX$B7A<0$G=q$/(B
+       %endfilter
+       %image "eqn1.eps" 250x200
+    $B$N$h$&$J7A$G5-=R$7$^$9!#(B
+
+  ($BCm0U(B)  tex2eps$B%3%^%s%I$,<B9T$G$-$k$h$&$K$J$C$F$$$kI,MW$,$"$j$^$9!#(B
+	  magicpoint$BG[I[%-%C%H$N(Bcontrib$B$K$"$k(Btex2eps.sh$B$r%Q%9$,DL$k(B
+	  $B>l=j$K<B9T%S%C%H$r$?$F$FCV$$$F$/$@$5$$!#(B
+
+	  $B$=$l$K2C$($F!"(Btex$B$*$h$S(Bdvips$B%3%^%s%I$,I,MW$G$9!#(B
+
+  (2) eqn/troff
+  - mgp$B%U%!%$%kCf$K(Beqn$B7A<0$G=q$$$??t<0$rKd$a9~$a$^$9(B
+  - $B?t<0$r(B
+       %filter "eqn2eps.sh eqn1"
+       1 over sqrt {ax sup 2+bx+c}	<=$B$3$3$K(Beqn$B7A<0$G=q$/(B
+       %endfilter
+       %center, image "eqn1.eps" 0 400 400 1
+    $B$N$h$&$J7A$G5-=R$7$^$9!#(B
+
+   ($BCm0U(B)  eqn2eps$B%3%^%s%I$,<B9T$G$-$k$h$&$K$J$C$F$$$kI,MW$,$"$j$^$9!#(B
+	   magicpoint$BG[I[%-%C%H$N(Bcontrib$B$K$"$k(Btex2eps.sh$B$r%Q%9$,DL$k(B
+	   $B>l=j$K<B9T%S%C%H$r$?$F$FCV$$$F$/$@$5$$!#(B
+
+	  $B$=$l$K2C$($F!"(Bgroff$B$*$h$S(Bghostscript/ps2epsi$B%3%^%s%I$,I,(B
+	  $BMW$G$9!#(B
 
 
 		   $B%W%l%<%s%U%!%$%k$r(B Web $B$KE=$m$&(B
Index: kit/contrib/eqn2eps.sh
diff -u /dev/null kit/contrib/eqn2eps.sh:1.2
--- /dev/null	Mon Dec  7 05:10:09 1998
+++ kit/contrib/eqn2eps.sh	Tue Dec  1 07:37:53 1998
@@ -0,0 +1,22 @@
+#! /bin/sh
+#
+# The script is originary contributed by 
+# Sylvain Pion <Sylvain.Pion@sophia.inria.fr>
+# 	modified by Youjiro UO to support of eqn format formura
+#
+# Expected usage:
+#	%filter "eqn2eps.sh eqn1"
+#	1 over sqrt {ax sup 2+bx+c}
+#	%endfilter
+#	%center, image "eqn1.eps" 0 400 400 1
+#
+# temporary filename (without .eps suffix)
+tmp=$1
+
+echo '.EQN' > $tmp.eqn
+echo '.EQ' >> $tmp.eqn
+cat >> $tmp.eqn
+echo '.EN' >> $tmp.eqn
+groff -e $tmp.eqn > $tmp.ps
+ps2epsi $tmp.ps $tmp.eps
+/bin/rm -f $tmp.eqn $tmp.ps 
Index: kit/contrib/tex2eps.sh
diff -u /dev/null kit/contrib/tex2eps.sh:1.1
--- /dev/null	Mon Dec  7 05:10:10 1998
+++ kit/contrib/tex2eps.sh	Mon Nov 30 22:21:55 1998
@@ -0,0 +1,21 @@
+#! /bin/sh
+#
+# The script is contributed by Sylvain Pion <Sylvain.Pion@sophia.inria.fr>.
+#  Subject: (mgp-users 00071) Re: remarks against 1.04a
+#
+# Expected usage:
+#	%filter "tex2eps.sh b"
+#	My \TeX\ is nicer with $Magic$ Point
+#	%endfilter
+#	%image "b.eps" 250x200
+#
+
+# temporary filename (without .eps suffix)
+tmp=$1
+
+echo '\nopagenumbers' > $tmp.tex
+cat >> $tmp.tex
+echo '\end' >> $tmp.tex
+tex $tmp.tex > /dev/null 2> /dev/null
+dvips -q -E $tmp.dvi -o $tmp.eps
+/bin/rm -f $tmp.tex $tmp.log $tmp.dvi
