1) 修复了to_katex.py的bug; 2)把Box.py中的转化结果写在logs
This commit is contained in:
@@ -51,6 +51,7 @@ def change(input_str, old_inst, new_inst, old_surr_l, old_surr_r, new_surr_l, ne
|
||||
i = start + 1
|
||||
continue
|
||||
else:
|
||||
result += input_str[i:start]
|
||||
i = start
|
||||
|
||||
if old_inst != new_inst and old_inst in result:
|
||||
|
||||
Reference in New Issue
Block a user