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