Translate Word editing defaults to Chinese

This commit is contained in:
qyh15 2026-05-28 17:04:26 +08:00
parent d9128a53ad
commit 9a5b2e21a9
1 changed files with 8 additions and 21 deletions

View File

@ -99,28 +99,15 @@ placeholders.
## Word manuscript editing defaults ## Word manuscript editing defaults
Use these defaults when the user asks QQsci to generate or revise a manuscript 当用户要求 QQsci 基于本地 Word 原稿、主图和 Supporting Information 生成或修改论文初稿时,默认遵守以下规则,除非用户明确要求另存为独立交付包:
from local Word files, figures, and Supporting Information unless they explicitly
ask for a separate output package:
- Work directly on the user's target manuscript file when they ask to modify the - 如果用户要求修改原稿,直接在用户指定的目标 manuscript 文件上工作;不要额外创建草稿文件夹、备份文件或旁支文档,除非用户明确要求,或确实出于安全需要。
original file; do not create extra draft folders, backup files, or sidecar - 保留用户现有文件名。如果项目中使用 `Maunscript.docx``SI.docx`,就沿用这些名称,不要自行改成规范英文名。
documents unless requested or needed for safety. - 当任务是生成完整初稿时,把主图插入 manuscript 文档本身;每张图应靠近对应的完整 AFM 风格图注,并保证图号顺序与重排后的正文故事线一致。
- Keep the user's existing filenames. If the project uses `Maunscript.docx` and - 插入 manuscript 的主图默认统一设置为 15 cm 宽,并保持原始长宽比,除非用户指定其他尺寸。
`SI.docx`, preserve those names instead of renaming them to normalized English - manuscript 正文文字段落默认设置为首行缩进两字符、两端对齐;纯图片段落保持居中。
names. - 最终 manuscript 写回目标文件后,不要在项目中遗留临时抽取文件、中间 Markdown、重命名副本或生成的备份文件夹除非用户要求保留。
- Insert the main figures into the manuscript document itself when the task is to - Supporting Information 默认作为单独的来源/配套文档处理;除非用户要求重写 SI否则不要默认重命名或重新生成 SI。
produce a complete draft; place each figure next to its full AFM-style caption
and keep the figure order synchronized with the revised story.
- Set inserted manuscript figures to a uniform width of 15 cm while preserving
aspect ratio, unless the user specifies another size.
- Format manuscript text paragraphs with a two-character first-line indent and
justified alignment. Keep image-only paragraphs centered.
- Do not leave temporary extraction files, intermediate Markdown files, renamed
copies, or generated backup folders in the project after the final manuscript
has been written back, unless the user asks to keep them.
- Treat Supporting Information as a separate source/companion document unless the
user asks to rewrite it; do not rename or regenerate SI by default.
## Writing templates ## Writing templates