[0616] 支持在数学模式下和 LaTeX 导入时对 dx, dy, dz, dr, d rho, d theta 进行自动转换#3462
Merged
Conversation
caedfed to
a5e57de
Compare
a5e57de to
5e6f8d0
Compare
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.
概述
dx、dy、dz、dr将自动转换为直立微分符号<mathd>与其对应的变量组合(如<mathd>x),避免了连续两个字母被识别为多字母算子的排版问题。rho(d rho) 和theta(d theta) 形式 of 的微分自动转换,并完善了 Tab 键多级变体循环定义(补全了"d j var var"到<mathd><jmath>的映射,消除了红字占位符问题)。dx、dy、dz、dr、d\rho、d\theta格式自动转换为对应的 TeXmacs 微分符号和变量组合(中间带空格的除外),彻底省去了手动调整的麻烦。0616_differential_test.tex和0616_differential_test.md,并通过自动化测试运行器0616.scm完成了 100% 验证(8 项检查全部通过)。