Home / verymath / verymath-textbook-copilot · skills/textbook-to-ppt/SKILL.md · GitHub

textbook-to-ppt skillA

textbook-to-ppt is agent-read markdown (skill) from verymath/verymath-textbook-copilot: 使用 LaTeX Beamer 根据教材生成按章组织、可按小节选取和组合的 PDF 幻灯片课件。适用于整本教材、指定章节的课件制作,以及已有教材课件的补充和修改。.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# 教材课件生成

## 目标

依据教材的知识结构,使用 LaTeX Beamer 编写并编译章节课件,支持教师自行选取、组合和讲解。默认交付 PDF 幻灯片,每个 PDF 页面对应一张幻灯片,默认采用 16:9 横向页面。课件的组织依据是教材章节、小节及知识内容。每章的页数由内容和讲解所需的展开程度决定。

在 VeryMath 智慧教材中执行时,先阅读 [课程输入、编译与结果返回](references/course-copilot.md),使用本轮提供的教材路径、操作范围、输出目录和结果 ID。以下规则用于组织实际课件内容。

## 讲解顺序

生成正文前,阅读 [教材内容的讲解顺序](references/explanation-order.md)。先确定目标小节在教材中的作用和需要回答的问题,再按理解依赖安排例子、定义、条件、推导与结论。在工作记录中列出逐页讲解顺序,说明各页之间的联系,然后编写 LaTeX。整份课件使用教师在课堂上解释知识的自然语气,按参考文件中的“课堂讲解的语气”和“页面文字的取舍”编写与检查。

章节和小节决定文件组织。小节内部的页面顺序依据概念和推理的理解需要安排,教材中的例子可以在首次需要解释相应概念时引入。

## 1. 教材结构

- 先读取教材目录,再核对目标章节正文中的标题层级、编号与实际内容。
- 按教材的章、小节及更细一级标题建立内容顺序,沿用原有编号和名称。
- 全书任务先整理完整目录,再逐章生成。指定章节任务同时查阅该章需要引用的预备知识。
- 用户指定内容范围或组织方式时,按用户要求安排,并保存内容与教材原章节的对应关系。
- 当前页和选中内容任务按指定内容制作局部课件,标题使用当前小节编号与名称,所属章节记录在 PDF 书签和源码注释中。整章和整书任务通过教材目录确定完整范围。

## 2. 文件组织

- 每章生成一份独立的 `.pdf` 文件,文件名包含章号和章名,例如 `第03章-梯度方法.pdf`。
- 章内按教材小节顺序编排,并建立对应的 PDF 书签。教师能够通过书签和页面缩略图辨认各小节的起始位置和内容范围。
- 教材中的附录按其原有结构单独组织;章节正文引用附录时注明对应位置。
- 用户要求合并时,通过组合入口文件按指定顺序载入章节或小节的 LaTeX 正文,重新编译,更新整份 PDF 的页码、目录和书签。

## 3. 章节结构

- 整章课件的起始标题使用章号与章名;局部课件的起始标题使用当前小节编号与名称。章节较长时,可增加一页列出教材小节的目录。
- 各小节依次展开。小节开始处呈现完整的小节编号和名称,可直接与该小节第一页的实质内容共同排版。
- 教材已有本章总结时,按原有内容组织总结页。另行编写总结时,内容应能逐项对应本章讲解过的知识。
…

Read the whole file at its exact version.

How to install

Latest version
mdr add verymath/verymath-textbook-copilot/textbook-to-ppt@git:20260919.f8b0e85
Exact content
mdr add verymath/verymath-textbook-copilot/textbook-to-ppt@sha256:e790715682bfb045

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_ipihx23w6x4rqlpw.svg)](https://markdownregistry.com/a/art_ipihx23w6x4rqlpw)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260919.f8b0e85 latest2026-09-19 f8b0e85 10,884 BA view · diff
git:20260910.95309282026-09-10 9530928 10,878 BA view · diff
git:20260910.46916892026-09-10 4691689 10,734 BA view · diff
git:20260910.511f0502026-09-10 511f050 10,109 BA view · diff
git:20260910.bf2cdc62026-09-10 bf2cdc6 10,016 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (10884 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

verymath/verymath-textbook-copilot · 13 stars · license Apache-2.0 · pushed 2026-09-20 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_ipihx23w6x4rqlpw
GET https://markdownregistry.com/api/v1/resolve?ref=verymath/verymath-textbook-copilot/textbook-to-ppt
GET https://markdownregistry.com/api/v1/blob/e790715682bfb045cd3672dd937e4d243cd871e9e6da6d7d73b87c7e723d4416

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from verymath/verymath-textbook-copilot

AGENTS.md agents
verymath/verymath-textbook-copilot · AGENTS.md
git:20260911.efad29f · audit B · 13 stars
explain skill
verymath/verymath-textbook-copilot · skills/explain/SKILL.md · 根据当前教材解释概念、公式、推导与应用,回应学生的理解困难;用于讲解内容、解释原因、补全步骤和比较易混概念。
git:20260911.7bee855 · audit A · 13 stars
knowledge-graph skill
verymath/verymath-textbook-copilot · skills/knowledge-graph/SKILL.md · 从真实教材提炼概念及有正文依据的有向关系,生成 VeryMath 智慧教材可展示并回跳 PDF 页码的知识图谱;适用于当前节、当前章、全书或选文的概念联系分析。
git:20260919.f8b0e85 · audit A · 13 stars
mindmap skill
verymath/verymath-textbook-copilot · skills/mindmap/SKILL.md · 根据真实教材生成或修改 VeryMath 智慧教材的层级思维导图,支持当前节、当前章、整本教材及选中内容,并为知识点标注可回跳的 PDF 页码。
git:20260919.f8b0e85 · audit A · 13 stars
quiz skill
verymath/verymath-textbook-copilot · skills/quiz/SKILL.md · 围绕教材知识点生成逐题练习卡片、渐进提示和变式题,并根据学生作答提供反馈与薄弱点补练;用于知识点出题、自测和查漏补缺。
git:20260911.4072df7 · audit A · 13 stars
textbook-parse skill
verymath/verymath-textbook-copilot · skills/textbook-parse/SKILL.md · 将课程 PDF 的选定页、章节或整本教材整理为可阅读的数字教材资料,提取正文、公式、图片和页码目录;用于教材解析与原文整理。
git:20260912.1b592f8 · audit A · 13 stars
verymath-install skill
verymath/verymath-textbook-copilot · skills/verymath-install/SKILL.md · 从 GitHub 仓库或已有本地项目安装、配置并启动 VeryMath 智慧教材工作台,检查环境、配置内置课程 Skill 与模型服务;用于用户提供 VeryMath-textbook-copilot 链接并要求安装…
git:20260919.f8b0e85 · audit A · 13 stars

Every file in verymath/verymath-textbook-copilot

Browse by kind, by grade A, or by owner.