Stylesheets
- To: mathgroup at smc.vnet.net
- Subject: [mg96679] Stylesheets
- From: Simon <simonjtyler at gmail.com>
- Date: Fri, 20 Feb 2009 05:47:24 -0500 (EST)
Hi, I've written some cascaded style sheets for some of my notes. If I want to distribute the notebooks to someone else I have two options: 1. Give them my set of style sheets and have them 'install' them... 2. Put the style definitions into the notebook. Now option 1 is not always so easy to explain to people. The only way I know to do option 2 is to open up the notebook as text... eg in a text editor and replace the term StyleDefinitions- >"MyStyle.nb" with StyleDefinitions->Notebook[{...}] where the ... is all of the StyleData objects contained in "MyStyle.nb". Admittedly, this is just a simple copy-paste action, but it seems rather inelegant (and tiresome if you have to do it too often). Finally to my question: Is there an equivalent frontend procedure? Cheers, Simon