# The following lines are read by Maple's DOS interface BEFORE the # Maple kernel is started. These lines, if they are to be processed, # must appear before any non-comment lines in this file. # # Maximum number of saved lines in session: # SESSMAX=1000 # # Maple colours: ## MAPLECOL=0E0007F # # Default hardcopy plot device and port (when printing from plot menu): # MAPLEPRT=laserjet # MAPLEPRF=LPT1 # # The following should only be used if you want to run Maple in graphics # mode instead of text mode. If so, change the "##" to "#" in the lines # you want to activate. # # The video mode to use (18 is 640x480 16 color): ## VIDEOMD=18 # # The foreground and background colours, expressed as three 2-digit # hexadecimal numbers from 00 to 3F, representing blue, green, and red # intensities: ## FOREGR=0x000000 ## BACKGR=0x2A3939 # Everything from here on is Maple (instead of interface) initialization. # If this file has been read already, do not read it again. This # can only happen if you run Maple from inside its LIB directory. if _sys_init_file_read = 1 then _sys_init_file_read := '_sys_init_file_read' else _sys_init_file_read := 1: # A value of 5000 causes the status line to be updated reasonably # often. Smaller values will cause more frequent updates. Larger # values will cause less frequent updates, but may improve performance. words(5000): # These are needed so that fed, fred, and xed are available. readlib(fed): readlib(fred): readlib(xed): # ## ACE package... # #################################################################### # # # Modify the following lines so that the ACELib variable contains # # the directory where ACE compiled files are stored. It depends # # on the name (D:, E:, ...) given by Ms-Dos to the Cd-Rom on your # # system. By default, we suppose it to be E:. We have also # # supposed that we have Maple V release 3 for Ms-Dos. Change the # # next two lines according to your system. # # # # Then, remove the # in the line: # # # # # _liblist:=[ACELib, ACELibSeq]: # # # # when using Maple V release 1. Otherwise (Maple V release 2, 3 # # and 4), remove the # in the line: # # # # # libname:=ACELib, ACELibSeq, libname: # # # # at the end of this MAPLE.MOD model file. # # # #################################################################### # # ####### ##### ### # # CDROM_PATH:= `E:`: MAPLE_RELEASE:= 3: # SYSTEM_TYPE:= `DOS`: # ACELib:=cat(CDROM_PATH, `/ACE/INSTALLED/3.0/`, SYSTEM_TYPE, `/MapleVR`, MAPLE_RELEASE): # ACELibSeq:=SGLib, SPLib, SYMFLib, TABLib, TYPLib, HEKALib, ERRLib, CLGLib, TEXLib, SGALib, NCALib, IDCALib, NCSFLib, FMLib, BNLib, BNALib, CGLib, COMPLib, PARTLib, FREELib, SFALib: # BNLib :=``.ACELib.`/ACE`: BNALib :=``.ACELib.`/ACE`: CLGLib :=``.ACELib.`/ACE`: CGLib :=``.ACELib.`/ACE`: COMPLib:=``.ACELib.`/ACE`: ERRLib :=``.ACELib.`/ACE`: FMLib :=``.ACELib.`/ACE`: FREELib:=``.ACELib.`/ACE`: HEKALib:=``.ACELib.`/ACE`: IDCALib:=``.ACELib.`/ACE`: NCALib :=``.ACELib.`/ACE`: NCSFLib:=``.ACELib.`/ACE`: PARTLib:=``.ACELib.`/ACE`: SFALib :=``.ACELib.`/ACE`: SGALib :=``.ACELib.`/ACE`: SGLib :=``.ACELib.`/ACE`: SPLib :=``.ACELib.`/ACE`: SYMFLib:=``.ACELib.`/ACE`: TABLib :=``.ACELib.`/ACE`: TEXLib :=``.ACELib.`/ACE`: TYPLib :=``.ACELib.`/ACE`: # ## Where to find the packages...for Maple V Release 1 # # _liblist:=[ACELib, ACELibSeq]: # ## Where to find the packages...for Maple V Release > 1 # libname:=ACELib, ACELibSeq, libname: # Fill up ", "", and """ with zero so we have a known state. This is # needed for the Save Session menu item to work properly. 0:0:0: fi: