DOCUMENTATION CENTER SEARCH
Mathematica
>
Programmatic Notebook & Interface Customization
>
Built-in
Mathematica
Symbol
Options for Notebooks
Tutorials »
|
DefaultDuplicateCellStyle
See Also »
|
Programmatic Notebook & Interface Customization
Stylesheets
More About »
DefaultNewCellStyle
DefaultNewCellStyle
is a notebook option which specifies the default style to use for new cells created in the notebook.
MORE INFORMATION
A typical default setting for
DefaultNewCellStyle
is
"Input"
.
DefaultNewCellStyle
determines the style for new cells created interactively in the front end.
EXAMPLES
CLOSE ALL
Basic Examples
(2)
Create a new notebook in which the default style for new cells is
"Input"
:
In[1]:=
In[2]:=
Create a new notebook in which the default style for new cells is
"Text"
:
In[1]:=
In[2]:=
SEE ALSO
DefaultDuplicateCellStyle
TUTORIALS
Options for Notebooks
MORE ABOUT
Programmatic Notebook & Interface Customization
Stylesheets
New in 3
© 2008 Wolfram Research, Inc.