=================================================================== RCS file: /home/cvs/OpenXM/src/ox_math/documents/math2ox.texi,v retrieving revision 1.1 retrieving revision 1.6 diff -u -p -r1.1 -r1.6 --- OpenXM/src/ox_math/documents/math2ox.texi 2000/03/08 06:59:37 1.1 +++ OpenXM/src/ox_math/documents/math2ox.texi 2000/03/14 14:59:39 1.6 @@ -1,4 +1,4 @@ -%% $OpenXM$ +%% $OpenXM: OpenXM/src/ox_math/documents/math2ox.texi,v 1.5 2000/03/14 14:25:27 ohara Exp $ \input texinfo @iftex @@ -34,28 +34,128 @@ @node Top,, (dir), (dir) @menu +* Starting OX servers:: * Mathematica Client Functions:: * Sample Programs:: +* Example:: +* References:: @end menu -@node Mathematica Client Functions,,, Top +@node Starting OX servers,,, Top +@chapter Starting OX servers -@chapter Mathematica Client Functions +@node Loading an OX Client on Mathematica,,, Starting OX servers +@section Loading an OX Client on Mathematica The program @code{math2ox} is an external module for Mathematica to call OpenXM servers. The @code{math2ox} communicates with OpenXM servers by the OpenXM protocol and communicates with Mathematica by MathLink. +@example +In[1]:= Install["math2ox"] +@end example + +We recommend loading a mathematica program @code{oxclient.m} instead of +calling @code{Install[]} directly: +@example +In[1] := <