aut-sci-ppt

Convert academic paper PDFs or outlines into PPTX presentations with LaTeX formula rendering.

203|27|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/franklee16/academic-research-skills --skill aut-sci-ppt-franklee16
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aut-sci-ppt
Source: https://github.com/franklee16/academic-research-skills/tree/main/presentations/Aut_Sci_ppt-main
Command: npx skills add https://github.com/franklee16/academic-research-skills --skill aut-sci-ppt-franklee16

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-pptx, pymupdf, Pillow, pypdf, pypyaml, matplotlib, requests, fitz, lxml, and includes references (resource) components.

What problem does it solve?

It removes the time-consuming manual work of converting academic paper content (including figures and formulas) into a polished, presentation-ready PowerPoint for graduate defenses and seminars.

Core Features & Use Cases

  • Paper-to-PPTX Generation: Convert paper text or structured outlines into slides with a consistent academic theme and clear chapter flow.
  • High-Quality Figures & Layout Safety: Extract and embed high-resolution figures with minimum quality guidance, while applying overflow/overlap guardrails for clean typography.
  • LaTeX Formula Rendering: Render LaTeX formulas into high-quality transparent PNG assets suitable for embedding in slides.
  • Use Case: Paste your resume-style sections or paper-derived outlines and automatically produce a professional PPTX suitable for a graduate defense.

Quick Start

Generate a PowerPoint directly from your academic outline by asking your AI to run aut-sci-ppt with your text input and produce output.pptx.

Frequently Asked Questions about aut-sci-ppt

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert an academic paper PDF into a PPTX presentation automatically?

To convert an academic paper PDF into a PPTX presentation, the Skill parses text, extracts high-resolution figures via PyMuPDF, and embeds them into a consistently styled PowerPoint file. It directly outputs a professional .pptx deck suitable for graduate defenses and seminars.

Can I render LaTeX formulas as transparent PNG images when generating slides?

Yes, you can render LaTeX formulas as transparent PNG images during slide generation. The Skill processes LaTeX syntax and converts formulas into high-quality transparent PNG assets, ensuring clean mathematical notation embedding within the final PPTX presentation.

How do I prevent text overflow and overlap when creating a PowerPoint from a research outline?

To prevent text overflow and overlap when creating a PowerPoint from a research outline, the Skill applies built-in pagination and layout guardrails. These constraints automatically manage typography spacing and element positioning to ensure clean slide formatting.

Does python-pptx support extracting figures from PDF files for academic presentations?

Yes, the workflow supports extracting figures from PDF files for academic presentations. While python-pptx handles the PPTX generation, PyMuPDF and Pillow are utilized to extract and process high-resolution embedded images from the original academic paper PDF.

What is the best way to structure paper-derived outlines for automated PPTX generation?

The best way to structure paper-derived outlines for automated PPTX generation is using YAML frontmatter metadata. By providing structured research outlines with clear chapter flows, the Skill can accurately parse sections and map them into consistently styled academic slides.

What are the limitations of using PyMuPDF for extracting figures from academic papers?

A limitation when using PyMuPDF for extracting figures from academic papers is that complex or vector-based diagrams may require minimum quality guidance. The Skill applies overflow guardrails and layout safety constraints to handle extracted media, but heavily distorted PDFs may still challenge clean typography.