【发布时间】:2012-06-16 14:22:24
【问题描述】:
是否可以在 Sublime Text 2 的 .tmTheme 文件中更改单个范围内的字体大小?
我找不到任何关于我有哪些可用密钥的文档。
我真正想做的是,在 LaTeX 中以不同大小的字体为 \section{name} 中的部分命名,例如:
<dict>
<key>scope</key>
<string>entity.name.section.latex</string>
<key>settings</key>
<dict>
<key>font_size</key>
<string>20</string>
</dict>
</dict>
【问题讨论】:
-
仅供参考,我在tex.stackexchange.com/questions/98574/… 得到了 textmate 2 的答案,我真的很想在 Sublime Text 2 中看到这项工作!
标签: text-editor font-size sublimetext2