beamer-compile-qa
SolidCompile the Beamer tutorial deck and write a build report. **Trigger**: beamer compile, slides compile, tutorial slides pdf, 编译幻灯片, beamer pdf. **Use when**: `source-tutorial` 的 C4,已有 `latex/slides/main.tex`,需要输出 `latex/slides/main.pdf` 和编译报告。 **Skip if**: slides scaffold 还没完成。 **Network**: none. **Guardrail**: 编译失败也要落盘可读报告,不能只返回报错。
Install
Quality Score: 79/100
Skill Content
Details
- Author
- WILLOSCAR
- Repository
- WILLOSCAR/research-units-pipeline-skills
- Created
- 7 months ago
- Last Updated
- today
- Language
- Python
- License
- None
Similar Skills
Semantically similar based on skill content — not just same category
latex-compile-qa
Compile a LaTeX project and run basic QA (missing refs, bib errors, broken citations), producing `latex/main.pdf` and a build report. **Trigger**: latex compile, build PDF, LaTeX errors, missing refs, 编译PDF, 引用错误. **Use when**: 已有 `latex/main.tex`(通常来自 `latex-scaffold`),需要确认可编译并输出失败原因报告。
beamer-scaffold
Generate a Beamer slide deck from the final tutorial and approved module structure. **Trigger**: beamer scaffold, slides from tutorial, tutorial slides, 生成 beamer, 教程幻灯片. **Use when**: `source-tutorial` 的 C4,需要把 `output/TUTORIAL.md` 转成可编译的 `latex/slides/main.tex`。 **Skip if**: 还没有 tutorial 正文。 **Network**: none. **Guardrail**: slides 不能只是机械 heading dump;必须保持模块对齐并适合讲授/轻量自学。
compile-latex
Compile a .tex with latexmk, auto-detecting the engine (pdflatex/xelatex/lualatex) and bib backend (biber/bibtex), then emit a ranked error report with accurate file:line attribution across \input'd files, plus a diff against the last compile. Guards against Dropbox conflicted-copy files in Overleaf projects. TRIGGER on "compile this", "build my paper", "build the beamer deck", "why won't this compile", "what are the latex errors", "did my edit add warnings", or any request to build or debug a LaTeX document; Quarto .qmd decks belong to research-talk and teaching-lecture. An opt-in --figures pass hands TikZ/pgfplots blocks to the tikz-iterate skill.