MathGroup Archive 2003

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Re: Loading Packages On Startup

  • To: mathgroup at smc.vnet.net
  • Subject: [mg40960] Re: [mg40875] Re: Loading Packages On Startup
  • From: Stepan Yakovenko <yakovenko at ngs.ru>
  • Date: Fri, 25 Apr 2003 08:07:05 -0400 (EDT)
  • References: <b80jd6$m0g$1@smc.vnet.net> <200304221050.GAA00108@smc.vnet.net>
  • Reply-to: Stepan Yakovenko <yakovenko at ngs.ru>
  • Sender: owner-wri-mathgroup at wolfram.com

Hello Jens-Peer,

Tuesday, April 22, 2003, 5:50:09 PM, you wrote:

JPK> Hi,

JPK> edit the init.m file in
JPK> $TopDirectory/Configuration/Kernel

JPK> or

JPK> add a init.m file in the Autoload folder of the
JPK> Mathematica tree

It doesn't help.

Now my init.m is:


(** User Mathematica initialization file **)
<< Graphics`Legend`

(** Decide how to display graphics on this machine **)

Begin["System`Private`"]
(* Hide any symbols which are created *)

Which[
        $Remote || $ParentLink =!= Null,               <<"PSDirect.m",
        Environment["DISPLAY"]        =!= $Failed,     <<"Motif.m",
        True,                                          <<"Terminal.m"
     ]

End[]


Though Plot with PlotLegend option says that such option is unknown. But
typing << Graphics`Legend` + ShiftEnter solves the problem. For a
single session though...


-- 
Best regards,
 Stepan                            mailto:yakovenko at ngs.ru



  • Prev by Date: Re: solving 3 eqns and 3 unkwns
  • Next by Date: Re: Re: Elliptic Curves and Mathematica
  • Previous by thread: Re: Loading Packages On Startup
  • Next by thread: getting mouse wheel working under X (fixed)