Skip to content

[3689] 修复 LaTeX 导出时 algo-state 未正确映射为 \State 的问题#3830

Open
Sam-Hui-dot wants to merge 2 commits into
MoganLab:mainfrom
Sam-Hui-dot:Sam/203_34/fix_latex_algo_state
Open

[3689] 修复 LaTeX 导出时 algo-state 未正确映射为 \State 的问题#3830
Sam-Hui-dot wants to merge 2 commits into
MoganLab:mainfrom
Sam-Hui-dot:Sam/203_34/fix_latex_algo_state

Conversation

@Sam-Hui-dot

Copy link
Copy Markdown
Contributor

fix: 修复 LaTeX 导出时 algo-state 未正确映射为 \State 的问题 。Closes #3689

@Sam-Hui-dot Sam-Hui-dot force-pushed the Sam/203_34/fix_latex_algo_state branch from e1a1676 to 802eb7b Compare June 26, 2026 14:33
@Sam-Hui-dot Sam-Hui-dot changed the title Sam/203 34/fix latex algo state [3689] 修复 LaTeX 导出时 algo-state 未正确映射为 \State 的问题 Jun 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

导出的 .tex 使用了 \algostate,但 Overleaf 缺少定义该命令的宏包(如 algpseudocodex)。

1 participant