[BACK]Return to intro.oxw CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir-contrib / packages / doc / top

Annotation of OpenXM/src/asir-contrib/packages/doc/top/intro.oxw, Revision 1.1

1.1     ! takayama    1: @c $OpenXM$
        !             2: /*&C
        !             3: @node Introduction,,, Top
        !             4: */
        !             5: /*&ja
        !             6: @chapter $B$O$8$a$K(B
        !             7:
        !             8: $B?t<0=hM}%7%9%F%`(B
        !             9: @code{asir} $B$O(B @code{OpenXM} $B%W%m%H%3%k(B
        !            10: (Open message eXchange for Mathematics, http://www.openxm.org)
        !            11: $B$r%5%]!<%H$7$?%5!<%P$r(B
        !            12: $B%3%s%]!<%M%s%H$H$7$FMxMQ$G$-$k(B.
        !            13: $B$3$l$i$N%5!<%P$r8F$V$?$a$N%$%s%?%U%'!<%94X?t$O%U%!%$%k(B
        !            14: @file{OpenXM/rc/asirrc} $B$r%m!<%I$9$k$3$H$K$h$j%7%9%F%`$KFI$_9~$^$l$k(B.
        !            15: Risa/Asir (OpenXM $BG[I[HG(B) $B$G$O5/F0;~$K<+F0E*$K$3$N%U%!%$%k$,FI$^$l$k(B.
        !            16: Risa/Asir (OpenXM $BG[I[HG(B) $B$O(B, $B$3$N%^%K%e%"%k$G$O(B
        !            17: @code{OpenXM/Risa/Asir} $B$H8F$V(B.
        !            18: $B$3$N%^%K%e%"%k$G$O(B @code{asir} $BMQ$N$3$l$i$N4X?t(B
        !            19: $B$*$h$S%f!<%68@8l$G=q$+$l$??t3X4X?t$*$h$S%f!<%F%#%j%F%#4X?t$r@bL@$9$k(B.
        !            20:
        !            21: @code{OpenXM} $B%W%m%H%3%k$N5;=QE*>\:Y$K$D$$$F$O(B,
        !            22: @file{$(OpenXM_HOME)/doc/OpenXM-specs} $B$K$"$k%U%!%$%k(B
        !            23: @file{openxm-jp.tex}
        !            24: $B$r8+$F2<$5$$(B.
        !            25:
        !            26: $B$=$l$G$O(B, $B$"$J$?$N7W;;5!>e$G?t3X$r$*3Z$7$_2<$5$$(B.
        !            27:
        !            28: */
        !            29:
        !            30: /*&en
        !            31:
        !            32: @chapter Introduction
        !            33:
        !            34: The computer algebra system
        !            35: @code{asir}
        !            36: can use servers, which support the @code{OpenXM} protocols
        !            37: (Open message eXchange for Mathematics, http://www.openxm.org),
        !            38: as components.
        !            39: The interface functions to call these servers
        !            40: are loaded by loading the file @file{OpenXM/rc/asirrc}.
        !            41: This file is automatically loaded in "Risa/Asir(OpenXM distribution)",
        !            42: which we call @code{OpenXM/Risa/Asir} in this document.
        !            43: This document explains these interface functions for @code{asir}
        !            44: and several mathematical and utility functions
        !            45: written in the user languages of Risa/Asir.
        !            46: These mathematical and utilitiy functions are outcome
        !            47: of the Asir-contrib project.
        !            48:
        !            49: As to technical details on the @code{OpenXM} protocols,
        !            50: see @file{openxm-en.tex} at
        !            51: @file{$(OpenXM_HOME)/doc/OpenXM-specs}.
        !            52:
        !            53: Enjoy mathematics on your computer.
        !            54:
        !            55: */
        !            56:
        !            57: /*&C
        !            58:
        !            59: @noindent
        !            60: List of contributors:
        !            61: @itemize @bullet
        !            62: @item Maekawa, Masahide  (Oct., 1999 -- : CVS server)
        !            63: @item Noro, Masayuki     (Jan., 1996 -- : OpenXM Protocol OXRFC-100, asir2000)
        !            64: @item Ohara, Katsuyoshi  (Jan., 1998 -- : ox_math, oxc OXRFC-101)
        !            65: @item Takayama, Nobuki   (Jan., 1996 -- : OpenXM Protocol OXRFC-100, kan/sm1, asir-contrib)
        !            66: @item Tamura, Yasushi    (Nov., 1998 -- : OpenMath proxy, tfb)
        !            67: @end itemize
        !            68:
        !            69: @noindent
        !            70: @itemize @bullet
        !            71: @item Fujimoto, Mitsushi  (Windows)
        !            72: @item Iwane, Hidenao  (Knapsack factorizer)
        !            73: @item Nakayama, Hiromasa  (Gaussian elimination)
        !            74: @item Okutani, Yukio     (Oct., 1999 -- Feb., 2000 : matrix, diff, ...)
        !            75: @item Stillman, Mike (Macaulay 2 client and server)
        !            76: @item Tsai, Harrison (Macaulay 2 client and server)
        !            77: @end itemize
        !            78:
        !            79: @page
        !            80:
        !            81: */
        !            82:
        !            83: /*&ja
        !            84:
        !            85: $B$3$N(B Contrib $B%Q%C%1!<%8$N(B
        !            86: $BCx:n8"$K$D$$$F$O(B, @code{OpenXM/Copyright}
        !            87: $B$r8+$F2<$5$$(B.
        !            88:
        !            89: $BM-MQ$@$H$*$b$$$^$9$,L5J]>Z$G$9(B.
        !            90:
        !            91: */
        !            92: /*&en
        !            93:
        !            94: See @code{OpenXM/Copyright} for the copyright notice.
        !            95:
        !            96:
        !            97: */
        !            98:
        !            99:
        !           100:
        !           101:

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