生成备课稿中更改remark的位置
This commit is contained in:
parent
89131b2bf8
commit
331ebcc5db
|
|
@ -911,6 +911,9 @@ def GenerateLessonPreparation(notetitle, outputdir, adict, prodict, objdict, bas
|
|||
output += GenerateStudentBodyString(ealist,[],prodict,consecutivenumbering=False,answered=False)
|
||||
output += "\\subsection{巩固新知}\n\n"
|
||||
output += GenerateStudentBodyString(worklist,[],prodict,consecutivenumbering=False,answered=False)
|
||||
if not remarks == "":
|
||||
output += "\\subsection{备注}\n\n"
|
||||
output += remarks + "\n\n"
|
||||
output += "\\newpage\n\n\\subsection{课后作业}\n\n"
|
||||
output += GenerateStudentBodyString(homeworklist,[],prodict,consecutivenumbering=False,answered=False)
|
||||
output += "\\newpage\n\n"
|
||||
|
|
@ -919,9 +922,7 @@ def GenerateLessonPreparation(notetitle, outputdir, adict, prodict, objdict, bas
|
|||
output += "\\subsection{复习题}\n\n"
|
||||
output += GenerateStudentBodyString(homeworklist,[],prodict,consecutivenumbering=False,answered = False)
|
||||
output += "\\newpage\n\n"
|
||||
if not remarks == "":
|
||||
output += "\\subsection{备注}\n\n"
|
||||
output += remarks + "\n\n"
|
||||
|
||||
|
||||
|
||||
latex_raw = ReadTextFile("模板文件/讲义模板.txt")
|
||||
|
|
|
|||
Reference in New Issue