Annotation of OpenXM/src/asir-contrib/packages/doc/top/load.oxw, Revision 1.1
1.1 ! takayama 1: @c $OpenXM$
! 2: /*&C
! 3: @node Loading Asir/Contrib,,, Top
! 4: */
! 5: /*&ja
! 6: @chapter Asir/Contrib $B$N%m!<%IJ}K!(B.
! 7:
! 8: @file{OpenXM/rc/asirrc}
! 9: $B$r%m!<%I$9$k$3$H$K$h$j(B Asir/Contrib $B$N<g$J4X?t$,MxMQ2DG=$H$J$k(B.
! 10: OpenXM/Risa/Asir $B$G$O(B @code{ASIR_CONFIG} $B4D6-JQ?t$K$h$j(B
! 11: $B$3$N%U%!%$%k$r5/F0;~$KFI$_$3$s$G$$$k(B.
! 12: @file{names.rr} $B$,(B Asir/Contrib $B$N%H%C%W%l%Y%k$N%U%!%$%k$G$"$k(B.
! 13: $B$3$N%U%!%$%k$h$j$=$NB>$N%U%!%$%k$,FI$_9~$^$l$F$$$k(B.
! 14: $B0lIt$N%Q%C%1!<%8$O(B @file{names.rr} $B$+$i$OFI$_9~$^$l$J$$$N$G(B,
! 15: $BL@<(E*$KFI$_9~$`I,MW$,$"$k(B.
! 16:
! 17:
! 18: */
! 19:
! 20: /*&en
! 21:
! 22: @chapter How to load Asir/Contrib
! 23:
! 24: With loading @file{OpenXM/rc/asirrc}, we can use most functions
! 25: in Asir/Contrib.
! 26: The OpenXM/Risa/Asir reads this file, which is specified by
! 27: the @code{ASIR_CONFIG} environmental variable, when it starts.
! 28: The file @file{names.rr} is the top level file of the Asir/Contrib.
! 29: Most other files are loaded from @file{names.rr}.
! 30: Some packages are not loaded from @file{names.rr} and they must be
! 31: loaded individually.
! 32:
! 33: */
! 34:
! 35: /*&C
! 36:
! 37: A sample of @file{asirrc} to use Asir/Contrib.
! 38:
! 39: @example
! 40: load("gr")$
! 41: load("primdec")$
! 42: load("katsura")$
! 43: load("bfct")$
! 44: load("names.rr")$
! 45: load("oxrfc103.rr")$
! 46: User_asirrc=which(getenv("HOME")+"/.asirrc")$
! 47: if (type(User_asirrc)!=0) {
! 48: if (!ctrl("quiet_mode")) print("Loading ~/.asirrc")$
! 49: load(User_asirrc)$
! 50: }else{ }$
! 51: end$
! 52: @end example
! 53:
! 54: @page
! 55:
! 56: */
! 57:
! 58:
! 59:
! 60:
! 61:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>