Annotation of OpenXM/doc/OpenXM-specs/OpenXM.tex, Revision 1.1.1.1
1.1 noro 1: %% $OpenXM: OpenXM/src/kxx/openxxx.tex,v 1.7 2000/01/17 22:09:47 takayama Exp $
2: /*&jp
3: %\documentclass{jarticle}
4: \documentstyle{jarticle}
5: \title{{\bf Open XM の設計と実装} \\
6: --- Open message eXchange protocol for Mathematics }
7: \author{ 野呂正行\thanks{富士通研究所
8: } ,
9: 高山信毅\thanks{神戸大学理学部数学教室}
10: }
11: \date{ 2000年, 1月18日}
12: */
13: /*&eg
14: %\documentclass{article}
15: \documentstyle{article}
16: \title{{\bf Design and Implementation of OpenXM} \\
17: --- Open message eXchange protocol for Mathematics \\
18: (English Abstract of Japanese Original Document)}
19: \author{ Masayuki Noro\thanks{Fujitsu Laboratory
20: } ,
21: Nobuki Takayama\thanks{Department of Mathematics, Kobe University}
22: }
23: \date{ January 18, 2000 }
24: */
25: /*&C
26: \begin{document}
27: \maketitle
28:
29: \def\noroa#1{ }
30: \def\remove#1{ }
31: */
32:
33: /*&jp
34: {\tt kxx/openxxx.tex}. {\bf Draft} 1997, 11/20 --- .
35: この文書は open XM の設計用のメモとしての役目もあるので,
36: 一部のファイル名は開発者のみが参照できる.
37: */
38:
39: /*&C
40: \input{introduction}
41: \input{cmo-basic0}
42: \input{formal-expression}
43: \input{communication-model}
44: \input{stackmachine}
45: \input{project}
46: \input{control}
47: \input{start-session}
48: \input{string-expression}
49: \input{cmo-basic1}
50: \input{ox-localdata}
51: \input{error}
52: \input{redefine}
53: \input{implementation}
54: \input{howtowrite}
55: \input{cmo-register}
56: \input{appendix}
57: \input{library}
58: */
59:
60: /*&C
61:
62: \begin{thebibliography}{99}
63: \bibitem{openmath} {\tt http://www.openmath.org}
64: \bibitem{openxxx} {\tt http://www.math.kobe-u.ac.jp/OpenXM/ (under construction)}
65: \bibitem{openasir-intro} Ohara, Takayama, Noro: Introduction to Open Asir ,
66: 1999, (in Japanese),
67: Suushiki-Shyori, Vol 7, No 2, 2--17. (ISBN4-87243-086-7, SEG , Tokyo). \\
68: {\tt http://www.math.kobe-u.ac.jp/OpenXM/}
69: \end{thebibliography}
70: */
71:
72: /*&C
73: \bigbreak
74: \bigbreak
75: \bigbreak
76:
77: \small{
78: \noindent
79: \rightline{ Masayuki Noro,}
80: \rightline{ Fujitsu Laboratory, Kawasaki, Japan;}
81: \rightline{{\tt noro@para.flab.fujitsu.co.jp}}
82:
83: \vskip .5cm
84:
85: \noindent
86: \rightline{ Nobuki Takayama,}
87: \rightline{Department of Mathematics, Kobe University,
88: Rokko, Kobe, 657-8501, Japan;}
89: \rightline{{\tt takayama@math.kobe-u.ac.jp}}
90: }
91:
92: \end{document}
93: */
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>