latex auto translation milestone

这个提交包含在:
qingxu fu
2023-06-03 13:46:40 +08:00
父节点 5a1831db98
当前提交 ef61221241
共有 4 个文件被更改,包括 422 次插入227 次删除

查看文件

@@ -319,5 +319,28 @@ def get_crazy_functions():
except:
print('Load function plugin failed')
try:
from crazy_functions.Latex输出PDF结果 import Latex英文纠错加PDF对比
function_plugins.update({
"Latex英文纠错+LatexDiff高亮修正位置": {
"Color": "stop",
"AsButton": False,
# "AdvancedArgs": True,
# "ArgsReminder": "",
"Function": HotReload(Latex英文纠错加PDF对比)
}
})
from crazy_functions.Latex输出PDF结果 import Latex翻译中文并重新编译PDF
function_plugins.update({
"Latex翻译中文+生成PDF": {
"Color": "stop",
"AsButton": False,
# "AdvancedArgs": True,
# "ArgsReminder": "",
"Function": HotReload(Latex翻译中文并重新编译PDF)
}
})
except:
print('Load function plugin failed')
###################### 第n组插件 ###########################
return function_plugins