latex-formatting

Set up venue templates, clean non-ASCII characters, and validate anonymization in LaTeX manuscripts.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/Embers-of-the-Fire/agent-research-skills-opencode --skill latex-formatting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: latex-formatting
Source: https://github.com/Embers-of-the-Fire/agent-research-skills-opencode/tree/main/.opencode/skills/latex-formatting
Command: npx skills add https://github.com/Embers-of-the-Fire/agent-research-skills-opencode --skill latex-formatting

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

LaTeX formatting challenges slow academic writing by creating inconsistencies in templates, references, and anonymization.

Core Features & Use Cases

  • Setup: Create venue-specific templates and project structure from venue templates.
  • Fix: Clean common formatting issues and escape problematic characters in non-math text.
  • Anonymization: Validate and enforce anonymization guidelines for submission to conferences.

Quick Start

Run the pre-submission LaTeX checker on your main paper to identify missing sections, anonymization issues, and formatting inconsistencies, then apply automated fixes with the provided clean_latex.py script if needed.

Frequently Asked Questions about latex-formatting

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

FAQPage Schema
How do I set up LaTeX venue templates for ICML or NeurIPS?

LaTeX venue templates for ICML or NeurIPS are configured by running setup scripts that generate the required project structure and apply the specific formatting constraints for each conference. This ensures your manuscript starts with the correct baseline layout.

How do I clean non-ASCII characters in LaTeX text?

To clean non-ASCII characters in LaTeX text, run the provided formatting script to identify problematic characters and automatically escape them in non-math text sections. This process resolves common formatting inconsistencies without altering mathematical equations.

How do I check if my LaTeX manuscript meets pre-submission anonymization standards?

Pre-submission anonymization standards are checked by running a validation script that scans your main paper to identify anonymization issues and missing required sections. This enforces compliance with strict conference submission guidelines before you upload your files.

Can I validate required sections in my LaTeX document before conference submission?

You can validate required sections in your LaTeX document by executing a pre-submission checker that analyzes your main paper structure against venue constraints. It highlights any missing mandatory sections and formatting inconsistencies that require your attention.

What is the best way to fix formatting inconsistencies in academic LaTeX papers?

The best way to fix formatting inconsistencies in academic LaTeX papers is to apply automated fixes using a dedicated text cleaning script. This targets non-ASCII characters and formatting issues directly, ensuring your manuscript respects standard project structures and venue constraints.