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

Annotation of OpenXM/doc/issac2000/issac2000.tex, Revision 1.2

1.2     ! takayama    1: %$OpenXM: OpenXM/doc/issac2000/issac2000.tex,v 1.1 1999/12/23 10:25:08 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}
                     11: \def\OpenXM{{\tt OpenXM\ }}
                     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:   This is an abstract.
                     45: \end{abstract}
                     46:
                     47: \begin{keywords}
                     48: OpenMath, MP, OpenXM.
                     49: \end{keywords}
                     50:
                     51: \section{Introduction}
                     52: \OpenXM is a free, or Open Source, infrastructure for mathematical
                     53: softwares.
                     54: It provides methods and protocols
                     55: to integrate various mathematical softwares.
                     56: \OpenXM package is a set of softwares that supports \OpenXM protocols.
                     57: It is currently a collection of softwares
                     58: {\tt Risa/Asir} \cite{asir}, {\tt Kan/sm1} \cite{kan}, {\tt PHC} pack \cite{phc}, {\tt GNUPLOT},
                     59: {\tt Mathematica} interface, and
1.2     ! takayama   60: {\tt OpenMath}/XML \cite{OpenMath} interpreter.
1.1       takayama   61: More and more softwares are wrapped with the \OpenXM stackmachine;
1.2     ! takayama   62: they are getting a member of \OpenXM package. \\
        !            63: {\it Availability}: The OpenXM package is obtainable from \cite{openxm-web}.
1.1       takayama   64:
1.2     ! takayama   65: \input{design-outline}
1.1       takayama   66:
1.2     ! takayama   67: \input{ox-messages}
1.1       takayama   68:
1.2     ! takayama   69: \input{data-format}
1.1       takayama   70:
1.2     ! takayama   71: \input{openxm-stackmachines}
        !            72:
        !            73: \input{session-management}
        !            74:
        !            75: \input{openxm-clients}
        !            76:
        !            77: \input{openxm-development-environment}
        !            78:
        !            79: \input{homogeneous-network}
        !            80: \input{heterotic-network}
        !            81:
        !            82: \input{bib}
1.1       takayama   83: \end{document}
                     84: \endinput
                     85: %%
                     86:
                     87:
                     88: %%Text may be set as \emph{emph}.\\
                     89: %%Text may be set as \texttt{texttt}.\\
                     90: %%Text may be set as \underline{unterline}.\\
                     91: %%Text may be set as \textbf{textbf}.\\
                     92: %%Text may be set as \textrm{textrm}.\\
                     93: %%Text may be set as {\tiny tiny}.\\
                     94:
                     95: %%\begin{figure}
                     96: %%\hrule
                     97: %%Nice Postscript, isn't it?
                     98: %%\begin{center}
                     99: %%\IfFileExists{graphicx.sty}{
                    100: %%  \includegraphics{body.eps}
                    101: %%}{
                    102: %%  Sorry, package \texttt{graphicx} not present.
                    103: %%}
                    104: %%\end{center}
                    105: %%Same, a little bit smaller:
                    106: %%\begin{center}
                    107: %%\IfFileExists{graphicx.sty}{
                    108: %%  \includegraphics[scale=.5]{body.eps}
                    109: %%  }{
                    110: %%  Sorry, package \texttt{graphicx} not present.
                    111: %%}
                    112: %%\end{center}
                    113: %%\caption{\label{fig-1}This is a nice floating figure}
                    114: %%\hrule
                    115: %%\end{figure}
                    116:
                    117:
                    118:
                    119:

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