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