=================================================================== RCS file: /home/cvs/OpenXM/src/asir-contrib/packages/doc/Attic/m.oxweave,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- OpenXM/src/asir-contrib/packages/doc/Attic/m.oxweave 2004/03/05 15:30:50 1.5 +++ OpenXM/src/asir-contrib/packages/doc/Attic/m.oxweave 2004/03/05 15:56:40 1.6 @@ -1,10 +1,10 @@ -/* $OpenXM: OpenXM/src/asir-contrib/packages/doc/m.oxweave,v 1.4 2003/07/27 13:18:46 takayama Exp $ */ +/* $OpenXM: OpenXM/src/asir-contrib/packages/doc/m.oxweave,v 1.5 2004/03/05 15:30:50 ohara Exp $ */ /* Use oxweave to generate documents on this source code Use iso-2022 to write this file. No default use of GL and GR is allowed. */ -/*&C-texi +/*&C @c DO NOT EDIT THIS FILE oxmath.texi It is automatically generated @c from asir-contrib/packages/doc/m.oxweave @node Mathematica Functions,,, Top @@ -39,7 +39,7 @@ The file @file{m} is at @file{$(OpenXM_HOME)/lib/asir- Note: @code{ox_reset} does not work. */ -/*&C-texi +/*&C @example @include opening.texi [258] load("m")$ @@ -54,7 +54,7 @@ See OpenXM/Copyright/Copyright.mathlink for details. @end example */ -/*&C-texi +/*&C @noindent @code{Mathematica} is the trade mark of Wolfram Research Inc. This package requires Mathmatica Version 3.0, so you need @@ -119,7 +119,7 @@ Integer @item The descriptor is stored in the variable @code{M_proc}. @end itemize */ -/*&C-texi +/*&C @example P = mathematica.start() @end example @@ -205,7 +205,7 @@ be understandable by @code{asir}. @code{m_(the key word)}. @end itemize */ -/*&C-texi +/*&C @example [267] mathematica.start(); 0 @@ -219,7 +219,7 @@ be understandable by @code{asir}. x^2-2*x+1 @end example */ -/*&C-texi +/*&C @example [259] mathematica.tree_to_string(["List",1,2]); [1 , 2] @@ -304,7 +304,7 @@ but @code{Mathematica} uses @code{@{}, @code{@}}. This function makes this sort of translations. @end itemize */ -/*&C-texi +/*&C @example [259] mathematica.rtomstr([1,2,3]); @{1,2,3@} @@ -330,7 +330,7 @@ by @code{r_tostr(M)} and makes Mathematica compute the inverse matrix of @code{M} by @code{ox_execute_string}. */ -/*&C-texi +/*&C @example def inverse(M) @{ P = 0;