mirror of https://gitee.com/XmacsLabs/planet.git
零基础墨干12: LaTeX导入快捷键
This commit is contained in:
parent
fcf5051613
commit
9f2426cad2
|
@ -0,0 +1,111 @@
|
||||||
|
<TMU|<tuple|1.0.5|1.2.9.5>>
|
||||||
|
|
||||||
|
<style|<tuple|beamer|chinese|doc|python|maxima>>
|
||||||
|
|
||||||
|
<\body>
|
||||||
|
<\hide-preamble>
|
||||||
|
\;
|
||||||
|
</hide-preamble>
|
||||||
|
|
||||||
|
<screens|<\shown>
|
||||||
|
<tit|第12讲:为<LaTeX>导入设置快捷键<compound|markup|>>
|
||||||
|
|
||||||
|
<tabular|<tformat|<twith|table-width|1par>|<twith|table-hmode|exact>|<cwith|1|1|2|2|cell-halign|r>|<table|<row|<cell|>|<cell|>|<cell|<menu|Edit|Paste from|LaTeX>>|<cell|>>|<row|<cell|>|<cell|>|<cell|<menu|工具|开发工具>>|<cell|>>|<row|<cell|>|<cell|>|<cell|<menu|开发者|Open my-init-texmacs.scm>>|<cell|>>>>>
|
||||||
|
|
||||||
|
本页幻灯片:点击<strong|<menu|Help|Planet>>,点击<strong|从零开始学墨干理工套件>即可找到。
|
||||||
|
|
||||||
|
<paragraph|使用菜单>
|
||||||
|
|
||||||
|
<\equation*>
|
||||||
|
f<around|(|x|)>=<choice|<tformat|<table|<row|<cell|x>|<cell|<text|if >x\<gtr\>0>>|<row|<cell|-x>|<cell|<text|if >x\<leq\>0>>>>>
|
||||||
|
</equation*>
|
||||||
|
|
||||||
|
<paragraph|临时设置>
|
||||||
|
|
||||||
|
<\scm-code>
|
||||||
|
(clipboard-paste-import "latex" "primary")
|
||||||
|
</scm-code>
|
||||||
|
|
||||||
|
<\session|scheme|default>
|
||||||
|
<\unfolded-io|Scheme] >
|
||||||
|
(kbd-map\
|
||||||
|
|
||||||
|
\ \ ("std l" (clipboard-paste-import "latex" "primary"))
|
||||||
|
|
||||||
|
\ \ )
|
||||||
|
<|unfolded-io>
|
||||||
|
("C-l")
|
||||||
|
</unfolded-io>
|
||||||
|
|
||||||
|
<\input|Scheme] >
|
||||||
|
\;
|
||||||
|
</input>
|
||||||
|
</session>
|
||||||
|
|
||||||
|
<paragraph|配置快捷键>
|
||||||
|
|
||||||
|
<\scm-code>
|
||||||
|
(delayed
|
||||||
|
|
||||||
|
\ \ (lazy-keyboard-force)
|
||||||
|
|
||||||
|
\;
|
||||||
|
|
||||||
|
\ \ (kbd-map
|
||||||
|
|
||||||
|
\ \ \ \ ("std l" (clipboard-paste-import "latex" "primary")))
|
||||||
|
|
||||||
|
)
|
||||||
|
</scm-code>
|
||||||
|
|
||||||
|
\;
|
||||||
|
|
||||||
|
\;
|
||||||
|
|
||||||
|
\;
|
||||||
|
</shown>>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
<\initial>
|
||||||
|
<\collection>
|
||||||
|
<associate|info-flag|minimal>
|
||||||
|
<associate|page-height|auto>
|
||||||
|
<associate|page-medium|beamer>
|
||||||
|
<associate|page-type|16:9>
|
||||||
|
<associate|page-width|auto>
|
||||||
|
<associate|preamble|false>
|
||||||
|
</collection>
|
||||||
|
</initial>
|
||||||
|
|
||||||
|
<\references>
|
||||||
|
<\collection>
|
||||||
|
<associate|auto-1|<tuple|?|?>>
|
||||||
|
<associate|auto-2|<tuple|?|?>>
|
||||||
|
<associate|auto-3|<tuple|?|?>>
|
||||||
|
<associate|auto-4|<tuple|?|?>>
|
||||||
|
<associate|auto-5|<tuple|1|?>>
|
||||||
|
<associate|auto-6|<tuple|2|?>>
|
||||||
|
<associate|auto-7|<tuple|3|?>>
|
||||||
|
</collection>
|
||||||
|
</references>
|
||||||
|
|
||||||
|
<\auxiliary>
|
||||||
|
<\collection>
|
||||||
|
<\associate|idx>
|
||||||
|
<tuple|<tuple|<with|font-family|<quote|ss>|编辑>|<with|font-family|<quote|ss>|粘贴自>|<with|font-family|<quote|ss>|LaTeX>>|<pageref|auto-1>>
|
||||||
|
|
||||||
|
<tuple|<tuple|<with|font-family|<quote|ss>|工具>|<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>>
|
||||||
|
|
||||||
|
<tuple|<tuple|<with|font-family|<quote|ss>|帮助>|<with|font-family|<quote|ss>|星球>>|<pageref|auto-4>>
|
||||||
|
</associate>
|
||||||
|
<\associate|toc>
|
||||||
|
<with|par-left|<quote|3tab>|使用菜单 <datoms|<macro|x|<repeat|<arg|x>|<with|font-series|medium|<with|font-size|1|<space|0.2fn>.<space|0.2fn>>>>>|<htab|5mm>> <no-break><pageref|auto-5>>
|
||||||
|
|
||||||
|
<with|par-left|<quote|3tab>|临时设置 <datoms|<macro|x|<repeat|<arg|x>|<with|font-series|medium|<with|font-size|1|<space|0.2fn>.<space|0.2fn>>>>>|<htab|5mm>> <no-break><pageref|auto-6>>
|
||||||
|
|
||||||
|
<with|par-left|<quote|3tab>|配置快捷键 <datoms|<macro|x|<repeat|<arg|x>|<with|font-series|medium|<with|font-size|1|<space|0.2fn>.<space|0.2fn>>>>>|<htab|5mm>> <no-break><pageref|auto-7>>
|
||||||
|
</associate>
|
||||||
|
</collection>
|
||||||
|
</auxiliary>
|
|
@ -5,7 +5,7 @@
|
||||||
<\body>
|
<\body>
|
||||||
<doc-data|<doc-title|\<#4ECE\>\<#96F6\>\<#5F00\>\<#59CB\>\<#5B66\>\<#58A8\>\<#5E72\>\<#7406\>\<#5DE5\>\<#5957\>\<#4EF6\>>>
|
<doc-data|<doc-title|\<#4ECE\>\<#96F6\>\<#5F00\>\<#59CB\>\<#5B66\>\<#58A8\>\<#5E72\>\<#7406\>\<#5DE5\>\<#5957\>\<#4EF6\>>>
|
||||||
|
|
||||||
<tabular*|<tformat|<cwith|1|1|1|1|cell-halign|l>|<cwith|2|2|1|1|cell-halign|l>|<cwith|3|6|1|1|cell-halign|l>|<twith|table-width|1par>|<twith|table-hmode|exact>|<cwith|7|7|1|1|cell-halign|l>|<cwith|8|8|1|1|cell-halign|l>|<cwith|9|9|1|1|cell-halign|l>|<cwith|10|10|1|1|cell-halign|l>|<cwith|11|11|1|1|cell-halign|l>|<table|<row|<cell|<hlink|\<#7B2C\>00\<#8BB2\>\<#FF1A\>\<#521D\>\<#8BC6\>\<#6570\>\<#5B66\>\<#6A21\>\<#5F0F\>|00_math_mode.tm>>|<cell|\<#6570\>\<#5B66\>\<#6A21\>\<#5F0F\>>|<cell|v1.2.5.1>>|<row|<cell|<hlink|\<#7B2C\>01\<#8BB2\>\<#FF1A\>\<#521D\>\<#8BC6\>\<#5E7B\>\<#706F\>\<#7247\>\<#6837\>\<#5F0F\>|01_beamer_style.tm>>|<cell|\<#5E7B\>\<#706F\>\<#7247\>>|<cell|v1.2.5.1>>|<row|<cell|<hlink|\<#7B2C\>02\<#8BB2\>\<#FF1A\>\<#6570\>\<#5B66\>\<#516C\>\<#5F0F\>\<#4E0E\><LaTeX>|02_math_latex.tm>>|<cell|\<#6570\>\<#5B66\>\<#6A21\>\<#5F0F\>>|<cell|v1.2.5.1>>|<row|<cell|<hlink|\<#7B2C\>03\<#8BB2\>\<#FF1A\>\<#5982\>\<#4F55\>\<#8F93\>\<#5165\>\<#5206\>\<#6BB5\>\<#51FD\>\<#6570\>|03_math_choice.tm>>|<cell|\<#6570\>\<#5B66\>\<#6A21\>\<#5F0F\>>|<cell|v1.2.5.1>>|<row|<cell|<hlink|\<#7B2C\>04\<#8BB2\>\<#FF1A\>\<#5982\>\<#4F55\>\<#8F93\>\<#5165\>\<#77E9\>\<#9635\>\<#548C\>\<#884C\>\<#5217\>\<#5F0F\>|04_math_matrix.tm>>|<cell|\<#6570\>\<#5B66\>\<#6A21\>\<#5F0F\>>|<cell|v1.2.5.2>>|<row|<cell|<hlink|\<#7B2C\>05\<#8BB2\>\<#FF1A\>\<#5982\>\<#4F55\>\<#8F93\>\<#5165\>\<#5E0C\>\<#814A\>\<#5B57\>\<#6BCD\>|05_math_greek.tm>>|<cell|\<#6570\>\<#5B66\>\<#6A21\>\<#5F0F\>>|<cell|v1.2.5.1>>|<row|<cell|<hlink|\<#7B2C\>06\<#8BB2\>\<#FF1A\>\<#5982\>\<#4F55\>\<#5728\>\<#58A8\>\<#5E72\>\<#4E2D\>\<#5B66\>Python\<#8BED\>\<#8A00\>|06_python3.tm>>|<cell|\<#63D2\>\<#4EF6\>>|<cell|v1.2.5.2>>|<row|<cell|<hlink|\<#7B2C\>07\<#8BB2\>\<#FF1A\>\<#914D\>\<#7F6E\>\<#4E8C\>\<#8FDB\>\<#5236\>\<#63D2\>\<#4EF6\>|07_binary_plugin.tm>>|<cell|\<#63D2\>\<#4EF6\>>|<cell|v1.2.5.2>>|<row|<cell|<hlink|\<#7B2C\>08\<#8BB2\>\<#FF1A\>\<#7528\>Octave\<#63D2\>\<#4EF6\>\<#5B66\>\<#7EBF\>\<#6027\>\<#4EE3\>\<#6570\>|08_octave.tm>>|<cell|\<#63D2\>\<#4EF6\>>|<cell|v1.2.5.2>>|<row|<cell|<hlink|\<#7B2C\>09\<#8BB2\>\<#FF1A\>\<#7528\>Maxima\<#63D2\>\<#4EF6\>\<#5B66\>\<#5FAE\>\<#79EF\>\<#5206\>|09_maxima.tm>>|<cell|\<#63D2\>\<#4EF6\>>|<cell|v1.2.5.2>>|<row|<cell|<hlink|\<#7B2C\>10\<#8BB2\>\<#FF1A\>\<#6837\>\<#5F0F\>\<#8BED\>\<#8A00\>assign|10_ts_assign.tm>>|<cell|\<#6837\>\<#5F0F\>\<#8BED\>\<#8A00\>>|<cell|v1.2.5.2>>>>>
|
<tabular*|<tformat|<cwith|1|1|1|1|cell-halign|l>|<cwith|2|2|1|1|cell-halign|l>|<cwith|3|6|1|1|cell-halign|l>|<twith|table-width|1par>|<twith|table-hmode|exact>|<cwith|7|7|1|1|cell-halign|l>|<cwith|8|8|1|1|cell-halign|l>|<cwith|9|9|1|1|cell-halign|l>|<cwith|10|10|1|1|cell-halign|l>|<cwith|11|11|1|1|cell-halign|l>|<cwith|13|13|1|1|cell-halign|l>|<cwith|12|12|1|1|cell-halign|l>|<table|<row|<cell|<hlink|\<#7B2C\>00\<#8BB2\>\<#FF1A\>\<#521D\>\<#8BC6\>\<#6570\>\<#5B66\>\<#6A21\>\<#5F0F\>|00_math_mode.tm>>|<cell|\<#6570\>\<#5B66\>\<#6A21\>\<#5F0F\>>|<cell|v1.2.5.1>>|<row|<cell|<hlink|\<#7B2C\>01\<#8BB2\>\<#FF1A\>\<#521D\>\<#8BC6\>\<#5E7B\>\<#706F\>\<#7247\>\<#6837\>\<#5F0F\>|01_beamer_style.tm>>|<cell|\<#5E7B\>\<#706F\>\<#7247\>>|<cell|v1.2.5.1>>|<row|<cell|<hlink|\<#7B2C\>02\<#8BB2\>\<#FF1A\>\<#6570\>\<#5B66\>\<#516C\>\<#5F0F\>\<#4E0E\><LaTeX>|02_math_latex.tm>>|<cell|\<#6570\>\<#5B66\>\<#6A21\>\<#5F0F\>>|<cell|v1.2.5.1>>|<row|<cell|<hlink|\<#7B2C\>03\<#8BB2\>\<#FF1A\>\<#5982\>\<#4F55\>\<#8F93\>\<#5165\>\<#5206\>\<#6BB5\>\<#51FD\>\<#6570\>|03_math_choice.tm>>|<cell|\<#6570\>\<#5B66\>\<#6A21\>\<#5F0F\>>|<cell|v1.2.5.1>>|<row|<cell|<hlink|\<#7B2C\>04\<#8BB2\>\<#FF1A\>\<#5982\>\<#4F55\>\<#8F93\>\<#5165\>\<#77E9\>\<#9635\>\<#548C\>\<#884C\>\<#5217\>\<#5F0F\>|04_math_matrix.tm>>|<cell|\<#6570\>\<#5B66\>\<#6A21\>\<#5F0F\>>|<cell|v1.2.5.2>>|<row|<cell|<hlink|\<#7B2C\>05\<#8BB2\>\<#FF1A\>\<#5982\>\<#4F55\>\<#8F93\>\<#5165\>\<#5E0C\>\<#814A\>\<#5B57\>\<#6BCD\>|05_math_greek.tm>>|<cell|\<#6570\>\<#5B66\>\<#6A21\>\<#5F0F\>>|<cell|v1.2.5.1>>|<row|<cell|<hlink|\<#7B2C\>06\<#8BB2\>\<#FF1A\>\<#5982\>\<#4F55\>\<#5728\>\<#58A8\>\<#5E72\>\<#4E2D\>\<#5B66\>Python\<#8BED\>\<#8A00\>|06_python3.tm>>|<cell|\<#63D2\>\<#4EF6\>>|<cell|v1.2.5.2>>|<row|<cell|<hlink|\<#7B2C\>07\<#8BB2\>\<#FF1A\>\<#914D\>\<#7F6E\>\<#4E8C\>\<#8FDB\>\<#5236\>\<#63D2\>\<#4EF6\>|07_binary_plugin.tm>>|<cell|\<#63D2\>\<#4EF6\>>|<cell|v1.2.5.2>>|<row|<cell|<hlink|\<#7B2C\>08\<#8BB2\>\<#FF1A\>\<#7528\>Octave\<#63D2\>\<#4EF6\>\<#5B66\>\<#7EBF\>\<#6027\>\<#4EE3\>\<#6570\>|08_octave.tm>>|<cell|\<#63D2\>\<#4EF6\>>|<cell|v1.2.5.2>>|<row|<cell|<hlink|\<#7B2C\>09\<#8BB2\>\<#FF1A\>\<#7528\>Maxima\<#63D2\>\<#4EF6\>\<#5B66\>\<#5FAE\>\<#79EF\>\<#5206\>|09_maxima.tm>>|<cell|\<#63D2\>\<#4EF6\>>|<cell|v1.2.5.2>>|<row|<cell|<hlink|\<#7B2C\>10\<#8BB2\>\<#FF1A\>\<#6837\>\<#5F0F\>\<#8BED\>\<#8A00\>assign|10_ts_assign.tm>>|<cell|\<#6837\>\<#5F0F\>\<#8BED\>\<#8A00\>>|<cell|v1.2.5.2>>|<row|<cell|<hlink|\<#7B2C\>11\<#8BB2\>\<#FF1A\>\<#4E2D\>\<#6587\>\<#6587\>\<#6863\>\<#4E0E\>\<#62FC\>\<#97F3\>|11_pinyin.tm>>|<cell|\<#4E2D\>\<#6587\>\<#6587\>\<#6863\>>|<cell|v1.2.5.2>>|<row|<cell|<hlink|\<#7B2C\>12\<#8BB2\>\<#FF1A\>\<#4E3A\><LaTeX>\<#5BFC\>\<#5165\>\<#8BBE\>\<#7F6E\>\<#5FEB\>\<#6377\>\<#952E\>|12_latex_paste.tmu>>|<cell|\<#6570\>\<#5B66\>\<#6A21\>\<#5F0F\>>|<cell|v1.2.9.5>>>>>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
<\initial>
|
<\initial>
|
||||||
|
|
Loading…
Reference in New Issue