Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Notebooks and Documents > Notebook & Interface Customization > Evaluation Options in Notebooks >
Mathematica > Notebooks and Documents > Notebook Formatting & Styling > Stylesheets > Evaluation Options in Notebooks >

CellEditDuplicate

CellEditDuplicate
is an option for Cell which specifies whether the front end should make a copy of the cell before actually applying any changes in its contents that you request.
  • CellEditDuplicate is typically set for styles of cells rather than for individual cells.
Create an output cell that will automatically be copied when you edit it:
Position the insertion point at the end of the cell's contents:
When you type something in the cell, Mathematica makes a new copy:
Create an output cell that will automatically be restyled as input when you edit it:
Position the insertion point at the end of the cell's contents:
When you type, Mathematica converts the cell to an input cell:
Create an output cell that will automatically be copied when you edit it:
In[1]:=
Click for copyable input
Position the insertion point at the end of the cell's contents:
When you type something in the cell, Mathematica makes a new copy:
 
Create an output cell that will automatically be restyled as input when you edit it:
In[1]:=
Click for copyable input
Position the insertion point at the end of the cell's contents:
When you type, Mathematica converts the cell to an input cell:
New in 3
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team