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

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

1.1     ! takayama    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: %% \CopyrightText{\copyright 2000, }
        !             7: \IfFileExists{graphicx.sty}{\usepackage{graphicx}}{}
        !             8: \ConferenceName{1. ISSAC 2000, St. Andrews, UK, 2000}
        !             9: \ConferenceShortName{ISSAC2000}
        !            10:
        !            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}
        !            51:
        !            52: \section{Design outline}
        !            53:
        !            54: \section{Data Format}
        !            55:
        !            56: \section{OpenXM Stackmachines}
        !            57:
        !            58: \section{OpenXM Clients}
        !            59:
        !            60: \section{Applications}
        !            61:
        !            62: \begin{thebibliography}{X}
        !            63: \bibitem[1]{NT} Noro and Takayama: {\em Design and Implementation
        !            64: of OpenXM}, 1996 -- 2000.
        !            65: \end{thebibliography}
        !            66: \end{document}
        !            67: \endinput
        !            68: %%
        !            69:
        !            70:
        !            71: %%Text may be set as \emph{emph}.\\
        !            72: %%Text may be set as \texttt{texttt}.\\
        !            73: %%Text may be set as \underline{unterline}.\\
        !            74: %%Text may be set as \textbf{textbf}.\\
        !            75: %%Text may be set as \textrm{textrm}.\\
        !            76: %%Text may be set as {\tiny tiny}.\\
        !            77:
        !            78: %%\begin{figure}
        !            79: %%\hrule
        !            80: %%Nice Postscript, isn't it?
        !            81: %%\begin{center}
        !            82: %%\IfFileExists{graphicx.sty}{
        !            83: %%  \includegraphics{body.eps}
        !            84: %%}{
        !            85: %%  Sorry, package \texttt{graphicx} not present.
        !            86: %%}
        !            87: %%\end{center}
        !            88: %%Same, a little bit smaller:
        !            89: %%\begin{center}
        !            90: %%\IfFileExists{graphicx.sty}{
        !            91: %%  \includegraphics[scale=.5]{body.eps}
        !            92: %%  }{
        !            93: %%  Sorry, package \texttt{graphicx} not present.
        !            94: %%}
        !            95: %%\end{center}
        !            96: %%\caption{\label{fig-1}This is a nice floating figure}
        !            97: %%\hrule
        !            98: %%\end{figure}
        !            99:

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