20230113 morning

This commit is contained in:
weiye.wang 2023-01-13 07:42:49 +08:00
parent 6dc763d90c
commit edf708cd1f
6 changed files with 17 additions and 17 deletions

View File

@ -2,7 +2,7 @@
"cells": [ "cells": [
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 3, "execution_count": 2,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
@ -11,7 +11,7 @@
"0" "0"
] ]
}, },
"execution_count": 3, "execution_count": 2,
"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",
" {\"content\":[\"虚部\",\"Im\"],\"usages\":\"2023\"}\n", " {\"origin\":[r\"2023\"], \"origin2\":[r\"春季\"]}\n",
"]\n", "]\n",
"\"\"\"---关键字设置完毕---\"\"\"\n", "\"\"\"---关键字设置完毕---\"\"\"\n",
"# 示例: keywords_dict_table = [\n", "# 示例: keywords_dict_table = [\n",
@ -96,7 +96,7 @@
], ],
"metadata": { "metadata": {
"kernelspec": { "kernelspec": {
"display_name": "Python 3.9.15 ('pythontest')", "display_name": "mathdept",
"language": "python", "language": "python",
"name": "python3" "name": "python3"
}, },
@ -115,7 +115,7 @@
"orig_nbformat": 4, "orig_nbformat": 4,
"vscode": { "vscode": {
"interpreter": { "interpreter": {
"hash": "91219a98e0e9be72efb992f647fe78b593124968b75db0b865552d6787c8db93" "hash": "ff3c292c316ba85de6f1ad75f19c731e79d694e741b6f515ec18f14996fe48dc"
} }
} }
}, },

View File

@ -1 +1 @@
000163,000366,000427,000460,000477,000872,000933,003514,004126,010947 012739,012740,012741,012742,012743,012744,012745,012746,012747,012748,012749,012750,012751,012752,012753,012754,012755,012756,012757,012758,012759

View File

@ -92,7 +92,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": {

View File

@ -15,9 +15,9 @@
"题块 2 处理完毕.\n", "题块 2 处理完毕.\n",
"正在处理题块 3 .\n", "正在处理题块 3 .\n",
"题块 3 处理完毕.\n", "题块 3 处理完毕.\n",
"开始编译教师版本pdf文件: 临时文件/2023届金山区一模_教师_20221222.tex\n", "开始编译教师版本pdf文件: 临时文件/2023届上海春季高考_教师_20230113.tex\n",
"0\n", "0\n",
"开始编译学生版本pdf文件: 临时文件/2023届金山区一模_学生_20221222.tex\n", "开始编译学生版本pdf文件: 临时文件/2023届上海春季高考_学生_20230113.tex\n",
"0\n" "0\n"
] ]
} }
@ -41,7 +41,7 @@
"# enumi_mode = 0\n", "# enumi_mode = 0\n",
"\n", "\n",
"#2023届测验卷与周末卷\n", "#2023届测验卷与周末卷\n",
"exec_list = [(\"标题替换\",\"2023届金山区一模\")]\n", "exec_list = [(\"标题替换\",\"2023届上海春季高考\")]\n",
"enumi_mode = 1\n", "enumi_mode = 1\n",
"\n", "\n",
"# 日常选题讲义\n", "# 日常选题讲义\n",
@ -51,13 +51,13 @@
"\"\"\"---其他预处理替换命令结束---\"\"\"\n", "\"\"\"---其他预处理替换命令结束---\"\"\"\n",
"\n", "\n",
"\"\"\"---设置目标文件名---\"\"\"\n", "\"\"\"---设置目标文件名---\"\"\"\n",
"destination_file = \"临时文件/2023届金山区一模\"\n", "destination_file = \"临时文件/2023届上海春季高考\"\n",
"\"\"\"---设置目标文件名结束---\"\"\"\n", "\"\"\"---设置目标文件名结束---\"\"\"\n",
"\n", "\n",
"\n", "\n",
"\"\"\"---设置题号数据---\"\"\"\n", "\"\"\"---设置题号数据---\"\"\"\n",
"problems = [\n", "problems = [\n",
"\"12718:12729\",\"12730:12733\",\"12734:12738\"\n", "\"12739:12750\",\"12751:12754\",\"12755:12759\"\n",
"\n", "\n",
"\n", "\n",
"]\n", "]\n",
@ -224,7 +224,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.9.15 (main, Nov 24 2022, 14:39:17) [MSC v.1916 64 bit (AMD64)]" "version": "3.9.15"
}, },
"orig_nbformat": 4, "orig_nbformat": 4,
"vscode": { "vscode": {

View File

@ -174,7 +174,7 @@
], ],
"metadata": { "metadata": {
"kernelspec": { "kernelspec": {
"display_name": "Python 3.8.15 ('mathdept')", "display_name": "mathdept",
"language": "python", "language": "python",
"name": "python3" "name": "python3"
}, },
@ -188,12 +188,12 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.8.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": {
"interpreter": { "interpreter": {
"hash": "42dd566da87765ddbe9b5c5b483063747fec4aacc5469ad554706e4b742e67b2" "hash": "ff3c292c316ba85de6f1ad75f19c731e79d694e741b6f515ec18f14996fe48dc"
} }
} }
}, },

View File

@ -2,7 +2,7 @@
"cells": [ "cells": [
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": 2,
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [