开发者

How to partially change the default stylesheet for the current Notebook

Is there a way to make a minor modification of the default appearance of cells in the current Notebook without specifying the a开发者_JAVA技巧ll set of options? For example, I wish to have all Cells with style "Text" in the current Notebook by default having

 CellMargins -> {{Inherited, Inherited}, {0, Inherited}}

All the other options should be inherited from the default stylesheet. How can I achieve this?


Open up Edit stylesheet from Format menu.

Then paste there the following:

Cell[StyleData["Text"], 
 CellMargins -> {{Inherited, Inherited}, {0, Inherited}}]

EDIT: Adding a screen-shot:

How to partially change the default stylesheet for the current Notebook

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