%% $OpenXM: OpenXM/src/ox_math/documents/math2ox.texi,v 1.7 2000/03/15 08:22:20 ohara Exp $ \input texinfo @iftex @catcode`@#=6 @def@b#1{{@bf@gt #1}} @catcode`@#=@other @end iftex @overfullrule=0pt @c -*-texinfo-*- @comment %**start of header @setfilename Math2ox @settitle Math2ox @comment %**end of header @comment %@setchapternewpage odd @iftex @comment @finalout @end iftex @titlepage @title Math2ox @subtitle Math2ox User's Manual (English Edition) @subtitle Edition 1.1.2 for OpenXM/oxmath @subtitle March 2000 @author by Katsuyoshi Ohara @end titlepage @synindex vr fn @comment node-name, next, previous, up @node Top,, (dir), (dir) @menu * Starting OX servers:: * Mathematica Client Functions:: * Sample Programs:: * Example:: * References:: @end menu @node Starting OX servers,,, Top @chapter Starting OX servers @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. 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 calling @code{Install[]} directly: @example In[1] := <