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

65 lines
1.9 KiB
Tcl
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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