From f5ed5ab6b8f8b173b44f8aea8073c522b6c686b1 Mon Sep 17 00:00:00 2001 From: "weiye.wang" Date: Wed, 17 Jan 2024 20:37:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=AF=91=E5=89=8D=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 工具v2/database_tools.py | 1 + 1 file changed, 1 insertion(+) 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