1
0
Fork 0
planet/沈浪熊猫儿/定制快捷键快速输入以1为分子的分式.tm

65 lines
1.9 KiB
Plaintext
Raw Normal View History

2022-08-29 19:24:27 +08:00
<TeXmacs|2.1.3>
2022-04-30 08:45:10 +08:00
<style|<tuple|generic|chinese|doc>>
<\body>
2022-08-29 19:24:27 +08:00
<doc-data|<doc-title|快速输入以1为分子的分式>>
2022-04-30 08:45:10 +08:00
2022-08-29 19:24:27 +08:00
在数学模式中,我们希望通过按键序列<code*|1/>获得一个以1为分子的分式并把光标移动到分母中以方便后续输入。
2022-04-30 08:45:10 +08:00
<\equation*>
<frac|1|1+<frac|1|1+<frac|1|1+<frac|1|1+<frac|1|1+<frac|1|1+<frac|1|1+<frac|1|1+<frac|1|>>>>>>>>>
</equation*>
2022-08-29 19:24:27 +08:00
可以通过如下方式实现这样的功能:
2022-04-30 08:45:10 +08:00
<\enumerate>
2022-08-29 19:24:27 +08:00
<item>点击<menu|Tools|Developer tool>,激活<menu|Developer>菜单
2022-04-30 08:45:10 +08:00
2022-08-29 19:24:27 +08:00
<item>点击<menu|Developer|Open my-init-texmacs.scm>
2022-04-30 08:45:10 +08:00
2022-08-29 19:24:27 +08:00
<item>在该文件的末尾添加如下代码
2022-04-30 08:45:10 +08:00
2022-08-29 19:24:27 +08:00
<item>重启<TeXmacs>
2022-04-30 08:45:10 +08:00
</enumerate>
<\scm-code>
(kbd-map (:mode in-math?)
\ \ \ \ \ \ \ \ \ ("1 /" (begin (math-insert `(frac "1" ""))
2022-05-01 09:37:36 +08:00
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ (go-to-previous-word))))
2022-04-30 08:45:10 +08:00
</scm-code>
2022-08-29 19:24:27 +08:00
然后,你就可以愉快地在数学模式中,用<key|1><key|/>快速输入分子为1的分式了。
2022-04-30 08:45:10 +08:00
\;
2022-08-29 19:24:27 +08:00
原文在2019年9月13号在<slink|http://tmml.wiki>的WordPress博客上发布。2022年4月30日在<hlink|墨客星球|https://gitee.com/XmacsLabs/planet>作为第一篇文章发布。
2022-04-30 08:45:10 +08:00
</body>
<\initial>
<\collection>
<associate|page-medium|paper>
</collection>
</initial>
<\references>
<\collection>
<associate|auto-1|<tuple|1|1>>
<associate|auto-2|<tuple|1|1>>
<associate|auto-3|<tuple|2|1>>
</collection>
</references>
<\auxiliary>
<\collection>
<\associate|idx>
2022-08-29 19:24:27 +08:00
<tuple|<tuple|<with|font-family|<quote|ss>|工具>|<with|font-family|<quote|ss>|开发工具>>|<pageref|auto-1>>
2022-04-30 08:45:10 +08:00
2022-08-29 19:24:27 +08:00
<tuple|<tuple|<with|font-family|<quote|ss>|开发者>>|<pageref|auto-2>>
2022-04-30 08:45:10 +08:00
2022-08-29 19:24:27 +08:00
<tuple|<tuple|<with|font-family|<quote|ss>|开发者>|<with|font-family|<quote|ss>|打开my-init-texmacs.scm文件>>|<pageref|auto-3>>
2022-04-30 08:45:10 +08:00
</associate>
</collection>
</auxiliary>