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