|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
DefaultDuplicateCellStyle
DefaultDuplicateCellStyle
is a notebook option that specifies the default style to use for cells created by automatic duplication of other cells in the notebook.
DetailsDetails
- A typical default setting for DefaultDuplicateCellStyle is
. - DefaultDuplicateCellStyle determines the style for new cells created from cells with CellEditDuplicate->True or CellEvaluationDuplicate->True.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
Create a document in which
cells are duplicated as
cells:
| In[1]:= |
Position the insertion point at the end of an
cell's contents:
When you type something in the cell, Mathematica makes a new copy in
style:
New in 3
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

