diff --git a/工具v2/database_tools.py b/工具v2/database_tools.py index 0dc45720..0f41fa1f 100644 --- a/工具v2/database_tools.py +++ b/工具v2/database_tools.py @@ -1317,6 +1317,7 @@ def GenerateSingleLessonNote(id,notesdict,metadict,templatepath,outputfilepath,c SaveTextFile(latex_data,outputfilepath) #保存.tex文件 outputdir,filename = os.path.split(outputfilepath) + print(f"{filename}编译中...") if XeLaTeXCompile(outputdir,filename): print("编译成功") return latex_data # 返回0