=================================================================== RCS file: /home/cvs/OpenXM/src/asir-contrib/packages/doc/Attic/m.oxweave,v retrieving revision 1.2 retrieving revision 1.4 diff -u -p -r1.2 -r1.4 --- OpenXM/src/asir-contrib/packages/doc/Attic/m.oxweave 2003/05/20 23:25:28 1.2 +++ OpenXM/src/asir-contrib/packages/doc/Attic/m.oxweave 2003/07/27 13:18:46 1.4 @@ -1,4 +1,4 @@ -/* $OpenXM: OpenXM/src/asir-contrib/packages/doc/m.oxweave,v 1.1 2003/05/19 05:15:52 takayama Exp $ */ +/* $OpenXM: OpenXM/src/asir-contrib/packages/doc/m.oxweave,v 1.3 2003/07/16 05:36:24 takayama 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. */ @@ -8,6 +8,13 @@ @c DO NOT EDIT THIS FILE oxmath.texi It is automatically generated @c from asir-contrib/packages/doc/m.oxweave @node Mathematica Functions,,, Top +@menu +* mathematica.start:: +* mathematica.tree_to_string:: +* mathematica.rtomstr:: +@end menu + + */ /*&jp-texi @chapter Mathematica 函数 @@ -71,9 +78,6 @@ Author of @code{ox_math}: Katsuyoshi Ohara, @section Functions */ /*&jp-texi -@menu -* mathematica.start:: -@end menu @node mathematica.start,,, Mathematica Functions @subsection @code{mathematica.start} @findex mathematica.start @@ -95,9 +99,6 @@ Author of @code{ox_math}: Katsuyoshi Ohara, @end itemize */ /*&eg-texi -@menu -* mathematica.start:: -@end menu @node mathematica.start,,, Mathematica Functions @subsection @code{mathematica.start} @findex mathematica.start @@ -141,9 +142,6 @@ P = mathematica.start() */ /*&jp-texi -@menu -* mathematica.tree_to_string:: -@end menu @node mathematica.tree_to_string,,, Mathematica Functions @subsection @code{mathematica.tree_to_string} @findex mathematica.tree_to_string @@ -174,9 +172,6 @@ ox_math の戻す Mathematica の木構造データ @end itemize */ /*&eg-texi -@menu -* mathematica.tree_to_string:: -@end menu @node mathematica.tree_to_string,,, Mathematica Functions @subsection @code{mathematica.tree_to_string} @findex mathematica.tree_to_string @@ -235,7 +230,7 @@ mathematica.complex(2.3 , 4.55) [362] mathematica.tree_to_string(["Plus",["Complex",1.2,3.5],1/2]); (mathematica.complex(1.2 , 3.5))+(1/2) [380] eval_str(@@); -(1.7+3.5*@i) +(1.7+3.5*@@i) @end example */ /*&jp-texi @@ -262,9 +257,6 @@ mathematica.complex(2.3 , 4.55) */ /*&jp-texi -@menu -* mathematica.rtomstr:: -@end menu @node mathematica.rtomstr,,, Mathematica Functions @subsection @code{mathematica.rtomstr} @findex mathematica.rtomstr @@ -288,9 +280,6 @@ mathematica.complex(2.3 , 4.55) @end itemize */ /*&eg-texi -@menu -* mathematica.rtomstr:: -@end menu @node mathematica.rtomstr,,, Mathematica Functions @subsection @code{mathematica.rtomstr} @findex mathematica.rtomstr @@ -318,7 +307,7 @@ This function makes this sort of translations. /*&C-texi @example [259] mathematica.rtomstr([1,2,3]); -{1,2,3} +@{1,2,3@} [260] mathematica.rtomstr([[1,x,x^2],[1,y,y^2]]); @{@{1,x,x^2@},@{1,y,y^2@}@} @end example