From 4e23d22f04aab839d40db5aeb7ceb620e0ecd6b1 Mon Sep 17 00:00:00 2001 From: wangweiye7840 Date: Mon, 17 Jul 2023 11:03:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E6=88=90=E5=AD=A6=E6=A1=88=E6=97=B6?= =?UTF-8?q?=E5=B0=86=E4=BD=9C=E4=B8=9A=E5=88=86=E5=BC=80=E4=B8=80=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 工具v2/database_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/工具v2/database_tools.py b/工具v2/database_tools.py index 8cffc20a..54c43cc5 100644 --- a/工具v2/database_tools.py +++ b/工具v2/database_tools.py @@ -903,7 +903,7 @@ def GenerateLessonPreparation(notetitle, outputdir, adict, prodict, objdict, les output += GenerateStudentBodyString([problems_list[1]],[],prodict,consecutivenumbering=False,answered=False) output += "\\subsection{巩固新知}\n\n" output += GenerateStudentBodyString([problems_list[2]],[],prodict,consecutivenumbering=False,answered=False) - output += "\\subsection{课后作业}\n\n" + output += "\\newpage\n\n\\subsection{课后作业}\n\n" output += GenerateStudentBodyString([problems_list[3]],[],prodict,consecutivenumbering=False,answered=False) output += "\\newpage\n\n" else: