=================================================================== RCS file: /home/cvs/OpenXM/src/ox_math/documents/math2ox.texi,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- OpenXM/src/ox_math/documents/math2ox.texi 2000/03/14 14:59:39 1.6 +++ OpenXM/src/ox_math/documents/math2ox.texi 2000/03/15 08:22:20 1.7 @@ -1,4 +1,4 @@ -%% $OpenXM: OpenXM/src/ox_math/documents/math2ox.texi,v 1.5 2000/03/14 14:25:27 ohara Exp $ +%% $OpenXM: OpenXM/src/ox_math/documents/math2ox.texi,v 1.6 2000/03/14 14:59:39 ohara Exp $ \input texinfo @iftex @@ -52,11 +52,12 @@ to call OpenXM servers. The @code{math2ox} communicates with OpenXM servers by the OpenXM protocol and communicates with Mathematica by MathLink. +In order to execute @code{math2ox}, you need to type as follows: @example In[1]:= Install["math2ox"] @end example -We recommend loading a mathematica program @code{oxclient.m} instead of +We recommend loading a Mathematica program @code{oxclient.m} instead of calling @code{Install[]} directly: @example In[1] := <