系列讲义生成功能已用qt面板重写, 并加入工具面板
This commit is contained in:
parent
1f5150eb09
commit
5a4f00c243
|
|
@ -1,8 +1,8 @@
|
||||||
from PySide6.QtWidgets import QWidget, QApplication, QFileDialog
|
from PySide6.QtWidgets import QWidget, QApplication, QFileDialog
|
||||||
import Ui_寻找空闲题号
|
import Ui_test
|
||||||
|
|
||||||
|
|
||||||
class MyWindow(QWidget,Ui_寻找空闲题号.Ui_Form):
|
class MyWindow(QWidget,Ui_test.Ui_Form):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super().__init__()
|
super().__init__()
|
||||||
self.setupUi(self)
|
self.setupUi(self)
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,229 @@
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
|
################################################################################
|
||||||
|
## Form generated from reading UI file '系列讲义生成.ui'
|
||||||
|
##
|
||||||
|
## Created by: Qt User Interface Compiler version 6.6.2
|
||||||
|
##
|
||||||
|
## WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
from PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,
|
||||||
|
QMetaObject, QObject, QPoint, QRect,
|
||||||
|
QSize, QTime, QUrl, Qt)
|
||||||
|
from PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,
|
||||||
|
QFont, QFontDatabase, QGradient, QIcon,
|
||||||
|
QImage, QKeySequence, QLinearGradient, QPainter,
|
||||||
|
QPalette, QPixmap, QRadialGradient, QTransform)
|
||||||
|
from PySide6.QtWidgets import (QApplication, QCheckBox, QHBoxLayout, QLabel,
|
||||||
|
QLineEdit, QPushButton, QRadioButton, QSizePolicy,
|
||||||
|
QVBoxLayout, QWidget)
|
||||||
|
|
||||||
|
class Ui_Form(object):
|
||||||
|
def setupUi(self, Form):
|
||||||
|
if not Form.objectName():
|
||||||
|
Form.setObjectName(u"Form")
|
||||||
|
Form.resize(511, 394)
|
||||||
|
self.lineEdit_regex = QLineEdit(Form)
|
||||||
|
self.lineEdit_regex.setObjectName(u"lineEdit_regex")
|
||||||
|
self.lineEdit_regex.setGeometry(QRect(100, 20, 231, 20))
|
||||||
|
self.label = QLabel(Form)
|
||||||
|
self.label.setObjectName(u"label")
|
||||||
|
self.label.setGeometry(QRect(10, 20, 91, 16))
|
||||||
|
self.label_2 = QLabel(Form)
|
||||||
|
self.label_2.setObjectName(u"label_2")
|
||||||
|
self.label_2.setGeometry(QRect(340, 20, 171, 16))
|
||||||
|
self.pushButton_exec = QPushButton(Form)
|
||||||
|
self.pushButton_exec.setObjectName(u"pushButton_exec")
|
||||||
|
self.pushButton_exec.setGeometry(QRect(280, 250, 221, 131))
|
||||||
|
font = QFont()
|
||||||
|
font.setBold(True)
|
||||||
|
self.pushButton_exec.setFont(font)
|
||||||
|
self.label_3 = QLabel(Form)
|
||||||
|
self.label_3.setObjectName(u"label_3")
|
||||||
|
self.label_3.setGeometry(QRect(10, 50, 61, 16))
|
||||||
|
self.lineEdit_path = QLineEdit(Form)
|
||||||
|
self.lineEdit_path.setObjectName(u"lineEdit_path")
|
||||||
|
self.lineEdit_path.setGeometry(QRect(10, 70, 491, 20))
|
||||||
|
self.pushButton_SelectPath = QPushButton(Form)
|
||||||
|
self.pushButton_SelectPath.setObjectName(u"pushButton_SelectPath")
|
||||||
|
self.pushButton_SelectPath.setGeometry(QRect(430, 40, 75, 24))
|
||||||
|
self.verticalLayoutWidget = QWidget(Form)
|
||||||
|
self.verticalLayoutWidget.setObjectName(u"verticalLayoutWidget")
|
||||||
|
self.verticalLayoutWidget.setGeometry(QRect(10, 110, 81, 111))
|
||||||
|
self.verticalLayout = QVBoxLayout(self.verticalLayoutWidget)
|
||||||
|
self.verticalLayout.setObjectName(u"verticalLayout")
|
||||||
|
self.verticalLayout.setContentsMargins(0, 0, 0, 0)
|
||||||
|
self.label_4 = QLabel(self.verticalLayoutWidget)
|
||||||
|
self.label_4.setObjectName(u"label_4")
|
||||||
|
self.label_4.setAlignment(Qt.AlignLeading|Qt.AlignLeft|Qt.AlignVCenter)
|
||||||
|
|
||||||
|
self.verticalLayout.addWidget(self.label_4)
|
||||||
|
|
||||||
|
self.radioButton_student = QRadioButton(self.verticalLayoutWidget)
|
||||||
|
self.radioButton_student.setObjectName(u"radioButton_student")
|
||||||
|
self.radioButton_student.setChecked(True)
|
||||||
|
|
||||||
|
self.verticalLayout.addWidget(self.radioButton_student)
|
||||||
|
|
||||||
|
self.radioButton_teacher = QRadioButton(self.verticalLayoutWidget)
|
||||||
|
self.radioButton_teacher.setObjectName(u"radioButton_teacher")
|
||||||
|
|
||||||
|
self.verticalLayout.addWidget(self.radioButton_teacher)
|
||||||
|
|
||||||
|
self.verticalLayoutWidget_2 = QWidget(Form)
|
||||||
|
self.verticalLayoutWidget_2.setObjectName(u"verticalLayoutWidget_2")
|
||||||
|
self.verticalLayoutWidget_2.setGeometry(QRect(110, 110, 151, 271))
|
||||||
|
self.verticalLayout_2 = QVBoxLayout(self.verticalLayoutWidget_2)
|
||||||
|
self.verticalLayout_2.setObjectName(u"verticalLayout_2")
|
||||||
|
self.verticalLayout_2.setContentsMargins(0, 0, 0, 0)
|
||||||
|
self.label_5 = QLabel(self.verticalLayoutWidget_2)
|
||||||
|
self.label_5.setObjectName(u"label_5")
|
||||||
|
|
||||||
|
self.verticalLayout_2.addWidget(self.label_5)
|
||||||
|
|
||||||
|
self.checkBox_space = QCheckBox(self.verticalLayoutWidget_2)
|
||||||
|
self.checkBox_space.setObjectName(u"checkBox_space")
|
||||||
|
|
||||||
|
self.verticalLayout_2.addWidget(self.checkBox_space)
|
||||||
|
|
||||||
|
self.checkBox_ans = QCheckBox(self.verticalLayoutWidget_2)
|
||||||
|
self.checkBox_ans.setObjectName(u"checkBox_ans")
|
||||||
|
|
||||||
|
self.verticalLayout_2.addWidget(self.checkBox_ans)
|
||||||
|
|
||||||
|
self.checkBox_objs = QCheckBox(self.verticalLayoutWidget_2)
|
||||||
|
self.checkBox_objs.setObjectName(u"checkBox_objs")
|
||||||
|
self.checkBox_objs.setCheckable(True)
|
||||||
|
self.checkBox_objs.setTristate(False)
|
||||||
|
|
||||||
|
self.verticalLayout_2.addWidget(self.checkBox_objs)
|
||||||
|
|
||||||
|
self.checkBox_tags = QCheckBox(self.verticalLayoutWidget_2)
|
||||||
|
self.checkBox_tags.setObjectName(u"checkBox_tags")
|
||||||
|
|
||||||
|
self.verticalLayout_2.addWidget(self.checkBox_tags)
|
||||||
|
|
||||||
|
self.checkBox_solution = QCheckBox(self.verticalLayoutWidget_2)
|
||||||
|
self.checkBox_solution.setObjectName(u"checkBox_solution")
|
||||||
|
|
||||||
|
self.verticalLayout_2.addWidget(self.checkBox_solution)
|
||||||
|
|
||||||
|
self.checkBox_usages = QCheckBox(self.verticalLayoutWidget_2)
|
||||||
|
self.checkBox_usages.setObjectName(u"checkBox_usages")
|
||||||
|
|
||||||
|
self.verticalLayout_2.addWidget(self.checkBox_usages)
|
||||||
|
|
||||||
|
self.checkBox_origin = QCheckBox(self.verticalLayoutWidget_2)
|
||||||
|
self.checkBox_origin.setObjectName(u"checkBox_origin")
|
||||||
|
|
||||||
|
self.verticalLayout_2.addWidget(self.checkBox_origin)
|
||||||
|
|
||||||
|
self.checkBox_remark = QCheckBox(self.verticalLayoutWidget_2)
|
||||||
|
self.checkBox_remark.setObjectName(u"checkBox_remark")
|
||||||
|
|
||||||
|
self.verticalLayout_2.addWidget(self.checkBox_remark)
|
||||||
|
|
||||||
|
self.verticalLayoutWidget_3 = QWidget(Form)
|
||||||
|
self.verticalLayoutWidget_3.setObjectName(u"verticalLayoutWidget_3")
|
||||||
|
self.verticalLayoutWidget_3.setGeometry(QRect(280, 110, 222, 121))
|
||||||
|
self.verticalLayout_usagepanel = QVBoxLayout(self.verticalLayoutWidget_3)
|
||||||
|
self.verticalLayout_usagepanel.setObjectName(u"verticalLayout_usagepanel")
|
||||||
|
self.verticalLayout_usagepanel.setContentsMargins(0, 0, 0, 0)
|
||||||
|
self.label_6 = QLabel(self.verticalLayoutWidget_3)
|
||||||
|
self.label_6.setObjectName(u"label_6")
|
||||||
|
|
||||||
|
self.verticalLayout_usagepanel.addWidget(self.label_6)
|
||||||
|
|
||||||
|
self.horizontalLayout = QHBoxLayout()
|
||||||
|
self.horizontalLayout.setObjectName(u"horizontalLayout")
|
||||||
|
self.label_9 = QLabel(self.verticalLayoutWidget_3)
|
||||||
|
self.label_9.setObjectName(u"label_9")
|
||||||
|
|
||||||
|
self.horizontalLayout.addWidget(self.label_9)
|
||||||
|
|
||||||
|
self.lineEdit_high = QLineEdit(self.verticalLayoutWidget_3)
|
||||||
|
self.lineEdit_high.setObjectName(u"lineEdit_high")
|
||||||
|
self.lineEdit_high.setEnabled(True)
|
||||||
|
|
||||||
|
self.horizontalLayout.addWidget(self.lineEdit_high)
|
||||||
|
|
||||||
|
self.label_10 = QLabel(self.verticalLayoutWidget_3)
|
||||||
|
self.label_10.setObjectName(u"label_10")
|
||||||
|
|
||||||
|
self.horizontalLayout.addWidget(self.label_10)
|
||||||
|
|
||||||
|
self.lineEdit_low = QLineEdit(self.verticalLayoutWidget_3)
|
||||||
|
self.lineEdit_low.setObjectName(u"lineEdit_low")
|
||||||
|
|
||||||
|
self.horizontalLayout.addWidget(self.lineEdit_low)
|
||||||
|
|
||||||
|
|
||||||
|
self.verticalLayout_usagepanel.addLayout(self.horizontalLayout)
|
||||||
|
|
||||||
|
self.label_7 = QLabel(self.verticalLayoutWidget_3)
|
||||||
|
self.label_7.setObjectName(u"label_7")
|
||||||
|
|
||||||
|
self.verticalLayout_usagepanel.addWidget(self.label_7)
|
||||||
|
|
||||||
|
self.lineEdit_grades = QLineEdit(self.verticalLayoutWidget_3)
|
||||||
|
self.lineEdit_grades.setObjectName(u"lineEdit_grades")
|
||||||
|
|
||||||
|
self.verticalLayout_usagepanel.addWidget(self.lineEdit_grades)
|
||||||
|
|
||||||
|
self.verticalLayoutWidget_4 = QWidget(Form)
|
||||||
|
self.verticalLayoutWidget_4.setObjectName(u"verticalLayoutWidget_4")
|
||||||
|
self.verticalLayoutWidget_4.setGeometry(QRect(10, 240, 81, 141))
|
||||||
|
self.verticalLayout_3 = QVBoxLayout(self.verticalLayoutWidget_4)
|
||||||
|
self.verticalLayout_3.setObjectName(u"verticalLayout_3")
|
||||||
|
self.verticalLayout_3.setContentsMargins(0, 0, 0, 0)
|
||||||
|
self.label_8 = QLabel(self.verticalLayoutWidget_4)
|
||||||
|
self.label_8.setObjectName(u"label_8")
|
||||||
|
|
||||||
|
self.verticalLayout_3.addWidget(self.label_8)
|
||||||
|
|
||||||
|
self.checkBox_singlenote = QCheckBox(self.verticalLayoutWidget_4)
|
||||||
|
self.checkBox_singlenote.setObjectName(u"checkBox_singlenote")
|
||||||
|
|
||||||
|
self.verticalLayout_3.addWidget(self.checkBox_singlenote)
|
||||||
|
|
||||||
|
self.checkBox_seriesnote = QCheckBox(self.verticalLayoutWidget_4)
|
||||||
|
self.checkBox_seriesnote.setObjectName(u"checkBox_seriesnote")
|
||||||
|
self.checkBox_seriesnote.setChecked(True)
|
||||||
|
|
||||||
|
self.verticalLayout_3.addWidget(self.checkBox_seriesnote)
|
||||||
|
|
||||||
|
|
||||||
|
self.retranslateUi(Form)
|
||||||
|
|
||||||
|
QMetaObject.connectSlotsByName(Form)
|
||||||
|
# setupUi
|
||||||
|
|
||||||
|
def retranslateUi(self, Form):
|
||||||
|
Form.setWindowTitle(QCoreApplication.translate("Form", u"\u7cfb\u5217\u8bb2\u4e49\u751f\u6210", None))
|
||||||
|
self.label.setText(QCoreApplication.translate("Form", u"\u8bb2\u4e49\u7f16\u53f7\u8868\u8fbe\u5f0f", None))
|
||||||
|
self.label_2.setText(QCoreApplication.translate("Form", u"\u7528 \",\" \u5206\u9694\u7684\u4e00\u7cfb\u5217\u6b63\u5219\u8868\u8fbe\u5f0f", None))
|
||||||
|
self.pushButton_exec.setText(QCoreApplication.translate("Form", u"\u5f00\u59cb\u751f\u6210\u4e0e\u7f16\u8bd1", None))
|
||||||
|
self.label_3.setText(QCoreApplication.translate("Form", u"\u6587\u4ef6\u8def\u5f84", None))
|
||||||
|
self.pushButton_SelectPath.setText(QCoreApplication.translate("Form", u"\u9009\u62e9\u8def\u5f84", None))
|
||||||
|
self.label_4.setText(QCoreApplication.translate("Form", u"\u7248\u5f0f\u9009\u62e9", None))
|
||||||
|
self.radioButton_student.setText(QCoreApplication.translate("Form", u"\u5b66\u751f\u7248", None))
|
||||||
|
self.radioButton_teacher.setText(QCoreApplication.translate("Form", u"\u6559\u5e08\u7248", None))
|
||||||
|
self.label_5.setText(QCoreApplication.translate("Form", u"\u5185\u5bb9\u9009\u9879", None))
|
||||||
|
self.checkBox_space.setText(QCoreApplication.translate("Form", u"\u9898\u540e\u7a7a\u95f4", None))
|
||||||
|
self.checkBox_ans.setText(QCoreApplication.translate("Form", u"\u7b54\u6848", None))
|
||||||
|
self.checkBox_objs.setText(QCoreApplication.translate("Form", u"\u8bfe\u65f6\u76ee\u6807", None))
|
||||||
|
self.checkBox_tags.setText(QCoreApplication.translate("Form", u"\u9898\u76ee\u6807\u7b7e", None))
|
||||||
|
self.checkBox_solution.setText(QCoreApplication.translate("Form", u"\u89e3\u7b54\u4e0e\u63d0\u793a", None))
|
||||||
|
self.checkBox_usages.setText(QCoreApplication.translate("Form", u"\u4f7f\u7528\u8bb0\u5f55", None))
|
||||||
|
self.checkBox_origin.setText(QCoreApplication.translate("Form", u"\u6765\u6e90", None))
|
||||||
|
self.checkBox_remark.setText(QCoreApplication.translate("Form", u"\u5907\u6ce8", None))
|
||||||
|
self.label_6.setText(QCoreApplication.translate("Form", u"\u4f7f\u7528\u8bb0\u5f55\u9009\u62e9(\u90fd\u7559\u7a7a\u4e3a\u5168\u663e\u793a)", None))
|
||||||
|
self.label_9.setText(QCoreApplication.translate("Form", u"\u9ad8", None))
|
||||||
|
self.label_10.setText(QCoreApplication.translate("Form", u"\u4f4e", None))
|
||||||
|
self.label_7.setText(QCoreApplication.translate("Form", u"\u5c4a\u522b\u9009\u62e9(\u7528 \",\" \u5206\u9694, \u7559\u7a7a\u4e3a\u5168\u663e\u793a)", None))
|
||||||
|
self.label_8.setText(QCoreApplication.translate("Form", u"\u7f16\u8bd1\u9009\u9879", None))
|
||||||
|
self.checkBox_singlenote.setText(QCoreApplication.translate("Form", u"\u5355\u5f20\u7f16\u8bd1", None))
|
||||||
|
self.checkBox_seriesnote.setText(QCoreApplication.translate("Form", u"\u5408\u96c6\u7f16\u8bd1", None))
|
||||||
|
# retranslateUi
|
||||||
|
|
||||||
|
|
@ -135,7 +135,7 @@ BKMenu.add_command(label = "讲义结构编号录入", command = lambda: SetButt
|
||||||
BKMenu.add_command(label = "在.tex或.pdf文件中获取题号", command = lambda: SetButton("在.tex或.pdf文件中获取题号",["在.tex或.pdf文件中获取题号.py"]))
|
BKMenu.add_command(label = "在.tex或.pdf文件中获取题号", command = lambda: SetButton("在.tex或.pdf文件中获取题号",["在.tex或.pdf文件中获取题号.py"]))
|
||||||
BKMenu.add_command(label = "录入答题纸对应信息", command = lambda: SetButton("录入答题纸对应信息",["录入答题纸对应信息.py"]))
|
BKMenu.add_command(label = "录入答题纸对应信息", command = lambda: SetButton("录入答题纸对应信息",["录入答题纸对应信息.py"]))
|
||||||
BKMenu.add_command(label = "讲义生成", command = lambda: SetButton("讲义生成",["讲义生成.py"]))
|
BKMenu.add_command(label = "讲义生成", command = lambda: SetButton("讲义生成",["讲义生成.py"]))
|
||||||
BKMenu.add_command(label = "系列讲义生成", command = lambda: SetButton("系列讲义生成",["系列讲义生成.py"]))
|
BKMenu.add_command(label = "系列讲义生成", command = lambda: SetButton("系列讲义生成",[]))
|
||||||
BKMenu.add_separator()
|
BKMenu.add_separator()
|
||||||
BKMenu.add_command(label = "添加基础知识梳理", command = lambda: SetButton("添加基础知识梳理",["添加基础知识梳理.py"]))
|
BKMenu.add_command(label = "添加基础知识梳理", command = lambda: SetButton("添加基础知识梳理",["添加基础知识梳理.py"]))
|
||||||
# BKMenu.add_command(label = "题号清单生成", command = lambda: SetButton("题号清单生成",1,["题号清单生成.py"]))
|
# BKMenu.add_command(label = "题号清单生成", command = lambda: SetButton("题号清单生成",1,["题号清单生成.py"]))
|
||||||
|
|
|
||||||
186
工具v2/系列讲义生成.py
186
工具v2/系列讲义生成.py
|
|
@ -1,60 +1,156 @@
|
||||||
# lessonpattern = r"U20240501" # 正则表达式, 数据库中讲义的编号([A-Z][0-9]{4}[(01)|(02)][[0-9]{2}), 字母表示类型, 四位数字表示届别, 2位数字表示学期及其他, 2位数字表示序号
|
from PySide6.QtWidgets import QWidget, QApplication, QFileDialog
|
||||||
# outputdir = "d:/temp/26届材料" # 输出文件夹, 不建议修改
|
from Ui_系列讲义生成 import Ui_Form
|
||||||
# answered = True # 设置是否编译答案
|
|
||||||
|
|
||||||
from database_tools import *
|
from database_tools import *
|
||||||
|
import os
|
||||||
|
|
||||||
configjson = load_dict("文本文件/config.json")["系列讲义生成.py"]
|
class MyWindow(QWidget,Ui_Form):
|
||||||
|
def __init__(self):
|
||||||
|
super().__init__()
|
||||||
|
self.setupUi(self)
|
||||||
|
self.bind()
|
||||||
|
|
||||||
lessonpattern = configjson["讲义标题格式"] # 正则表达式, 数据库中讲义的编号([A-Z][0-9]{4}[(01)|(02)][[0-9]{2}), 字母表示类型, 四位数字表示届别, 2位数字表示学期及其他, 2位数字表示序号
|
def bind(self):
|
||||||
outputdir = configjson["输出路径"] # 输出文件夹, 不建议修改
|
self.outputpath = os.path.join(os.getcwd(),"临时文件")
|
||||||
# answered = configjson["提供答案"] # 设置是否编译答案
|
self.lineEdit_path.setText(self.outputpath)
|
||||||
|
self.TeachersCheckBoxList = [self.checkBox_ans,self.checkBox_objs,self.checkBox_tags,self.checkBox_solution,self.checkBox_usages,self.checkBox_origin,self.checkBox_remark]
|
||||||
|
self.StudentsCheckBoxList = [self.checkBox_space,self.checkBox_ans]
|
||||||
|
self.ContnetCheckBoxList = [self.checkBox_ans,self.checkBox_objs,self.checkBox_tags,self.checkBox_solution,self.checkBox_usages,self.checkBox_origin,self.checkBox_remark,self.checkBox_space]
|
||||||
|
for widget in self.ContnetCheckBoxList:
|
||||||
|
widget.setDisabled(True)
|
||||||
|
self.studentlayout()
|
||||||
|
self.disableusagessetting()
|
||||||
|
self.radioButton_teacher.clicked.connect(self.teacherlayout)
|
||||||
|
self.radioButton_student.clicked.connect(self.studentlayout)
|
||||||
|
self.checkBox_usages.clicked.connect(self.toggleusagessetting)
|
||||||
|
self.radioButton_student.clicked.connect(self.toggleusagessetting)
|
||||||
|
self.pushButton_exec.clicked.connect(self.saveandbuild)
|
||||||
|
self.pushButton_SelectPath.clicked.connect(self.selectpath)
|
||||||
|
|
||||||
|
|
||||||
jsonpath = "../备课组" #有json文件的根目录, 文件名需为"校本材料.json"
|
|
||||||
jsondicts = []
|
def disableusagessetting(self):
|
||||||
for loc,dirs,files in os.walk(jsonpath):
|
self.lineEdit_high.setDisabled(True)
|
||||||
if "校本材料.json" in files:
|
self.lineEdit_low.setDisabled(True)
|
||||||
jsondicts.append(load_dict(os.path.join(loc,"校本材料.json")))
|
self.lineEdit_grades.setDisabled(True)
|
||||||
|
def enableusagessetting(self):
|
||||||
|
self.lineEdit_high.setEnabled(True)
|
||||||
|
self.lineEdit_low.setEnabled(True)
|
||||||
|
self.lineEdit_grades.setEnabled(True)
|
||||||
|
def toggleusagessetting(self):
|
||||||
|
if self.checkBox_usages.isChecked() and self.radioButton_teacher.isChecked():
|
||||||
|
self.enableusagessetting()
|
||||||
|
else:
|
||||||
|
self.disableusagessetting()
|
||||||
|
|
||||||
|
def studentlayout(self):
|
||||||
|
for widget in self.TeachersCheckBoxList:
|
||||||
|
widget.setDisabled(True)
|
||||||
|
for widget in self.StudentsCheckBoxList:
|
||||||
|
widget.setEnabled(True)
|
||||||
|
|
||||||
|
def selectpath(self):
|
||||||
|
self.outputpath = QFileDialog.getExistingDirectory(None, "选择文件夹")
|
||||||
|
self.lineEdit_path.setText(self.outputpath)
|
||||||
|
|
||||||
|
def teacherlayout(self):
|
||||||
|
for widget in self.StudentsCheckBoxList:
|
||||||
|
widget.setDisabled(True)
|
||||||
|
for widget in self.TeachersCheckBoxList:
|
||||||
|
widget.setEnabled(True)
|
||||||
|
def generate_usages(self):
|
||||||
|
high = self.lineEdit_high.text().strip()
|
||||||
|
low = self.lineEdit_low.text().strip()
|
||||||
|
if self.checkBox_usages.isChecked() == False:
|
||||||
|
return [-2,-2]
|
||||||
|
elif self.checkBox_usages.isChecked() and high == "" and low == "":
|
||||||
|
return [-1,-1]
|
||||||
|
else:
|
||||||
|
if high == "":
|
||||||
|
high = "0"
|
||||||
|
if low == "":
|
||||||
|
low = "0"
|
||||||
|
return [int(high),int(low)]
|
||||||
|
|
||||||
|
def saveandbuild(self):
|
||||||
|
patterns = self.lineEdit_regex.text().strip().split(",")
|
||||||
|
jsonpath = "../备课组" #有json文件的根目录, 文件名需为"校本材料.json"
|
||||||
|
jsondicts = []
|
||||||
|
for loc,dirs,files in os.walk(jsonpath):
|
||||||
|
if "校本材料.json" in files:
|
||||||
|
jsondicts.append(load_dict(os.path.join(loc,"校本材料.json")))
|
||||||
|
|
||||||
|
|
||||||
raw_pro_dict = load_dict("../题库0.3/problems.json")
|
raw_pro_dict = load_dict("../题库0.3/problems.json")
|
||||||
obj_dict = load_dict("../题库0.3/LessonObj.json")
|
obj_dict = load_dict("../题库0.3/LessonObj.json")
|
||||||
basicknowledge_dict = load_dict("../题库0.3/BasicKnowledge.json")
|
basicknowledge_dict = load_dict("../题库0.3/BasicKnowledge.json")
|
||||||
grades = configjson["字段显示设置"]["届别"]
|
if self.radioButton_teacher.isChecked() and self.checkBox_usages.isChecked() and not self.lineEdit_grades.text().strip() == "":
|
||||||
pro_dict = select_grade_from_pro_dict(raw_pro_dict,grades)
|
grades = self.lineEdit_grades.text().strip().split(",")
|
||||||
|
else:
|
||||||
|
grades = []
|
||||||
|
pro_dict = select_grade_from_pro_dict(raw_pro_dict,grades)
|
||||||
|
# dictionaries = {} #合并字典
|
||||||
|
# for t in (obj_dict,basicknowledge_dict,pro_dict):
|
||||||
|
# dictionaries.update(t)
|
||||||
|
configjson = {
|
||||||
|
"教师版": self.radioButton_teacher.isChecked(),
|
||||||
|
"字段显示设置": {
|
||||||
|
"题后空间": self.checkBox_space.isChecked(),
|
||||||
|
"课时目标": self.checkBox_objs.isChecked(),
|
||||||
|
"题目标签": self.checkBox_tags.isChecked(),
|
||||||
|
"答案": self.checkBox_ans.isChecked(),
|
||||||
|
"解答与提示": self.checkBox_solution.isChecked(),
|
||||||
|
"使用记录": self.generate_usages(),
|
||||||
|
"来源": self.checkBox_origin.isChecked(),
|
||||||
|
"备注": self.checkBox_remark.isChecked(),
|
||||||
|
"届别": grades
|
||||||
|
},
|
||||||
|
"编译单个文件": self.checkBox_singlenote.isChecked(),
|
||||||
|
"编译合集": self.checkBox_seriesnote.isChecked()
|
||||||
|
}
|
||||||
|
papernames = []
|
||||||
|
multitexdata = []
|
||||||
|
for notes_dict in jsondicts:
|
||||||
|
for lessonid in notes_dict["notes"]:
|
||||||
|
coincideflag = False
|
||||||
|
for lessonpattern in patterns:
|
||||||
|
if re.findall(lessonpattern,lessonid) != []:
|
||||||
|
coincideflag = True
|
||||||
|
break
|
||||||
|
if coincideflag:
|
||||||
|
filename = notes_dict["notes"][lessonid]["id"]+notes_dict["notes"][lessonid]["filename"]+".tex"
|
||||||
|
papertype = lessonid[0]
|
||||||
|
consecutivenumbering = notes_dict["structures"][papertype]["consecutivenumbering"]
|
||||||
|
texdata = GenerateSingleLessonNote2024(id = lessonid,notesdict=notes_dict,pro_dict=pro_dict,obj_dict=obj_dict,bk_dict=basicknowledge_dict,templatepath=".\模板文件\讲义模板.txt",outputfilepath = os.path.join(self.outputpath,filename),misc=configjson,consecutivenumbering = consecutivenumbering)
|
||||||
|
papernames.append(notes_dict["notes"][lessonid]["id"]+" \\ "+notes_dict["notes"][lessonid]["name"])
|
||||||
|
multitexdata.append(re.findall(r"\\begin{center}\n{\\bf\\large \\papername}\n\\end{center}([\s\S]*\\end\{enumerate\})",texdata)[0])
|
||||||
|
# print(lessonid)
|
||||||
|
# print(configjson)
|
||||||
|
# print("\n".join(patterns))
|
||||||
|
merged = ""
|
||||||
|
for i in range(len(papernames)):
|
||||||
|
merged += "\n\n\\chapter{"+papernames[i]+"}\n\n\n"
|
||||||
|
merged += multitexdata[i]
|
||||||
|
|
||||||
|
mergedtext = StringSubstitute(r"<<待替换[\d]+>>",ReadTextFile("./模板文件/合集模板.txt"),[merged])
|
||||||
|
|
||||||
|
SaveTextFile(mergedtext,os.path.join(self.outputpath,f"合集{GetDate()}.tex"))
|
||||||
|
|
||||||
|
if not "编译合集" in configjson or configjson["编译合集"] == False:
|
||||||
|
tocompile = input("需要编译合集吗?(Y/[N]):")
|
||||||
|
if configjson["编译合集"] == True or tocompile[0].upper() == "Y":
|
||||||
|
XeLaTeXCompile(self.outputpath,f"合集{GetDate()}.tex")
|
||||||
|
|
||||||
|
|
||||||
dictionaries = {} #合并字典
|
|
||||||
for t in (obj_dict,basicknowledge_dict,pro_dict):
|
|
||||||
dictionaries.update(t)
|
|
||||||
|
|
||||||
papernames = []
|
|
||||||
multitexdata = []
|
|
||||||
|
|
||||||
for notes_dict in jsondicts:
|
|
||||||
for lessonid in notes_dict["notes"]:
|
|
||||||
if re.findall(lessonpattern,lessonid) != []:
|
|
||||||
filename = notes_dict["notes"][lessonid]["id"]+notes_dict["notes"][lessonid]["filename"]+".tex"
|
|
||||||
papertype = lessonid[0]
|
|
||||||
consecutivenumbering = notes_dict["structures"][papertype]["consecutivenumbering"]
|
|
||||||
texdata = GenerateSingleLessonNote2024(id = lessonid,notesdict=notes_dict,pro_dict=pro_dict,obj_dict=obj_dict,bk_dict=basicknowledge_dict,templatepath=".\模板文件\讲义模板.txt",outputfilepath = os.path.join(outputdir,filename),misc=configjson,consecutivenumbering = consecutivenumbering)
|
|
||||||
# texdata = GenerateSingleLessonNote(id = lessonid,notesdict = notes_dict, metadict = dictionaries, templatepath = ".\模板文件\讲义模板.txt", outputfilepath = os.path.join(outputdir,filename),consecutivenumbering=consecutivenumbering,answered=answered)
|
|
||||||
papernames.append(notes_dict["notes"][lessonid]["id"]+" \\ "+notes_dict["notes"][lessonid]["name"])
|
|
||||||
multitexdata.append(re.findall(r"\\begin{center}\n{\\bf\\large \\papername}\n\\end{center}([\s\S]*\\end\{enumerate\})",texdata)[0])
|
|
||||||
|
|
||||||
|
|
||||||
merged = ""
|
|
||||||
for i in range(len(papernames)):
|
|
||||||
merged += "\n\n\\chapter{"+papernames[i]+"}\n\n\n"
|
|
||||||
merged += multitexdata[i]
|
|
||||||
|
|
||||||
mergedtext = StringSubstitute(r"<<待替换[\d]+>>",ReadTextFile("./模板文件/合集模板.txt"),[merged])
|
|
||||||
|
|
||||||
SaveTextFile(mergedtext,os.path.join(outputdir,f"合集{GetDate()}.tex"))
|
|
||||||
|
|
||||||
if not "编译合集" in configjson or configjson["编译合集"] == False:
|
|
||||||
tocompile = input("需要编译合集吗?(Y/[N]):")
|
|
||||||
if configjson["编译合集"] == True or tocompile[0].upper() == "Y":
|
if __name__ == '__main__':
|
||||||
XeLaTeXCompile(outputdir,f"合集{GetDate()}.tex")
|
app = QApplication([])
|
||||||
|
windows = MyWindow()
|
||||||
|
windows.show()
|
||||||
|
app.exec()
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,322 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<ui version="4.0">
|
||||||
|
<class>Form</class>
|
||||||
|
<widget class="QWidget" name="Form">
|
||||||
|
<property name="geometry">
|
||||||
|
<rect>
|
||||||
|
<x>0</x>
|
||||||
|
<y>0</y>
|
||||||
|
<width>511</width>
|
||||||
|
<height>394</height>
|
||||||
|
</rect>
|
||||||
|
</property>
|
||||||
|
<property name="windowTitle">
|
||||||
|
<string>系列讲义生成</string>
|
||||||
|
</property>
|
||||||
|
<widget class="QLineEdit" name="lineEdit_regex">
|
||||||
|
<property name="geometry">
|
||||||
|
<rect>
|
||||||
|
<x>100</x>
|
||||||
|
<y>20</y>
|
||||||
|
<width>231</width>
|
||||||
|
<height>20</height>
|
||||||
|
</rect>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
<widget class="QLabel" name="label">
|
||||||
|
<property name="geometry">
|
||||||
|
<rect>
|
||||||
|
<x>10</x>
|
||||||
|
<y>20</y>
|
||||||
|
<width>91</width>
|
||||||
|
<height>16</height>
|
||||||
|
</rect>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>讲义编号表达式</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
<widget class="QLabel" name="label_2">
|
||||||
|
<property name="geometry">
|
||||||
|
<rect>
|
||||||
|
<x>340</x>
|
||||||
|
<y>20</y>
|
||||||
|
<width>171</width>
|
||||||
|
<height>16</height>
|
||||||
|
</rect>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>用 "," 分隔的一系列正则表达式</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
<widget class="QPushButton" name="pushButton_exec">
|
||||||
|
<property name="geometry">
|
||||||
|
<rect>
|
||||||
|
<x>280</x>
|
||||||
|
<y>250</y>
|
||||||
|
<width>221</width>
|
||||||
|
<height>131</height>
|
||||||
|
</rect>
|
||||||
|
</property>
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<bold>true</bold>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>开始生成与编译</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
<widget class="QLabel" name="label_3">
|
||||||
|
<property name="geometry">
|
||||||
|
<rect>
|
||||||
|
<x>10</x>
|
||||||
|
<y>50</y>
|
||||||
|
<width>61</width>
|
||||||
|
<height>16</height>
|
||||||
|
</rect>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>文件路径</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
<widget class="QLineEdit" name="lineEdit_path">
|
||||||
|
<property name="geometry">
|
||||||
|
<rect>
|
||||||
|
<x>10</x>
|
||||||
|
<y>70</y>
|
||||||
|
<width>491</width>
|
||||||
|
<height>20</height>
|
||||||
|
</rect>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
<widget class="QPushButton" name="pushButton_SelectPath">
|
||||||
|
<property name="geometry">
|
||||||
|
<rect>
|
||||||
|
<x>430</x>
|
||||||
|
<y>40</y>
|
||||||
|
<width>75</width>
|
||||||
|
<height>24</height>
|
||||||
|
</rect>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>选择路径</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
<widget class="QWidget" name="verticalLayoutWidget">
|
||||||
|
<property name="geometry">
|
||||||
|
<rect>
|
||||||
|
<x>10</x>
|
||||||
|
<y>110</y>
|
||||||
|
<width>81</width>
|
||||||
|
<height>111</height>
|
||||||
|
</rect>
|
||||||
|
</property>
|
||||||
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="label_4">
|
||||||
|
<property name="text">
|
||||||
|
<string>版式选择</string>
|
||||||
|
</property>
|
||||||
|
<property name="alignment">
|
||||||
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QRadioButton" name="radioButton_student">
|
||||||
|
<property name="text">
|
||||||
|
<string>学生版</string>
|
||||||
|
</property>
|
||||||
|
<property name="checked">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QRadioButton" name="radioButton_teacher">
|
||||||
|
<property name="text">
|
||||||
|
<string>教师版</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</widget>
|
||||||
|
<widget class="QWidget" name="verticalLayoutWidget_2">
|
||||||
|
<property name="geometry">
|
||||||
|
<rect>
|
||||||
|
<x>110</x>
|
||||||
|
<y>110</y>
|
||||||
|
<width>151</width>
|
||||||
|
<height>271</height>
|
||||||
|
</rect>
|
||||||
|
</property>
|
||||||
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="label_5">
|
||||||
|
<property name="text">
|
||||||
|
<string>内容选项</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QCheckBox" name="checkBox_space">
|
||||||
|
<property name="text">
|
||||||
|
<string>题后空间</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QCheckBox" name="checkBox_ans">
|
||||||
|
<property name="text">
|
||||||
|
<string>答案</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QCheckBox" name="checkBox_objs">
|
||||||
|
<property name="text">
|
||||||
|
<string>课时目标</string>
|
||||||
|
</property>
|
||||||
|
<property name="checkable">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
|
<property name="tristate">
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QCheckBox" name="checkBox_tags">
|
||||||
|
<property name="text">
|
||||||
|
<string>题目标签</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QCheckBox" name="checkBox_solution">
|
||||||
|
<property name="text">
|
||||||
|
<string>解答与提示</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QCheckBox" name="checkBox_usages">
|
||||||
|
<property name="text">
|
||||||
|
<string>使用记录</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QCheckBox" name="checkBox_origin">
|
||||||
|
<property name="text">
|
||||||
|
<string>来源</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QCheckBox" name="checkBox_remark">
|
||||||
|
<property name="text">
|
||||||
|
<string>备注</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</widget>
|
||||||
|
<widget class="QWidget" name="verticalLayoutWidget_3">
|
||||||
|
<property name="geometry">
|
||||||
|
<rect>
|
||||||
|
<x>280</x>
|
||||||
|
<y>110</y>
|
||||||
|
<width>222</width>
|
||||||
|
<height>121</height>
|
||||||
|
</rect>
|
||||||
|
</property>
|
||||||
|
<layout class="QVBoxLayout" name="verticalLayout_usagepanel">
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="label_6">
|
||||||
|
<property name="text">
|
||||||
|
<string>使用记录选择(都留空为全显示)</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="label_9">
|
||||||
|
<property name="text">
|
||||||
|
<string>高</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QLineEdit" name="lineEdit_high">
|
||||||
|
<property name="enabled">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="label_10">
|
||||||
|
<property name="text">
|
||||||
|
<string>低</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QLineEdit" name="lineEdit_low"/>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="label_7">
|
||||||
|
<property name="text">
|
||||||
|
<string>届别选择(用 "," 分隔, 留空为全显示)</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QLineEdit" name="lineEdit_grades"/>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</widget>
|
||||||
|
<widget class="QWidget" name="verticalLayoutWidget_4">
|
||||||
|
<property name="geometry">
|
||||||
|
<rect>
|
||||||
|
<x>10</x>
|
||||||
|
<y>240</y>
|
||||||
|
<width>81</width>
|
||||||
|
<height>141</height>
|
||||||
|
</rect>
|
||||||
|
</property>
|
||||||
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="label_8">
|
||||||
|
<property name="text">
|
||||||
|
<string>编译选项</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QCheckBox" name="checkBox_singlenote">
|
||||||
|
<property name="text">
|
||||||
|
<string>单张编译</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QCheckBox" name="checkBox_seriesnote">
|
||||||
|
<property name="text">
|
||||||
|
<string>合集编译</string>
|
||||||
|
</property>
|
||||||
|
<property name="checked">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</widget>
|
||||||
|
</widget>
|
||||||
|
<resources/>
|
||||||
|
<connections/>
|
||||||
|
</ui>
|
||||||
|
|
@ -0,0 +1,60 @@
|
||||||
|
# lessonpattern = r"U20240501" # 正则表达式, 数据库中讲义的编号([A-Z][0-9]{4}[(01)|(02)][[0-9]{2}), 字母表示类型, 四位数字表示届别, 2位数字表示学期及其他, 2位数字表示序号
|
||||||
|
# outputdir = "d:/temp/26届材料" # 输出文件夹, 不建议修改
|
||||||
|
# answered = True # 设置是否编译答案
|
||||||
|
|
||||||
|
from database_tools import *
|
||||||
|
|
||||||
|
configjson = load_dict("文本文件/config.json")["系列讲义生成.py"]
|
||||||
|
|
||||||
|
lessonpattern = configjson["讲义标题格式"] # 正则表达式, 数据库中讲义的编号([A-Z][0-9]{4}[(01)|(02)][[0-9]{2}), 字母表示类型, 四位数字表示届别, 2位数字表示学期及其他, 2位数字表示序号
|
||||||
|
outputdir = configjson["输出路径"] # 输出文件夹, 不建议修改
|
||||||
|
# answered = configjson["提供答案"] # 设置是否编译答案
|
||||||
|
|
||||||
|
|
||||||
|
jsonpath = "../备课组" #有json文件的根目录, 文件名需为"校本材料.json"
|
||||||
|
jsondicts = []
|
||||||
|
for loc,dirs,files in os.walk(jsonpath):
|
||||||
|
if "校本材料.json" in files:
|
||||||
|
jsondicts.append(load_dict(os.path.join(loc,"校本材料.json")))
|
||||||
|
|
||||||
|
|
||||||
|
raw_pro_dict = load_dict("../题库0.3/problems.json")
|
||||||
|
obj_dict = load_dict("../题库0.3/LessonObj.json")
|
||||||
|
basicknowledge_dict = load_dict("../题库0.3/BasicKnowledge.json")
|
||||||
|
grades = configjson["字段显示设置"]["届别"]
|
||||||
|
pro_dict = select_grade_from_pro_dict(raw_pro_dict,grades)
|
||||||
|
|
||||||
|
|
||||||
|
dictionaries = {} #合并字典
|
||||||
|
for t in (obj_dict,basicknowledge_dict,pro_dict):
|
||||||
|
dictionaries.update(t)
|
||||||
|
|
||||||
|
papernames = []
|
||||||
|
multitexdata = []
|
||||||
|
|
||||||
|
for notes_dict in jsondicts:
|
||||||
|
for lessonid in notes_dict["notes"]:
|
||||||
|
if re.findall(lessonpattern,lessonid) != []:
|
||||||
|
filename = notes_dict["notes"][lessonid]["id"]+notes_dict["notes"][lessonid]["filename"]+".tex"
|
||||||
|
papertype = lessonid[0]
|
||||||
|
consecutivenumbering = notes_dict["structures"][papertype]["consecutivenumbering"]
|
||||||
|
texdata = GenerateSingleLessonNote2024(id = lessonid,notesdict=notes_dict,pro_dict=pro_dict,obj_dict=obj_dict,bk_dict=basicknowledge_dict,templatepath=".\模板文件\讲义模板.txt",outputfilepath = os.path.join(outputdir,filename),misc=configjson,consecutivenumbering = consecutivenumbering)
|
||||||
|
# texdata = GenerateSingleLessonNote(id = lessonid,notesdict = notes_dict, metadict = dictionaries, templatepath = ".\模板文件\讲义模板.txt", outputfilepath = os.path.join(outputdir,filename),consecutivenumbering=consecutivenumbering,answered=answered)
|
||||||
|
papernames.append(notes_dict["notes"][lessonid]["id"]+" \\ "+notes_dict["notes"][lessonid]["name"])
|
||||||
|
multitexdata.append(re.findall(r"\\begin{center}\n{\\bf\\large \\papername}\n\\end{center}([\s\S]*\\end\{enumerate\})",texdata)[0])
|
||||||
|
|
||||||
|
|
||||||
|
merged = ""
|
||||||
|
for i in range(len(papernames)):
|
||||||
|
merged += "\n\n\\chapter{"+papernames[i]+"}\n\n\n"
|
||||||
|
merged += multitexdata[i]
|
||||||
|
|
||||||
|
mergedtext = StringSubstitute(r"<<待替换[\d]+>>",ReadTextFile("./模板文件/合集模板.txt"),[merged])
|
||||||
|
|
||||||
|
SaveTextFile(mergedtext,os.path.join(outputdir,f"合集{GetDate()}.tex"))
|
||||||
|
|
||||||
|
if not "编译合集" in configjson or configjson["编译合集"] == False:
|
||||||
|
tocompile = input("需要编译合集吗?(Y/[N]):")
|
||||||
|
if configjson["编译合集"] == True or tocompile[0].upper() == "Y":
|
||||||
|
XeLaTeXCompile(outputdir,f"合集{GetDate()}.tex")
|
||||||
|
|
||||||
Reference in New Issue