[BACK]Return to calc2000.tex CVS log [TXT][DIR] Up to [local] / OpenXM / doc / calc2000

Annotation of OpenXM/doc/calc2000/calc2000.tex, Revision 1.1.1.1

1.1       noro        1: %$OpenXM: OpenXM/doc/issac2000/issac2000.tex,v 1.12 2000/01/17 08:50:56 noro Exp $
                      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}.
                     61: \end{abstract}
                     62:
                     63: %\begin{keywords}
                     64: %Asir,
                     65: %IAMC, Interactive Distributed Computation,
                     66: %Integration of Mathematical Software,
                     67: %MP, OpenMath, OpenXM.
                     68: %\end{keywords}
                     69:
                     70: %\section{Introduction}
                     71:
                     72: \input{design-outline}
                     73:
                     74: \input{ox-messages}
                     75:
                     76: \input{data-format}
                     77:
                     78: \input{openxm-stackmachines}
                     79:
                     80: \input{session-management}
                     81:
                     82: \input{openxm-clients}
                     83:
                     84: \input{openxm-development-environment}
                     85:
                     86: \input{heterotic-network}
                     87: \input{homogeneous-network}
                     88:
                     89: \input{bib}
                     90: \end{document}
                     91: \endinput
                     92: %%
                     93:
                     94:
                     95: %%Text may be set as \emph{emph}.\\
                     96: %%Text may be set as \texttt{texttt}.\\
                     97: %%Text may be set as \underline{unterline}.\\
                     98: %%Text may be set as \textbf{textbf}.\\
                     99: %%Text may be set as \textrm{textrm}.\\
                    100: %%Text may be set as {\tiny tiny}.\\
                    101:
                    102: %%\begin{figure}
                    103: %%\hrule
                    104: %%Nice Postscript, isn't it?
                    105: %%\begin{center}
                    106: %%\IfFileExists{graphicx.sty}{
                    107: %%  \includegraphics{body.eps}
                    108: %%}{
                    109: %%  Sorry, package \texttt{graphicx} not present.
                    110: %%}
                    111: %%\end{center}
                    112: %%Same, a little bit smaller:
                    113: %%\begin{center}
                    114: %%\IfFileExists{graphicx.sty}{
                    115: %%  \includegraphics[scale=.5]{body.eps}
                    116: %%  }{
                    117: %%  Sorry, package \texttt{graphicx} not present.
                    118: %%}
                    119: %%\end{center}
                    120: %%\caption{\label{fig-1}This is a nice floating figure}
                    121: %%\hrule
                    122: %%\end{figure}
                    123:
                    124:
                    125:
                    126:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>