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

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

1.3     ! takayama    1: %$OpenXM: OpenXM/src/kxx/issac2000.tex,v 1.2 1999/12/15 10:47:53 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
1.3     ! takayama   57: {\tt Risa/Asir} \cite{asir}, {\tt Kan/sm1} \cite{kan}, {\tt PHC} pack \cite{phc}, {\tt GNUPLOT},
1.2       takayama   58: {\tt Mathematica} interface, and
1.3     ! takayama   59: {\tt OpenMath}/XML interface.
1.2       takayama   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}
1.3     ! takayama   75: \bibitem{asir} hogehoge.
        !            76: \bibitem{GKW}
        !            77: Gray, S., Kajler, N. and Wang, P. S.,
        !            78: Design and Implementation of MP, a Protocol for Efficient
        !            79:   Exchange of Mathematical Expressions,
        !            80: {\sl Journal of Symbolic Computation}, 19??.
        !            81: \bibitem{NT}
        !            82: Noro, M and Takayama, N., Design and Implementation
        !            83: of OpenXM, (in Japanese) 1996 -- 2000.
        !            84: \bibitem{kan}
        !            85:        Takayama, N.,
        !            86:        {\em Kan: A system for computation in
        !            87:        algebraic analysis,} 1991 version 1,
        !            88:         1994 version 2, the latest version is 2.991106.
        !            89:        Source code available for Unix computers.
        !            90:          Contact the author, or download from
        !            91:        {\tt \small ftp.math.kobe-u.ac.jp} via anonymous ftp.
        !            92:         See also {\tt \small www.math.kobe-u.ac.jp/KAN/}
        !            93: \bibitem{phc}
        !            94: Verschelde, J.,
        !            95: PHCpack: A general-purpose solver for polynomial systems by
        !            96: homotopy continuation.  ACM Transaction on Mathematical Softwares, 25(2)
        !            97: 251-276, 1999.
1.1       takayama   98: \end{thebibliography}
                     99: \end{document}
                    100: \endinput
                    101: %%
                    102:
                    103:
                    104: %%Text may be set as \emph{emph}.\\
                    105: %%Text may be set as \texttt{texttt}.\\
                    106: %%Text may be set as \underline{unterline}.\\
                    107: %%Text may be set as \textbf{textbf}.\\
                    108: %%Text may be set as \textrm{textrm}.\\
                    109: %%Text may be set as {\tiny tiny}.\\
                    110:
                    111: %%\begin{figure}
                    112: %%\hrule
                    113: %%Nice Postscript, isn't it?
                    114: %%\begin{center}
                    115: %%\IfFileExists{graphicx.sty}{
                    116: %%  \includegraphics{body.eps}
                    117: %%}{
                    118: %%  Sorry, package \texttt{graphicx} not present.
                    119: %%}
                    120: %%\end{center}
                    121: %%Same, a little bit smaller:
                    122: %%\begin{center}
                    123: %%\IfFileExists{graphicx.sty}{
                    124: %%  \includegraphics[scale=.5]{body.eps}
                    125: %%  }{
                    126: %%  Sorry, package \texttt{graphicx} not present.
                    127: %%}
                    128: %%\end{center}
                    129: %%\caption{\label{fig-1}This is a nice floating figure}
                    130: %%\hrule
                    131: %%\end{figure}
                    132:

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