Re: Stylesheets
- To: mathgroup at smc.vnet.net
- Subject: [mg96728] Re: Stylesheets
- From: Simon <simonjtyler at gmail.com>
- Date: Mon, 23 Feb 2009 05:01:05 -0500 (EST)
- References: <gnm1nl$hg7$1@smc.vnet.net>
Hi everyone, thanks for all the help.
David Reiss' answer is pretty much what I needed/wanted.
So for a one line solution from within the notebook I want to modify,
I just need to enter:
SetOptions[EvaluationNotebook[],
StyleDefinitions ->
Get[HomeDirectory[] <>
"/.Mathematica/SystemFiles/FrontEnd/StyleSheets/MyStyle.nb"]]
The 'embed stylesheet' that Helen says used to be in the menu (I don't
have any previous versions to check on) sounds like what I wanted.
Simon