20230213 night

This commit is contained in:
weiye.wang 2023-02-13 22:41:00 +08:00
parent bb495a0ef0
commit 086f934f7e
2 changed files with 11 additions and 11 deletions

View File

@ -2,7 +2,7 @@
"cells": [ "cells": [
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 3, "execution_count": 6,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
@ -13,9 +13,9 @@
"题块 1 处理完毕.\n", "题块 1 处理完毕.\n",
"正在处理题块 2 .\n", "正在处理题块 2 .\n",
"题块 2 处理完毕.\n", "题块 2 处理完毕.\n",
"开始编译教师版本pdf文件: 临时文件/00_解析几何综合_教师_20230213.tex\n", "开始编译教师版本pdf文件: 临时文件/00_平面向量与复数_教师_20230213.tex\n",
"0\n", "0\n",
"开始编译学生版本pdf文件: 临时文件/00_解析几何综合_学生_20230213.tex\n", "开始编译学生版本pdf文件: 临时文件/00_平面向量与复数_学生_20230213.tex\n",
"0\n" "0\n"
] ]
} }
@ -33,7 +33,7 @@
"\"\"\"---设置题块编号---\"\"\"\n", "\"\"\"---设置题块编号---\"\"\"\n",
"\n", "\n",
"problems = [\n", "problems = [\n",
"\"13997,13116,13118,13119,13143,13108,14478,13992,13989,14503,14505,13982,13112,14020,14483\",\"13979,13136,14459,14491,14479,13121,14012,13999,14485,14506,13981,14509,14014,13124,14019\"\n", "\"014380,014381,014382,014383,013149,013150,013151,013161,013163,014339,013903,013890,014386,013899,013216\",\"014392,014393,014394,013209,014388,013160,013165,013199,013198,013892,013889,013916,014330,014331,013205\"\n",
"\n", "\n",
"]\n", "]\n",
"\n", "\n",
@ -43,7 +43,7 @@
"if paper_type == 1:\n", "if paper_type == 1:\n",
" enumi_mode = 0 #设置模式(1为整卷统一编号, 0为每一部分从1开始编号)\n", " enumi_mode = 0 #设置模式(1为整卷统一编号, 0为每一部分从1开始编号)\n",
" template_file = \"模板文件/复习讲义模板.txt\" #设置模板文件名\n", " template_file = \"模板文件/复习讲义模板.txt\" #设置模板文件名\n",
" exec_list = [(\"标题数字待处理\",\"00\"),(\"标题文字待处理\",\"解析几何综合\")] #设置讲义标题\n", " exec_list = [(\"标题数字待处理\",\"00\"),(\"标题文字待处理\",\"平面向量与复数\")] #设置讲义标题\n",
" destination_file = \"临时文件/\"+exec_list[0][1]+\"_\"+exec_list[1][1] # 设置输出文件名\n", " destination_file = \"临时文件/\"+exec_list[0][1]+\"_\"+exec_list[1][1] # 设置输出文件名\n",
"elif paper_type == 2:\n", "elif paper_type == 2:\n",
" enumi_mode = 1 #设置模式(1为整卷统一编号, 0为每一部分从1开始编号)\n", " enumi_mode = 1 #设置模式(1为整卷统一编号, 0为每一部分从1开始编号)\n",

View File

@ -2,16 +2,16 @@
"cells": [ "cells": [
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 2, "execution_count": 1,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
"name": "stdout", "name": "stdout",
"output_type": "stream", "output_type": "stream",
"text": [ "text": [
"开始编译教师版本pdf文件: 临时文件/05_解析几何备选_教师用_20230209.tex\n", "开始编译教师版本pdf文件: 临时文件/题库_教师用_20230213.tex\n",
"0\n", "1\n",
"开始编译学生版本pdf文件: 临时文件/05_解析几何备选_学生用_20230209.tex\n", "开始编译学生版本pdf文件: 临时文件/题库_学生用_20230213.tex\n",
"0\n" "0\n"
] ]
} }
@ -26,14 +26,14 @@
"\"\"\"---设置题目列表---\"\"\"\n", "\"\"\"---设置题目列表---\"\"\"\n",
"#留空为编译全题库, a为读取临时文件中的题号筛选.txt文件生成题库\n", "#留空为编译全题库, a为读取临时文件中的题号筛选.txt文件生成题库\n",
"problems = r\"\"\"\n", "problems = r\"\"\"\n",
"a\n", "\n",
"\n", "\n",
"\"\"\"\n", "\"\"\"\n",
"\"\"\"---设置题目列表结束---\"\"\"\n", "\"\"\"---设置题目列表结束---\"\"\"\n",
"\n", "\n",
"\"\"\"---设置文件名---\"\"\"\n", "\"\"\"---设置文件名---\"\"\"\n",
"#目录和文件的分隔务必用/\n", "#目录和文件的分隔务必用/\n",
"filename = \"临时文件/05_解析几何备选\"\n", "filename = \"临时文件/题库\"\n",
"\"\"\"---设置文件名结束---\"\"\"\n", "\"\"\"---设置文件名结束---\"\"\"\n",
"\n", "\n",
"\n", "\n",