[BACK]Return to OpenXM.tex CVS log [TXT][DIR] Up to [local] / OpenXM / doc / OpenXM-specs

Annotation of OpenXM/doc/OpenXM-specs/OpenXM.tex, Revision 1.19

1.19    ! takayama    1: %%  $OpenXM: OpenXM/doc/OpenXM-specs/OpenXM.tex,v 1.18 2002/01/20 09:26:21 takayama Exp $
1.2       noro        2: \documentclass{article}
                      3: \IfFileExists{epsfig.sty}{\usepackage{epsfig}}{}
1.9       takayama    4: \usepackage{html}
1.2       noro        5: \begin{document}
1.1       noro        6: /*&jp
1.14      takayama    7: \title{{\bf Open XM の設計と実装: クライアントサーバモデルと数学共通表現 (OpenXM-RFC 100, proposed standard)} \\
1.1       noro        8:  --- Open message eXchange protocol for Mathematics }
1.6       takayama    9: \author{ 野呂正行,
1.11      takayama   10:          高山信毅\thanks{神戸大学理学部数学教室,\htmladdnormallink{http://www.math.kobe-u.ac.jp/$\tilde{\ }$taka}{http://www.math.kobe-u.ac.jp/\tilde{\ }taka}}}
1.17      takayama   11: \date{ 1997年, 11月20日 --- 2000年, 11月17日, \\
1.19    ! takayama   12:        2001年, 8月27日, 2002年, 1月20日 (小修正),\\
        !            13:         これ以後の修正は changeLog を見よ.}
1.1       noro       14: */
                     15: /*&eg
1.14      takayama   16: \title{{\bf Design and Implementation of OpenXM client server model and
                     17: common mathematical object format (OpenXM-RFC 100, proposed standard)} \\
1.5       takayama   18:  --- Open message eXchange protocol for Mathematics
                     19: }
1.6       takayama   20: \author{ Masayuki Noro,
1.11      takayama   21:          Nobuki Takayama\thanks{Department of Mathematics, Kobe University,\htmladdnormallink{http://www.math.kobe-u.ac.jp/$\tilde{\ }$taka}{http://www.math.kobe-u.ac.jp/\tilde{\ }taka}}}
1.17      takayama   22: \date{ November 20, 1997 --- November 17, 2000, \\
1.19    ! takayama   23:        August 27, 2001, January 20, 2002 (minor change), \\
        !            24:        See changeLog about changes after this date.}
1.1       noro       25: */
1.19    ! takayama   26:
1.1       noro       27: \maketitle
1.19    ! takayama   28:
        !            29: \noindent ChangeLog
        !            30:
        !            31: /*&eg
        !            32:
        !            33:
        !            34: \noindent
        !            35: 2004-3-8: We add a new stackmacine command {\tt SM\_executeFunctionWithOptionalArgument}.
        !            36:
        !            37: */
        !            38:
        !            39:
        !            40:
        !            41: /*&jp
        !            42:
        !            43:
        !            44: \noindent
        !            45: 2004-3-8: 新しい SM コマンド {\tt SM\_executeFunctionWithOptionalArgument} を加えた.
        !            46:
        !            47: */
        !            48:
        !            49: \bigbreak
        !            50:
        !            51:
1.13      ohara      52: \newpage
                     53: \tableofcontents
                     54: \newpage
1.1       noro       55: \def\noroa#1{  }
                     56: \def\remove#1{ }
1.7       takayama   57:
                     58: //&C \noindent Draft for protocol version 1.1.3.  \\
                     59: //&C 1.1.3 is encoded as 001001003 in mathcap. \\
