How do I use the Option Inspector to change options?
 To understand the Option Inspector, you must first understand how options are inherited. http://support.wolfram.com/mathematica/interface/options/inheritance.html The Option Inspector is accessible through two menu commands. The only difference between these two commands is the default value in the “Set option values for” setting. Otherwise, they are identical. The field “Set option values for” determines at what inheritance level the option is applied. | | The “global” setting alters global options. |
| | The “notebook” setting alters notebook options. |
| | The “selection's style” setting alters the style options for the type of selected cell. (This is unavailable in Mathematica Version 4.0. You should edit the style sheet.) |
| | The “selection” setting alters the cell options if a cell bracket is selected and selection options if cell contents are selected. |
Some things to note: | | Options will be greyed out if the given scope or current selection do not allow you to edit them. |
| | Changing options with “selection's style” will only edit the notebook's private style sheet (it will create a private style sheet if one does not exist), not the shared style sheet. |
Ways to edit different options: | | Options that can only be set to True or False will have a check box which toggles between these two values. |
| | Many options have drop-down menus that allow you to select from a set of values. Click the menu to activate it, and then select the option you want. Note, not all drop-down menus contain all possible values for an option. If you wish to choose a different value, you will need to edit the option manually (see below). |
| | Some options have buttons which give access to a dialog box that allows you to change an option. |
| | If an option is set for the currently selected scope, a marker will appear to the left of the option. To remove the option at the currently selected scope, click on the marker so that the marker disappears. The option will change to the value when no option is set for selected scope. |
| | All options can be changed manually. Click on the option value and the value will become highlighted. Then use the keyboard to edit the option. Then press Return. If you do not press Return before selecting something else, the option will return to its original value. |
Download this FAQ as a Mathematica 5.2 Notebook
Questions or comments? Send email to support@wolfram.com.
| |