- Home
- Skills
- Bahayonghang
- My Claude Code Settings
- Academic Slides
academic-slides_skill
- Python
10
GitHub Stars
1
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill bahayonghang/my-claude-code-settings --skill academic-slides- SKILL.md1.3 KB
Overview
This skill generates, edits, compiles, and reviews academic slide decks using two engines: Typst Touying and LaTeX Beamer. It streamlines workflows from paper-to-slides to theme switching and automated quality checks. The output is a ready-to-download PDF optimized for 16:9 presentations.
How this skill works
The skill inspects inputs such as topic descriptions, outlines, or academic papers and generates slide source code for Typst or Beamer. It can parse existing .typ or .tex files, apply themes, run compilation to PDF, and run review metrics to flag structure and style issues. Scripts automate detection, compilation, template validation, structure analysis, and review scoring to support end-to-end slide production.
When to use it
- Create slides from a topic, outline, or abstract.
- Convert a research paper into a concise slide deck.
- Edit or refactor existing .typ or .tex slide sources.
- Switch themes, fonts, or aspect ratios quickly.
- Run automated compilation and quality review before presentation.
Best practices
- Choose Typst for rapid layout and modern typography; use Beamer when LaTeX ecosystem integration is required.
- Start with a clear outline: title, intro, methods, results, conclusions and allocate slides per section.
- Validate templates and placeholders before compiling to avoid build failures.
- Keep visuals simple: one main idea per slide and consistent theme across slides.
- Run the review metrics to catch pacing, balance, and readability issues before finalizing.
Example use cases
- Generate a conference talk deck from a submitted paper, including slides for motivation, data, and takeaways.
- Edit an instructor’s lecture slides to adopt a university theme and 16:9 aspect ratio.
- Compile a Typst or Beamer source file into a PDF for distribution or printing.
- Review a draft slide deck and get a quality score with suggested fixes for layout and content density.
FAQ
Use Typst for faster, modern layout and simpler syntax. Choose LaTeX Beamer when you need complex LaTeX packages or strict journal/conference templates.
Can the skill extract content directly from a PDF paper?
Yes. Provide the paper or key sections; the tool extracts structure and key points to build a concise slide outline for conversion.