|
PasteBoxFormInlineCells
PasteBoxFormInlineCells is an option for notebooks that determines if a new inline cell is created when pasting a typeset expression into a non-box type cell.
With the default setting PasteBoxFormInlineCells Automatic, an inline cell is created when you paste a typeset expression, such as a fraction, that has a two-dimensional structure. An inline cell is not created if you are pasting a typeset expression made up of a single token.
With the setting PasteBoxFormInlineCells True, a new inline cell is always created when you paste a typeset expression.
With the setting PasteBoxFormInlineCells False, an inline cell is not created when you paste a typeset expression into a cell. An inline cell is created, however, if you paste a typeset expression along with a range of text surrounding it. You can also create inline cells manually.
See also: AllowInlineCells.
|