20230116 evening
This commit is contained in:
parent
e2153253e7
commit
d1162fa3a7
|
|
@ -2,7 +2,7 @@
|
||||||
"cells": [
|
"cells": [
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 2,
|
"execution_count": 1,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [
|
"outputs": [
|
||||||
{
|
{
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
"0"
|
"0"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"execution_count": 2,
|
"execution_count": 1,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"output_type": "execute_result"
|
"output_type": "execute_result"
|
||||||
}
|
}
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
"\n",
|
"\n",
|
||||||
"\"\"\"---设置关键字, 同一field下不同选项为or关系, 同一字典中不同字段间为and关系, 不同字典间为or关系, _not表示列表中的关键字都不含, 同一字典中的数字用来供应同一字段不同的条件之间的and---\"\"\"\n",
|
"\"\"\"---设置关键字, 同一field下不同选项为or关系, 同一字典中不同字段间为and关系, 不同字典间为or关系, _not表示列表中的关键字都不含, 同一字典中的数字用来供应同一字段不同的条件之间的and---\"\"\"\n",
|
||||||
"keywords_dict_table = [\n",
|
"keywords_dict_table = [\n",
|
||||||
" {\"origin\":[r\"2023\"], \"origin2\":[r\"春季\"]}\n",
|
" {\"tags\":[r\"第[八九]单元\"]}\n",
|
||||||
"]\n",
|
"]\n",
|
||||||
"\"\"\"---关键字设置完毕---\"\"\"\n",
|
"\"\"\"---关键字设置完毕---\"\"\"\n",
|
||||||
"# 示例: keywords_dict_table = [\n",
|
"# 示例: keywords_dict_table = [\n",
|
||||||
|
|
|
||||||
|
|
@ -200,7 +200,7 @@
|
||||||
"name": "python",
|
"name": "python",
|
||||||
"nbconvert_exporter": "python",
|
"nbconvert_exporter": "python",
|
||||||
"pygments_lexer": "ipython3",
|
"pygments_lexer": "ipython3",
|
||||||
"version": "3.9.15"
|
"version": "3.9.15 (main, Nov 24 2022, 14:39:17) [MSC v.1916 64 bit (AMD64)]"
|
||||||
},
|
},
|
||||||
"orig_nbformat": 4,
|
"orig_nbformat": 4,
|
||||||
"vscode": {
|
"vscode": {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -2,16 +2,16 @@
|
||||||
"cells": [
|
"cells": [
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 3,
|
"execution_count": 5,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [
|
"outputs": [
|
||||||
{
|
{
|
||||||
"name": "stdout",
|
"name": "stdout",
|
||||||
"output_type": "stream",
|
"output_type": "stream",
|
||||||
"text": [
|
"text": [
|
||||||
"开始编译教师版本pdf文件: 临时文件/较难题答案_教师用_20230115.tex\n",
|
"开始编译教师版本pdf文件: 临时文件/概率统计_教师用_20230116.tex\n",
|
||||||
"0\n",
|
"0\n",
|
||||||
"开始编译学生版本pdf文件: 临时文件/较难题答案_学生用_20230115.tex\n",
|
"开始编译学生版本pdf文件: 临时文件/概率统计_学生用_20230116.tex\n",
|
||||||
"0\n"
|
"0\n"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -26,14 +26,14 @@
|
||||||
"\"\"\"---设置题目列表---\"\"\"\n",
|
"\"\"\"---设置题目列表---\"\"\"\n",
|
||||||
"#留空为编译全题库, a为读取临时文件中的题号筛选.txt文件生成题库\n",
|
"#留空为编译全题库, a为读取临时文件中的题号筛选.txt文件生成题库\n",
|
||||||
"problems = r\"\"\"\n",
|
"problems = r\"\"\"\n",
|
||||||
"000074,000159,000335,001117,001330,001331,001538,001954,002391,002753,002792,002831,002851,002959,002968,002975,003013,003093,003100,003107,003172,003176,003182,003216,003533,003542,004091,005123,005592,005678,007991,008863,009195,009446,009522,009686,010192,010197,010796,010868,011998,012065,012086,012090,012107,030075,030100,030102,030144,030146,030275,030402,030408,030473,,,\n",
|
"a\n",
|
||||||
"\n",
|
"\n",
|
||||||
"\"\"\"\n",
|
"\"\"\"\n",
|
||||||
"\"\"\"---设置题目列表结束---\"\"\"\n",
|
"\"\"\"---设置题目列表结束---\"\"\"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"\"\"\"---设置文件名---\"\"\"\n",
|
"\"\"\"---设置文件名---\"\"\"\n",
|
||||||
"#目录和文件的分隔务必用/\n",
|
"#目录和文件的分隔务必用/\n",
|
||||||
"filename = \"临时文件/较难题答案\"\n",
|
"filename = \"临时文件/概率统计\"\n",
|
||||||
"\"\"\"---设置文件名结束---\"\"\"\n",
|
"\"\"\"---设置文件名结束---\"\"\"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
|
|
||||||
Reference in New Issue