mirror of https://gitee.com/XmacsLabs/planet.git
LaTeX Math Symbols: hint to type markup quickly
This commit is contained in:
parent
c99c195799
commit
ad5c0a5b71
|
@ -9,6 +9,26 @@
|
||||||
macros for common mathematical symbols following the document
|
macros for common mathematical symbols following the document
|
||||||
<hlink|maths-symbols|https://www.ctan.org/pkg/maths-symbols>.>>
|
<hlink|maths-symbols|https://www.ctan.org/pkg/maths-symbols>.>>
|
||||||
|
|
||||||
|
<\question*>
|
||||||
|
How to insert <markup|\\alpha> quickly?
|
||||||
|
</question*>
|
||||||
|
|
||||||
|
<\answer>
|
||||||
|
Evaluate the following scheme snippet to create the shortcut
|
||||||
|
|
||||||
|
<\session|scheme|default>
|
||||||
|
<\input>
|
||||||
|
Scheme]\
|
||||||
|
<|input>
|
||||||
|
(kbd-map ("m /" (begin (insert `(markup "\\\\"))
|
||||||
|
|
||||||
|
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ (go-to-previous)))))
|
||||||
|
</input>
|
||||||
|
</session>
|
||||||
|
|
||||||
|
And then just type <key|m / a l p h a>.
|
||||||
|
</answer>
|
||||||
|
|
||||||
<\note*>
|
<\note*>
|
||||||
\;
|
\;
|
||||||
|
|
||||||
|
@ -33,6 +53,12 @@
|
||||||
</itemize-dot>
|
</itemize-dot>
|
||||||
</note*>
|
</note*>
|
||||||
|
|
||||||
|
\;
|
||||||
|
|
||||||
|
<compound|markup|>
|
||||||
|
|
||||||
|
<compound|markup|>
|
||||||
|
|
||||||
<\big-table>
|
<\big-table>
|
||||||
<tabular*|<tformat|<table|<row|<cell|<math|\<alpha\>>>|<cell|<key*|a
|
<tabular*|<tformat|<table|<row|<cell|<math|\<alpha\>>>|<cell|<key*|a
|
||||||
var>>|<cell|>|<cell|<math|\<theta\>>>|<cell|<key*|j
|
var>>|<cell|>|<cell|<math|\<theta\>>>|<cell|<key*|j
|
||||||
|
@ -295,15 +321,14 @@
|
||||||
<\collection>
|
<\collection>
|
||||||
<associate|auto-1|<tuple|1|1>>
|
<associate|auto-1|<tuple|1|1>>
|
||||||
<associate|auto-10|<tuple|10|4>>
|
<associate|auto-10|<tuple|10|4>>
|
||||||
<associate|auto-11|<tuple|11|4>>
|
<associate|auto-11|<tuple|11|5>>
|
||||||
<associate|auto-12|<tuple|12|4>>
|
<associate|auto-12|<tuple|12|5>>
|
||||||
<associate|auto-13|<tuple|13|4>>
|
<associate|auto-13|<tuple|13|5>>
|
||||||
<associate|auto-14|<tuple|13|?>>
|
|
||||||
<associate|auto-2|<tuple|2|2>>
|
<associate|auto-2|<tuple|2|2>>
|
||||||
<associate|auto-3|<tuple|3|2>>
|
<associate|auto-3|<tuple|3|2>>
|
||||||
<associate|auto-4|<tuple|4|3>>
|
<associate|auto-4|<tuple|4|3>>
|
||||||
<associate|auto-5|<tuple|5|3>>
|
<associate|auto-5|<tuple|5|3>>
|
||||||
<associate|auto-6|<tuple|6|3>>
|
<associate|auto-6|<tuple|6|4>>
|
||||||
<associate|auto-7|<tuple|7|4>>
|
<associate|auto-7|<tuple|7|4>>
|
||||||
<associate|auto-8|<tuple|8|4>>
|
<associate|auto-8|<tuple|8|4>>
|
||||||
<associate|auto-9|<tuple|9|4>>
|
<associate|auto-9|<tuple|9|4>>
|
||||||
|
|
Loading…
Reference in New Issue