[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.14

1.14    ! takayama    1: %%  $OpenXM: OpenXM/doc/OpenXM-specs/OpenXM.tex,v 1.13 2000/12/05 04:08:27 ohara 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}}}
                     11: \date{ 2000年, 11月17日}
1.1       noro       12: */
                     13: /*&eg
1.14    ! takayama   14: \title{{\bf Design and Implementation of OpenXM client server model and
        !            15: common mathematical object format (OpenXM-RFC 100, proposed standard)} \\
1.5       takayama   16:  --- Open message eXchange protocol for Mathematics
                     17: }
1.6       takayama   18: \author{ Masayuki Noro,
1.11      takayama   19:          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}}}
                     20: \date{ November 17, 2000 }
1.1       noro       21: */
                     22: \maketitle
1.13      ohara      23: \newpage
                     24: \tableofcontents
                     25: \newpage
1.1       noro       26: \def\noroa#1{  }
                     27: \def\remove#1{ }
1.7       takayama   28:
                     29: //&C \noindent Draft for protocol version 1.1.3.  \\
                     30: //&C 1.1.3 is encoded as 001001003 in mathcap. \\
1.1       noro       31:
                     32: /*&jp
                     33: {\tt kxx/openxxx.tex}. {\bf Draft} 1997, 11/20 --- .
                     34: この文書は open XM の設計用のメモとしての役目もあるので,
                     35: 一部のファイル名は開発者のみが参照できる.
                     36: */
                     37:
                     38: /*&C
                     39: \input{introduction}
                     40: \input{cmo-basic0}
                     41: \input{formal-expression}
                     42: \input{communication-model}
                     43: \input{stackmachine}
                     44: \input{project}
                     45: \input{control}
                     46: \input{start-session}
                     47: \input{string-expression}
                     48: \input{cmo-basic1}
                     49: \input{ox-localdata}
                     50: \input{error}
                     51: \input{redefine}
                     52: \input{implementation}
                     53: \input{howtowrite}
                     54: \input{cmo-register}
1.3       noro       55: %\input{appendix}
1.1       noro       56: \input{library}
                     57: */
                     58:
                     59: /*&C
                     60:
                     61: \begin{thebibliography}{99}
1.4       noro       62: \bibitem{GKW}
                     63: Gray, S., Kajler, N. and Wang, P. S.,
                     64: Design and Implementation of MP, a Protocol for Efficient
                     65:   Exchange of Mathematical Expressions,
                     66:   {\sl Journal of Symbolic Computation}, 1996.
                     67: \bibitem{gap}
                     68: Linton, S. and Solomon, A.,
                     69: OpenMath, IAMC and {\tt GAP},
                     70: preprint, 1999.
                     71: \bibitem{asir}
                     72: Noro, M. et al.,
                     73: A Computer Algebra System {\tt Risa/Asir},  1993, 1995, 2000\\
1.9       takayama   74: \htmladdnormallink{ftp://archives.cs.ehime-u.ac.jp/pub/asir2000/}{ftp://archives.cs.ehime-u.ac.jp/pub/asir2000/}
1.10      takayama   75: \bibitem{openmath}  \htmladdnormallink{\tt http://www.openmath.org}{http://www.openmath.org}
                     76: \bibitem{openxxx}   \htmladdnormallink{\tt http://www.math.kobe-u.ac.jp/OpenXM/}{http://www.math.kobe-u.ac.jp/OpenXM/}
1.1       noro       77: \bibitem{openasir-intro}  Ohara, Takayama, Noro: Introduction to Open Asir ,
                     78: 1999, (in Japanese),
1.9       takayama   79: Suushiki-Shyori, Vol 7, No 2, 2--17. (ISBN4-87243-086-7, SEG , Tokyo).
1.4       noro       80: \bibitem{kan}
                     81: Takayama, N.,
                     82: {\em Kan: A system for computation in
                     83: algebraic analysis,} 1991 version 1,
                     84: 1994 version 2, the latest version is 2.991106.
1.9       takayama   85: \htmladdnormallink{ftp://ftp.math.kobe-u.ac.jp/pub/kan}{ftp://ftp.math.kobe-u.ac.jp/pub/kan}
1.4       noro       86: \bibitem{phc}
                     87: Verschelde, J.,
                     88: PHCpack: A general-purpose solver for polynomial systems by
                     89: homotopy continuation.  ACM Transaction on Mathematical Softwares, 25(2)
                     90: 251-276, 1999.
                     91: \bibitem{iamc}
                     92: Wang, P.,
                     93: Design and Protocol for Internet Accessible Mathematical Computation.
                     94: Technical Report ICM-199901-001, ICM/Kent State University, 1999.
1.8       takayama   95: \bibitem{xml}
                     96: XML
1.10      takayama   97: \htmladdnormallink{\tt http://www.w3c.org}{http://www.w3c.org}
1.1       noro       98: \end{thebibliography}
                     99: */
                    100:
                    101: /*&C
                    102: \bigbreak
                    103: \bigbreak
                    104: \bigbreak
                    105:
                    106: \small{
                    107: \noindent
                    108:     \rightline{ Masayuki Noro,}
1.8       takayama  109:     \rightline{ FUJITSU LABORATORIES LTD., Kawasaki, Japan; (by Aug., 2000)}
1.4       noro      110:  \rightline{{\tt noryo@flab.fujitsu.co.jp}}
1.8       takayama  111:    \rightline{Current Address: Department of Mathematics, Kobe University,
                    112:                Rokko, Kobe, 657-8501, Japan;}
                    113: \rightline{{\tt noro@math.kobe-u.ac.jp}}
1.1       noro      114:
                    115: \vskip .5cm
                    116:
                    117: \noindent
                    118:     \rightline{ Nobuki Takayama,}
                    119:    \rightline{Department of Mathematics, Kobe University,
                    120:                Rokko, Kobe, 657-8501, Japan;}
                    121: \rightline{{\tt takayama@math.kobe-u.ac.jp}}
                    122: }
                    123:
                    124: \end{document}
                    125: */

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