[1255] 支持通过 \bowtie 输入 ⋈ 符号 - #4471
Open
da-liii wants to merge 2 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
在
TeXmacs/plugins/latex/progs/latex/latex-kbd.scm中为 LaTeX 命令添加键盘命令映射:\bowtie→ 插入<join>(⋈,U+22C8,见tmuniversaltounicode.scm的规范内部名)\Join→ 插入<Join>kbd-symbols新增join/Bowtie(自动展开为<join>/<Bowtie>U+2A1D)Why
LaTeX 中
\bowtie是生成 ⋈ 的标准命令,Mogan 此前仅支持快捷键| tab * |/> < tab输入<join>,hybrid 模式下输入\bowtie会提示 unknown command。How 验证
headless 加载
(latex latex-kbd)后查询kbd-get-command:任务文档:
devel/1255.md