From 65bda32339b4b3c24544d8fd7f7f7fd08a229bc4 Mon Sep 17 00:00:00 2001 From: "weiye.wang" Date: Sun, 21 May 2023 15:54:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B913506=E9=A2=98=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 工具/latex界面修改题目内容.py | 4 ++-- 题库0.3/Problems.json | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/工具/latex界面修改题目内容.py b/工具/latex界面修改题目内容.py index 51408e57..099038aa 100644 --- a/工具/latex界面修改题目内容.py +++ b/工具/latex界面修改题目内容.py @@ -1,7 +1,7 @@ import os,re,json """这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭""" -problems = "13570" -editor = "王伟叶" +problems = "13506" +editor = "朱敏慧" def generate_number_set(string,dict): string = re.sub(r"[\n\s]","",string) diff --git a/题库0.3/Problems.json b/题库0.3/Problems.json index 72c412f5..1a70903f 100644 --- a/题库0.3/Problems.json +++ b/题库0.3/Problems.json @@ -355826,7 +355826,7 @@ }, "013506": { "id": "013506", - "content": "《九章算术》中将正四棱台体 (棱台的上下底面均为正方形) 称为方亭. 如图, 现有一方亭$ABCD-EFGH$, 其中上底面与下底面的面积之比为$1:4$, $BF=\\dfrac{\\sqrt{6}}{2}EF$, 方亭的四个侧面均为全等的等腰梯形, 已知方亭四个侧面的面积之和为$12\\sqrt{6}$, 则方亭的体积为\\blank{50}.\n\\begin{center}\n\\begin{tikzpicture}[>=latex]\n\\draw (-1,0,1) node [left] {$A$} coordinate (A);\n\\draw (1,0,1) node [right] {$B$} coordinate (B);\n\\draw (1,0,-1) node [right] {$C$} coordinate (C);\n\\draw (-1,0,-1) node [left] {$D$} coordinate (D);\n\\draw ($(A)!0.5!(0,2,0)$) node [left] {$E$} coordinate (E);\n\\draw ($(B)!0.5!(0,2,0)$) node [right] {$F$} coordinate (F);\n\\draw ($(C)!0.5!(0,2,0)$) node [right] {$G$} coordinate (G);\n\\draw ($(D)!0.5!(0,2,0)$) node [left] {$H$} coordinate (H);\n\\draw (A)--(B)--(C) (E)--(F)--(G)--(H)--cycle (A)--(E) (B)--(F) (C)--(G);\n\\draw [dashed] (A)--(D)--(C) (D)--(H);\n\\end{tikzpicture}\n\\end{center}", + "content": "《九章算术》中将正四棱台体 (棱台的上下底面均为正方形) 称为方亭. 如图, 现有一方亭$ABCD-EFGH$, 其中上底面与下底面的面积之比为$1:4$, $BF=\\dfrac{\\sqrt{6}}{2}EF$, 方亭的四个侧面均为全等的等腰梯形, 已知方亭四个侧面的面积之和为$12\\sqrt{5}$, 则方亭的体积为\\blank{50}.\n\\begin{center}\n\\begin{tikzpicture}[>=latex]\n\\draw (-1,0,1) node [left] {$A$} coordinate (A);\n\\draw (1,0,1) node [right] {$B$} coordinate (B);\n\\draw (1,0,-1) node [right] {$C$} coordinate (C);\n\\draw (-1,0,-1) node [left] {$D$} coordinate (D);\n\\draw ($(A)!0.5!(0,2,0)$) node [left] {$E$} coordinate (E);\n\\draw ($(B)!0.5!(0,2,0)$) node [right] {$F$} coordinate (F);\n\\draw ($(C)!0.5!(0,2,0)$) node [right] {$G$} coordinate (G);\n\\draw ($(D)!0.5!(0,2,0)$) node [left] {$H$} coordinate (H);\n\\draw (A)--(B)--(C) (E)--(F)--(G)--(H)--cycle (A)--(E) (B)--(F) (C)--(G);\n\\draw [dashed] (A)--(D)--(C) (D)--(H);\n\\end{tikzpicture}\n\\end{center}", "objs": [], "tags": [ "第六单元" @@ -355839,7 +355839,8 @@ "origin": "2022版双基百分百", "edit": [ "20230123\t王伟叶", - "20230519\t王伟叶" + "20230519\t王伟叶", + "20230521\t朱敏慧" ], "same": [], "related": [],