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

Annotation of OpenXM/doc/ascm2001/ascm2001.tex, Revision 1.1

1.1     ! noro        1: %$OpenXM$
        !             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: \IfFileExists{epsfig.sty}{\usepackage{epsfig}}{}
        !            10: \ConferenceName{ISSAC 2000, St. Andrews, UK, 2000}
        !            11: \ConferenceShortName{ISSAC2000}
        !            12: \def\OpenXM{{\rm OpenXM\ }}
        !            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: for interactive distributed computation and
        !            49: for integrating mathematical softwares.
        !            50: \OpenXM package is a set of softwares that supports \OpenXM protocols.
        !            51: It is currently a collection of softwares
        !            52: {\tt Risa/Asir} \cite{asir}, {\tt Kan/sm1} \cite{kan}, {\tt PHC} pack \cite{phc}, {\tt GNUPLOT},
        !            53: {\tt Mathematica} interface, and
        !            54: {\tt OpenMath}/XML \cite{OpenMath} translator.
        !            55: These are wrapped with the \OpenXM stack machine
        !            56: to connect each other.
        !            57: {\it Availability}: The OpenXM package is obtainable at \cite{openxm-web}
        !            58: from January 24, 2000.
        !            59: \end{abstract}
        !            60:
        !            61: \begin{keywords}
        !            62: Asir,
        !            63: IAMC, Interactive Distributed Computation,
        !            64: Integration of Mathematical Softwares,
        !            65: MP, OpenMath, OpenXM.
        !            66: \end{keywords}
        !            67:
        !            68: %\section{Introduction}
        !            69:
        !            70: \input{design-outline}
        !            71:
        !            72: \input{ox-messages}
        !            73:
        !            74: \input{data-format}
        !            75:
        !            76: \input{openxm-stackmachines}
        !            77:
        !            78: \input{session-management}
        !            79:
        !            80: \input{openxm-clients}
        !            81:
        !            82: \input{openxm-development-environment}
        !            83:
        !            84: \input{heterotic-network}
        !            85: \input{homogeneous-network}
        !            86:
        !            87: \input{bib}
        !            88: \end{document}
        !            89: \endinput
        !            90: %%
        !            91:
        !            92:
        !            93: %%Text may be set as \emph{emph}.\\
        !            94: %%Text may be set as \texttt{texttt}.\\
        !            95: %%Text may be set as \underline{unterline}.\\
        !            96: %%Text may be set as \textbf{textbf}.\\
        !            97: %%Text may be set as \textrm{textrm}.\\
        !            98: %%Text may be set as {\tiny tiny}.\\
        !            99:
        !           100: %%\begin{figure}
        !           101: %%\hrule
        !           102: %%Nice Postscript, isn't it?
        !           103: %%\begin{center}
        !           104: %%\IfFileExists{graphicx.sty}{
        !           105: %%  \includegraphics{body.eps}
        !           106: %%}{
        !           107: %%  Sorry, package \texttt{graphicx} not present.
        !           108: %%}
        !           109: %%\end{center}
        !           110: %%Same, a little bit smaller:
        !           111: %%\begin{center}
        !           112: %%\IfFileExists{graphicx.sty}{
        !           113: %%  \includegraphics[scale=.5]{body.eps}
        !           114: %%  }{
        !           115: %%  Sorry, package \texttt{graphicx} not present.
        !           116: %%}
        !           117: %%\end{center}
        !           118: %%\caption{\label{fig-1}This is a nice floating figure}
        !           119: %%\hrule
        !           120: %%\end{figure}
        !           121:
        !           122:
        !           123:
        !           124:

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