cleanup-slides-active

Clean up active slide LaTeX sources while preserving rendered output.

22|4|Updated Feb 22, 2021
One-click install
npx skills add https://github.com/slds-lmu/lecture_iml --skill cleanup-slides-active
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cleanup-slides-active
Source: https://github.com/slds-lmu/lecture_iml/tree/main/.agents/skills/cleanup-slides-active
Command: npx skills add https://github.com/slds-lmu/lecture_iml --skill cleanup-slides-active

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the need to clean up active lecture slide LaTeX sources to improve readability and consistency while preserving the final rendered output and existing macros. It ensures that slides remain faithful to content while reducing noise from raw layouts and non-uniform syntax.

Core Features & Use Cases

  • Replaces raw layout blocks with project-approved helpers (framei/framev and image helpers) to standardize structure.
  • Preserves content, comments, and output while performing mechanical cleanup to fix obvious typos and normalize syntax.
  • Applies to a single slide file or an entire deck, ensuring no frame is silently skipped and no commented content is removed.

Quick Start

Apply the cleanup to the active slide LaTeX file, normalizing frames and replacing raw layouts with project helpers while preserving content and output.

Frequently Asked Questions about cleanup-slides-active

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

FAQPage Schema
How do I clean up LaTeX beamer slides without changing the rendered output?

To clean up LaTeX beamer slides without altering the rendered output, standardize active frames and raw layouts using project-approved helpers. This process preserves all content, macros, and comments while improving readability and enforcing non-destructive edits.

Can I normalize syntax across an entire slide deck at once?

Yes, you can normalize syntax across an entire slide deck at once. The cleanup process applies to both single files and full decks, ensuring no frame is silently skipped and all raw layout blocks are replaced with standardized helpers.

What is the safest way to replace raw layout blocks in active LaTeX frames?

The safest way to replace raw layout blocks in active LaTeX frames is by using project-approved helpers like framei/framev and image helpers. This standardizes structure while enforcing strict patch-safety considerations and non-destructive edits.

Does LaTeX cleanup remove commented content from my slides?

No, LaTeX cleanup does not remove commented content from your slides. The process explicitly avoids deletion of commented content and existing macros, ensuring that all original information remains faithful and intact during mechanical cleanup.

How do I standardize lecture slide LaTeX sources for better readability?

To standardize lecture slide LaTeX sources for better readability, replace raw layouts with project helpers and normalize syntax. This mechanical cleanup fixes obvious typos and reduces noise from non-uniform syntax while preserving the final rendered output.