Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
lingzhi227 avatar

Latex Formatting

  • 1.6k installs
  • 255 repo stars
  • Updated February 27, 2026
  • lingzhi227/agent-research-skills

latex-formatting is an agent skill that handle latex formatting, templates, and styling for academic papers. set up conference templates (icml, iclr, neurips, aaai, acl), fix formatting issues, manage packages, and ensur

About

latex-formatting is an agent skill from lingzhi227/agent-research-skills that handle latex formatting, templates, and styling for academic papers. set up conference templates (icml, iclr, neurips, aaai, acl), fix formatting issues, manage packages, and ensure venue-specific com. # LaTeX Formatting Set up and manage LaTeX formatting for academic papers. ## Input - `$0` — Action: `setup`, `fix`, `check` - `$1` — Venue name (for `setup`) or `.tex` file path (for `fix`/`check`) ## Scripts ### Pre-submission format checker ```bash python ~/.claude/skills/latex-formatting/scripts/latex_checker.py paper/main.tex --venue neur Developers invoke latex-formatting during idea/research work for documentation tasks. The skill documents triggers, prerequisites, and step-by-step workflows grounded in SKILL.md. Compatible with Claude Code, Cursor, and Codex agent runtimes that load marketplace skills. Review the Security Audits panel on this listing before installing in production environments.

  • Set up and manage LaTeX formatting for academic papers.
  • `$0` — Action: `setup`, `fix`, `check`
  • `$1` — Venue name (for `setup`) or `.tex` file path (for `fix`/`check`)
  • Pre-submission format checker
  • python ~/.claude/skills/latex-formatting/scripts/latex_checker.py paper/main.tex --venue neurips --check-anon

Latex Formatting by the numbers

  • 1,640 all-time installs (skills.sh)
  • +50 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #200 of 1,879 Documentation skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

latex-formatting capabilities & compatibility

Capabilities
set up and manage latex formatting for academic · `$0` — action: `setup`, `fix`, `check` · `$1` — venue name (for `setup`) or `.tex` file p · pre submission format checker · python ~/.claude/skills/latex formatting/scripts
Use cases
orchestration
From the docs

What latex-formatting says it does

Set up and manage LaTeX formatting for academic papers.
SKILL.md
- `$1` — Venue name (for `setup`) or `.tex` file path (for `fix`/`check`)
SKILL.md
python ~/.claude/skills/latex-formatting/scripts/latex_checker.py paper/main.tex --venue neurips --check-anon
SKILL.md
npx skills add https://github.com/lingzhi227/agent-research-skills --skill latex-formatting

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1.6k
repo stars255
Security audit2 / 3 scanners passed
Last updatedFebruary 27, 2026
Repositorylingzhi227/agent-research-skills

What it does

Handle LaTeX formatting, templates, and styling for academic papers. Set up conference templates (ICML, ICLR, NeurIPS, AAAI, ACL), fix formatting issues, manage packages, and ensure venue-specific com

Who is it for?

Developers working on documentation during idea tasks.

Skip if: Tasks outside Documentation scope described in SKILL.md.

When should I use this skill?

Handle LaTeX formatting, templates, and styling for academic papers. Set up conference templates (ICML, ICLR, NeurIPS, AAAI, ACL), fix formatting issues, manage packages, and ensure venue-specific com

What you get

Completed documentation workflow aligned with SKILL.md steps.

  • main.tex project
  • references.bib
  • venue-styled section files

By the numbers

  • Covers 8 conference and arXiv venue templates
  • NeurIPS and ICLR submissions target 9-page single-column limits
  • ICBINB template uses a 4-page two-column limit

Files

SKILL.mdMarkdownGitHub ↗

LaTeX Formatting

Set up and manage LaTeX formatting for academic papers.

Input

  • $0 — Action: setup, fix, check
  • $1 — Venue name (for setup) or .tex file path (for fix/check)

Scripts

Pre-submission format checker

python ~/.claude/skills/latex-formatting/scripts/latex_checker.py paper/main.tex --venue neurips --check-anon

Checks: word count, required sections, TODO markers, anonymization, mismatched environments, content stats.

Validate citations and references

python ~/.claude/skills/citation-management/scripts/validate_citations.py \
  --tex paper/main.tex --bib paper/references.bib --check-figures

Clean LaTeX text (fix special characters)

python ~/.claude/skills/latex-formatting/scripts/clean_latex.py \
  --input paper/main.tex --output paper/main_cleaned.tex

Replaces special/non-UTF8 characters with LaTeX equivalents, skips math environments. Key flags: --dry-run, --tables-only

Auto-fix after checking

python ~/.claude/skills/latex-formatting/scripts/latex_checker.py paper/main.tex --venue neurips --fix

Runs checks then applies clean_latex.py fixes, writing to main_fixed.tex.

References

  • Venue specs, project structure, packages, commands: ~/.claude/skills/latex-formatting/references/venue-templates.md

Action: setup

Create the project directory structure and main.tex for the specified venue. Use the template from references/venue-templates.md.

Action: fix

Fix common LaTeX issues: unescaped special chars, math mode errors, float placement, overfull/underfull boxes, cross-reference issues.

Action: check

Run latex_checker.py for pre-submission validation. Check page count, anonymization, required sections, TODO markers.

Related Skills

  • Upstream: paper-writing-section, table-generation
  • Downstream: paper-compilation
  • See also: citation-management

Related skills

Forks & variants (2)

Latex Formatting has 2 known copies in the catalog totaling 13 installs. They canonicalize to this original listing.

FAQ

What does latex-formatting do?

Handle LaTeX formatting, templates, and styling for academic papers. Set up conference templates (ICML, ICLR, NeurIPS, AAAI, ACL), fix formatting issues, manage packages, and ensure venue-specific com

When should I use latex-formatting?

During idea research work for documentation.

Is latex-formatting safe to install?

Review the Security Audits panel on this listing before production use.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.