Annotation of OpenXM/doc/issac2000/issac2000.tex, Revision 1.4
1.4 ! noro 1: %$OpenXM: OpenXM/doc/issac2000/issac2000.tex,v 1.3 2000/01/03 04:27:52 takayama Exp $
1.1 takayama 2: %% You need acmconf.cls and flushend.sty to compile this file.
3: %% They may be obtained from
4: %% http://riksun.riken.go.jp/archives/tex-archive/macros/latex/contrib/supported/acmconf/
5: \documentclass[submit]{acmconf}
6: %\documentclass{article}
7: %% \CopyrightText{\copyright 2000, }
8: \IfFileExists{graphicx.sty}{\usepackage{graphicx}}{}
1.4 ! noro 9: \IfFileExists{epsfig.sty}{\usepackage{epsfig}}{}
1.1 takayama 10: \ConferenceName{1. ISSAC 2000, St. Andrews, UK, 2000}
11: \ConferenceShortName{ISSAC2000}
1.3 takayama 12: \def\OpenXM{{\rm OpenXM\ }}
1.1 takayama 13:
14: \begin{document}
15: \date{January 16, 2000}
16: \title{OpenXM
17: --- an Open System \\ to Integrate Mathematical Softwares}
18: \author{\Author{Masahide Maekawa}\\
19: \Address{Kobe University}\\
20: \Email{maekawa@math.kobe-u.ac.jp}\\
21: \and
22: \Author{Masayuki Noro}\\
23: \Address{Fujitsu Labs}\\
24: \Email{noryo@flab.fujitsu.co.jp}
25: \and
26: \Author{Katsuyoshi Ohara}\\
27: \Address{Kanazawa University}\\
28: \Email{ohara@air.s.kanazawa-u.ac.jp}
29: \and
30: \Author{Yukio Okutani}\\
31: \Address{Kobe University}\\
32: \Email{okutani@math.kobe-u.ac.jp}
33: \and
34: \Author{Nobuki Takayama}\\
35: \Address{Kobe University}\\
36: \Email{takayama@math.kobe-u.ac.jp}
37: \and
38: \Author{Yasushi Tamura}\\
39: \Address{Kobe University}\\
40: \Email{tamura@math.kobe-u.ac.jp}
41: }
42: \maketitle
43:
44: \begin{abstract}
45: \OpenXM is a free, or Open Source, infrastructure for mathematical
46: softwares.
47: It provides methods and protocols
48: to integrate various mathematical softwares.
49: \OpenXM package is a set of softwares that supports \OpenXM protocols.
50: It is currently a collection of softwares
51: {\tt Risa/Asir} \cite{asir}, {\tt Kan/sm1} \cite{kan}, {\tt PHC} pack \cite{phc}, {\tt GNUPLOT},
52: {\tt Mathematica} interface, and
1.2 takayama 53: {\tt OpenMath}/XML \cite{OpenMath} interpreter.
1.1 takayama 54: More and more softwares are wrapped with the \OpenXM stackmachine;
1.2 takayama 55: they are getting a member of \OpenXM package. \\
56: {\it Availability}: The OpenXM package is obtainable from \cite{openxm-web}.
1.3 takayama 57: \end{abstract}
58:
59: \begin{keywords}
60: Asir,
61: IAMC, Interactive Distributed Computation,
62: Integration of Mathematical Softwares,
63: MP, OpenMath, OpenXM.
64: \end{keywords}
65:
66: %\section{Introduction}
1.1 takayama 67:
1.2 takayama 68: \input{design-outline}
1.1 takayama 69:
1.2 takayama 70: \input{ox-messages}
1.1 takayama 71:
1.2 takayama 72: \input{data-format}
1.1 takayama 73:
1.2 takayama 74: \input{openxm-stackmachines}
75:
76: \input{session-management}
77:
78: \input{openxm-clients}
79:
80: \input{openxm-development-environment}
81:
82: \input{homogeneous-network}
83: \input{heterotic-network}
84:
85: \input{bib}
1.1 takayama 86: \end{document}
87: \endinput
88: %%
89:
90:
91: %%Text may be set as \emph{emph}.\\
92: %%Text may be set as \texttt{texttt}.\\
93: %%Text may be set as \underline{unterline}.\\
94: %%Text may be set as \textbf{textbf}.\\
95: %%Text may be set as \textrm{textrm}.\\
96: %%Text may be set as {\tiny tiny}.\\
97:
98: %%\begin{figure}
99: %%\hrule
100: %%Nice Postscript, isn't it?
101: %%\begin{center}
102: %%\IfFileExists{graphicx.sty}{
103: %% \includegraphics{body.eps}
104: %%}{
105: %% Sorry, package \texttt{graphicx} not present.
106: %%}
107: %%\end{center}
108: %%Same, a little bit smaller:
109: %%\begin{center}
110: %%\IfFileExists{graphicx.sty}{
111: %% \includegraphics[scale=.5]{body.eps}
112: %% }{
113: %% Sorry, package \texttt{graphicx} not present.
114: %%}
115: %%\end{center}
116: %%\caption{\label{fig-1}This is a nice floating figure}
117: %%\hrule
118: %%\end{figure}
119:
120:
121:
122:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>