LaTeX MathSymbols: add contributors guide in Chinese

This commit is contained in:
沈浪熊猫儿 2022-11-19 21:58:42 +08:00
parent 2974ab7f72
commit cd981efd7f
2 changed files with 154 additions and 80 deletions

View file

@ -48,6 +48,32 @@
<item><slink|$TEXMACS_PATH/progs/math/math-kbd.scm>
</itemize>
<section*|贡献者须知>
<\question*>
如何快速输入<markup|\\markup-name>
</question*>
<\answer>
执行下面的Scheme代码片段以创建快捷键
<\session|scheme|default>
<\unfolded-io|Scheme] >
(kbd-map ("m /" (begin (insert `(markup "\\\\"))
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ (go-to-previous)))))
<|unfolded-io>
("m /")
</unfolded-io>
<\input|Scheme] >
\;
</input>
</session>
然后只要输入<key|m />就可以继续输入剩下的部分<markup|markup-name>。
</answer>
\;
<subsection*|符号列表>