1.19    ! takayama   60:
1.1       noro       61:
                     62: /*&jp
                     63: {\tt kxx/openxxx.tex}. {\bf Draft} 1997, 11/20 --- .
                     64: この文書は open XM の設計用のメモとしての役目もあるので,
                     65: 一部のファイル名は開発者のみが参照できる.
                     66: */
                     67:
                     68: /*&C
                     69: \input{introduction}
                     70: \input{cmo-basic0}
                     71: \input{formal-expression}
                     72: \input{communication-model}
                     73: \input{stackmachine}
                     74: \input{project}
                     75: \input{control}
                     76: \input{start-session}
                     77: \input{string-expression}
                     78: \input{cmo-basic1}
                     79: \input{ox-localdata}
                     80: \input{error}
                     81: \input{redefine}
                     82: \input{implementation}
                     83: \input{howtowrite}
                     84: \input{cmo-register}
1.3       noro       85: %\input{appendix}
1.1       noro       86: \input{library}
                     87: */
                     88:
                     89: /*&C
                     90:
                     91: \begin{thebibliography}{99}
1.4       noro       92: \bibitem{GKW}
                     93: Gray, S., Kajler, N. and Wang, P. S.,
                     94: Design and Implementation of MP, a Protocol for Efficient
                     95:   Exchange of Mathematical Expressions,
                     96:   {\sl Journal of Symbolic Computation}, 1996.
                     97: \bibitem{gap}
                     98: Linton, S. and Solomon, A.,
                     99: OpenMath, IAMC and {\tt GAP},
                    100: preprint, 1999.
                    101: \bibitem{asir}
                    102: Noro, M. et al.,
                    103: A Computer Algebra System {\tt Risa/Asir},  1993, 1995, 2000\\
1.9       takayama  104: \htmladdnormallink{ftp://archives.cs.ehime-u.ac.jp/pub/asir2000/}{ftp://archives.cs.ehime-u.ac.jp/pub/asir2000/}
1.18      takayama  105: \bibitem{openmath}  \htmladdnormallink{{\tt http://www.openmath.org}}{http://www.openmath.org}
                    106: \bibitem{openxxx}   \htmladdnormallink{{\tt http://www.math.kobe-u.ac.jp/OpenXM}/}{http://www.math.kobe-u.ac.jp/OpenXM/}  \rm
1.1       noro      107: \bibitem{openasir-intro}  Ohara, Takayama, Noro: Introduction to Open Asir ,
                    108: 1999, (in Japanese),
1.9       takayama  109: Suushiki-Shyori, Vol 7, No 2, 2--17. (ISBN4-87243-086-7, SEG , Tokyo).
1.4       noro      110: \bibitem{kan}
                    111: Takayama, N.,
                    112: {\em Kan: A system for computation in
                    113: algebraic analysis,} 1991 version 1,
                    114: 1994 version 2, the latest version is 2.991106.
1.9       takayama  115: \htmladdnormallink{ftp://ftp.math.kobe-u.ac.jp/pub/kan}{ftp://ftp.math.kobe-u.ac.jp/pub/kan}
1.4       noro      116: \bibitem{phc}
                    117: Verschelde, J.,
                    118: PHCpack: A general-purpose solver for polynomial systems by
                    119: homotopy continuation.  ACM Transaction on Mathematical Softwares, 25(2)
                    120: 251-276, 1999.
                    121: \bibitem{iamc}
                    122: Wang, P.,
                    123: Design and Protocol for Internet Accessible Mathematical Computation.
                    124: Technical Report ICM-199901-001, ICM/Kent State University, 1999.
1.8       takayama  125: \bibitem{xml}
                    126: XML
1.10      takayama  127: \htmladdnormallink{\tt http://www.w3c.org}{http://www.w3c.org}
1.1       noro      128: \end{thebibliography}
                    129: */
                    130:
                    131: /*&C
                    132: \bigbreak
                    133: \bigbreak
                    134: \bigbreak
                    135:
                    136: \small{
                    137: \noindent
                    138:     \rightline{ Masayuki Noro,}
1.8       takayama  139:     \rightline{ FUJITSU LABORATORIES LTD., Kawasaki, Japan; (by Aug., 2000)}
1.4       noro      140:  \rightline{{\tt noryo@flab.fujitsu.co.jp}}
1.8       takayama  141:    \rightline{Current Address: Department of Mathematics, Kobe University,
                    142:                Rokko, Kobe, 657-8501, Japan;}
                    143: \rightline{{\tt noro@math.kobe-u.ac.jp}}
1.1       noro      144:
                    145: \vskip .5cm
                    146:
                    147: \noindent
                    148:     \rightline{ Nobuki Takayama,}
                    149:    \rightline{Department of Mathematics, Kobe University,
                    150:                Rokko, Kobe, 657-8501, Japan;}
                    151: \rightline{{\tt takayama@math.kobe-u.ac.jp}}
                    152: }
                    153:
                    154: \end{document}
                    155: */

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>