Refinemathpix中将$$替换为空格
This commit is contained in:
parent
d8e12e1ff3
commit
2aec69153d
|
|
@ -1397,6 +1397,7 @@ def RefineMathpix(raw_string): # 进一步修改mathpix得到的字符串
|
|||
string = RefineCasesEnv(string) #美化cases环境
|
||||
string = RefineChineseComma(string) #改顿号
|
||||
string = RefineInterval(string) #改错误的dollars符号和括号的顺序
|
||||
string = string.replace("$$"," ")
|
||||
|
||||
|
||||
return string
|
||||
|
|
|
|||
Reference in New Issue