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

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

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