如何部分更改当前笔记本的默认样式表

发布于 2024-10-28 01:52:52 字数 238 浏览 2 评论 0原文

有没有办法在不指定所有选项集的情况下对当前笔记本中单元格的默认外观进行细微修改? 例如,我希望默认情况下当前笔记本中的所有 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 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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

穿透光 2024-11-04 01:52:52

从“格式”菜单中打开“编辑样式表”。

然后粘贴以下内容:

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

编辑:添加屏幕截图:

在此处输入图像描述

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:

enter image description here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文