CurrentValue[{StyleDefinitions,"Style"}]
- To: mathgroup at smc.vnet.net
- Subject: [mg76299] CurrentValue[{StyleDefinitions,"Style"}]
- From: "Lev Bishop" <lev.bishop+mathgroup at gmail.com>
- Date: Sat, 19 May 2007 04:39:25 -0400 (EDT)
The help for CurrentValue states: CurrentValue[{StyleDefinitions,"style"}] gives the explicit style definitions that would be used for the style with name style at the current location. Has anyone managed to get this to work? All I ever get is "Inherited". In[1]:= CurrentValue[{StyleDefinitions, "Title"}] Out[1]= Inherited Lev