|
[Date Index]
[Thread Index]
[Author Index]
Re: Re: Re: finding package in ExtraPackages`Enhancements`
SetOptions[$FrontEnd,
AutoOpenPalettes->{
"BasicInput.nb", "MyFormattingTools.nb", "CompleteCharacters.nb"},
ScreenRectangle->{{0, 1600}, {0, 1155}}
];
AppendTo["$Path",directoryName];
The first semicolon probably isn't necessary; the second may be.
Bobby
On Fri, 11 Feb 2005 03:33:48 -0500 (EST), Murray Eisenberg <murray at math.umass.edu> wrote:
> I've never figured out the syntax of init.m's. Thus the one in
>
> ToFileName[{$UserBaseDirectory, "FrontEnd"} ]
>
> has contents:
>
> SetOptions[$FrontEnd,
> AutoOpenPalettes->{
> "BasicInput.nb", "MyFormattingTools.nb", "CompleteCharacters.nb"},
> ScreenRectangle->{{0, 1600}, {0, 1155}}
> ]
>
> Do I merely put a semi-colon at the end of that and insert after that a
> new line of the following form?
>
> AppendTo["$Path",directoryName]
>
> DrBob wrote:
>>
>> ... I think $Path is the environmental variable you're looking for. You can
>> modify it with statements like:
>>
>> AppendTo["$Path",directoryName]
>>
>> and you can put that statement in an Init.m file, of course....
>
--
DrBob at bigfoot.com
www.eclecticdreams.net
Prev by Date:
Re: Quite Upset with NIntegrate
Next by Date:
Re: Create Permanent Self Defined Function?
Previous by thread:
Re: Re: finding package in ExtraPackages`Enhancements`
Next by thread:
Re: Re: finding package in ExtraPackages`Enhancements`
|