Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Notebooks and Documents > Document Generation >

StyleDefinitions

StyleDefinitions
is an option for notebooks which gives definitions for the styles that can be used in a notebook.
  • StyleDefinitions->"name.nb" specifies that style definitions from the notebook name.nb should be used.
  • The standard notebook front end comes with a selection of style definition notebooks containing styles appropriate for particular purposes.
  • The definition for a style named "s" is specified by the options for the first cell whose contents is StyleData["s"].
Create a document with styles defined in the standard stylesheet "Default.nb":
Check the StyleDefinitions setting:
Use SetOptions to switch to a different stylesheet:
Create a document with styles defined in the standard stylesheet "Default.nb":
Check the StyleDefinitions setting:
In[2]:=
Click for copyable input
Out[2]=
Use SetOptions to switch to a different stylesheet:
New in 3
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team