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

Annotation of OpenXM/src/kxx/issac2000.tex, Revision 1.2

1.2     ! takayama    1: %$OpenXM: OpenXM/src/kxx/issac2000.tex,v 1.1 1999/12/14 09:31:40 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: %% \CopyrightText{\copyright 2000, }
                      7: \IfFileExists{graphicx.sty}{\usepackage{graphicx}}{}
                      8: \ConferenceName{1. ISSAC 2000, St. Andrews, UK, 2000}
                      9: \ConferenceShortName{ISSAC2000}
1.2     ! takayama   10: \def\OpenXM{{\tt OpenXM}}
1.1       takayama   11:
                     12: \begin{document}
                     13: \date{January 16, 2000}
                     14: \title{OpenXM
                     15:       --- an Open System \\ to Integrate Mathematical Softwares}
                     16: \author{\Author{Masahide Maekawa}\\
                     17:          \Address{Kobe University}\\
                     18:          \Email{maekawa@math.kobe-u.ac.jp}\\
                     19:          \and
                     20:          \Author{Masayuki Noro}\\
                     21:          \Address{Fujitsu Labs}\\
                     22:          \Email{noryo@flab.fujitsu.co.jp}
                     23:          \and
                     24:          \Author{Katsuyoshi Ohara}\\
                     25:          \Address{Kanazawa University}\\
                     26:          \Email{ohara@alpha.s.kanazawa-u.ac.jp}
                     27:          \and
                     28:          \Author{Yukio Okutani}\\
                     29:          \Address{Kobe University}\\
                     30:          \Email{okutani@math.kobe-u.ac.jp}
                     31:          \and
                     32:          \Author{Nobuki Takayama}\\
                     33:          \Address{Kobe University}\\
                     34:          \Email{takayama@math.kobe-u.ac.jp}
                     35:          \and
                     36:          \Author{Yasushi Tamura}\\
                     37:          \Address{Kobe University}\\
                     38:          \Email{tamura@math.kobe-u.ac.jp}
                     39:        }
                     40: \maketitle
                     41:
                     42: \begin{abstract}
                     43:   This is an abstract.
                     44: \end{abstract}
                     45:
                     46: \begin{keywords}
                     47: OpenMath, MP, OpenXM.
                     48: \end{keywords}
                     49:
                     50: \section{Introduction}
1.2     ! takayama   51: \OpenXM is a free, or Open Source, infrastructure for mathematical
        !            52: softwares.
        !            53: It provides methods and protocols
        !            54: to integrate various mathematical softwares.
        !            55: \OpenXM package is a set of softwares that supports \OpenXM protocols.
        !            56: It is currently a collection of softwares
        !            57: {\tt Risa/Asir} \cite{asir}, {\tt Kan/sm1} \cite{sm1}, {\tt PHC} pack, {\tt GNUPLOT},
        !            58: {\tt Mathematica} interface, and
        !            59: {\tt OpenMath} interface.
        !            60: More and more softwares are wrapped with the \OpenXM stackmachine;
        !            61: they are getting a member of \OpenXM package.
        !            62:
1.1       takayama   63:
                     64: \section{Design outline}
                     65:
                     66: \section{Data Format}
                     67:
                     68: \section{OpenXM Stackmachines}
                     69:
                     70: \section{OpenXM Clients}
                     71:
                     72: \section{Applications}
                     73:
                     74: \begin{thebibliography}{X}
                     75: \bibitem[1]{NT} Noro and Takayama: {\em Design and Implementation
                     76: of OpenXM}, 1996 -- 2000.
                     77: \end{thebibliography}
                     78: \end{document}
                     79: \endinput
                     80: %%
                     81:
                     82:
                     83: %%Text may be set as \emph{emph}.\\
                     84: %%Text may be set as \texttt{texttt}.\\
                     85: %%Text may be set as \underline{unterline}.\\
                     86: %%Text may be set as \textbf{textbf}.\\
                     87: %%Text may be set as \textrm{textrm}.\\
                     88: %%Text may be set as {\tiny tiny}.\\
                     89:
                     90: %%\begin{figure}
                     91: %%\hrule
                     92: %%Nice Postscript, isn't it?
                     93: %%\begin{center}
                     94: %%\IfFileExists{graphicx.sty}{
                     95: %%  \includegraphics{body.eps}
                     96: %%}{
                     97: %%  Sorry, package \texttt{graphicx} not present.
                     98: %%}
                     99: %%\end{center}
                    100: %%Same, a little bit smaller:
                    101: %%\begin{center}
                    102: %%\IfFileExists{graphicx.sty}{
                    103: %%  \includegraphics[scale=.5]{body.eps}
                    104: %%  }{
                    105: %%  Sorry, package \texttt{graphicx} not present.
                    106: %%}
                    107: %%\end{center}
                    108: %%\caption{\label{fig-1}This is a nice floating figure}
                    109: %%\hrule
                    110: %%\end{figure}
                    111:

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