如何部分更改当前笔记本的默认样式表
有没有办法在不指定所有选项集的情况下对当前笔记本中单元格的默认外观进行细微修改? 例如,我希望默认情况下当前笔记本中的所有 Cell
样式为“Text”,
CellMargins -> {{Inherited, Inherited}, {0, Inherited}}
所有其他选项应从默认样式表继承。我怎样才能实现这个目标?
Is there a way to make a minor modification of the default appearance of cells in the current Notebook without specifying the all set of options?
For example, I wish to have all Cell
s 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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从“格式”菜单中打开“编辑样式表”。
然后粘贴以下内容:
编辑:添加屏幕截图:
Open up Edit stylesheet from Format menu.
Then paste there the following:
EDIT: Adding a screen-shot: