|
[Date Index]
[Thread Index]
[Author Index]
Re: 6.0 not seeing style sheets in $InstallationDirectory/SystemFiles/FrontEnd/StyleSheets
- To: mathgroup at smc.vnet.net
- Subject: [mg76262] Re: 6.0 not seeing style sheets in $InstallationDirectory/SystemFiles/FrontEnd/StyleSheets
- From: "Lev Bishop" <lev.bishop+mathgroup at gmail.com>
- Date: Fri, 18 May 2007 06:27:37 -0400 (EDT)
Murray Eisenberg wrote:
> When I use the menu selection Format > Stylesheet with Mathematica 6.0,
> I am NOT seeing in the list of style sheets any of those that are in
> $InstallationDirectory/SystemFiles/FrontEnd/StyleSheets.
>
> I AM seeing those in subdirectories of that directory! (Subdirectories
> Article, ..., Wolfram.) And I AM seeing those in
> $UserBaseDirectory/SystemFiles/FrontEnd/StyleSheets
> (as well as in subdirectories of that).
>
> My $UserBaseDirectory is the same as $BaseDirectory, $AddOnsDirectory,
> and $UserAddOnsDirectory for this single-user system.
>
> I even tried copying one of them, ArticleClassic.nb, from
> $InstallationDirectory/SystemFiles/FrontEnd/StyleSheets
> to $UserBaseDirectory/SystemFiles/FrontEnd/StyleSheets, but still I
> don't see it after restarting Mathematica with clean preferences.
>
> What's wrong and how can it be fixed?
Try using a text editor and deleting the line "MenuPosition->0" from
near the top of the stylesheet.nb files (also you can then delete the
cache id line, and open and re-save the notebook file in mathematica,
so you recreate the cached data, so it loads a bit faster). Then
restart mathematica and the stylesheet should show up.
It seems that "MenuPosition->0" has the effect of making the
stylesheet not show up in the menu at all.
It's pretty tedious making the change to each stylesheet...
Lev
Prev by Date:
Re: v. 6, third argument to rectangle
Next by Date:
Re: Mouse movement speeds up and CityData Help Doesn't
Previous by thread:
Re: 6.0 not seeing style sheets in $InstallationDirectory/SystemFiles/FrontEnd/StyleSheets
Next by thread:
Re: Re: 6.0 not seeing style sheets in $InstallationDirectory/SystemFiles/FrontEnd/StyleSheets
|