venue-templates

Prepare journal, conference, poster, and grant documents using venue-specific LaTeX scaffolds and formatting guidance.

Updated Aug 12, 2026
One-click install
npx skills add https://github.com/Mzane0803/latent-minds-skills-marketplace --skill venue-templates-mzane0803
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: venue-templates
Source: https://github.com/Mzane0803/latent-minds-skills-marketplace/tree/main/plugins/research-writing/skills/venue-templates
Command: npx skills add https://github.com/Mzane0803/latent-minds-skills-marketplace --skill venue-templates-mzane0803

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? Academic submission requirements change every year and differ by venue, track, and stage, so relying on remembered page limits or outdated templates leads to desk rejections and compliance failures. This Skill enforces a verification-first workflow that checks official author instructions before formatting manuscripts, proposals, and posters. ## Core Features & Use Cases - Verification-First Compliance: Guides you to identify the exact venue, year, track, and stage, then record the official source URL and date checked before applying any page-limit or anonymity rule. - Bundled LaTeX Scaffolds: Provides clearly labeled drafting templates for Nature-style articles, PLOS ONE, NeurIPS 2026 (wrapper requiring the official style file), Elsevier elsarticle variants, NSF proposals, NIH Specific Aims, and beamerposter posters. - Helper Scripts: Includes Python tools to list and query bundled templates, copy and customize scaffolds with title/author/affiliation placeholders, and inspect submission PDFs for page counts and embedded fonts. - Use Case: When preparing an ICML 2026 submission, use this Skill to confirm the 8-page main-body limit and anonymity rules from the official author instructions, download the official style package, and validate the final PDF's page count and fonts before submitting. ## Quick Start Ask the assistant to help prepare a manuscript for a specific venue and year, for example by requesting help formatting a paper for NeurIPS 2026 main track using the official template and current submission rules.

Frequently Asked Questions about venue-templates

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

FAQPage Schema
How do I format a paper for a specific conference like NeurIPS or ICML?▼

Identify the exact venue, year, and track, then open the official author instructions to confirm current page limits and anonymity rules. Download the official style package, draft within it unchanged, and record the source URL and date checked before submitting.

How to check PDF page count and fonts before journal submission?▼

Run the validate_format.py script with the PDF file, a venue preset or explicit --max-pages value, and --check page-count,fonts. It reports page totals and embedded fonts but cannot verify margins, font sizes, or hidden metadata compliance.

Are the bundled LaTeX templates official venue templates?▼

No, the bundled .tex files are drafting scaffolds, not official templates. For example, neurips_article.tex is a wrapper requiring the official neurips_2026.sty, and grant scaffolds must be split into agency portal fields rather than submitted directly.

Does this skill work without LaTeX installed?▼

Yes, the guidance, references, and template-query scripts work without LaTeX. Python 3.11+ is required for the helper scripts, while LaTeX and Poppler are optional and only needed for compiling documents and inspecting PDFs.

What are the limitations of automated PDF format validation?▼

The validation script only checks page counts and embedded fonts. It cannot prove margins, font sizes, excluded sections, or anonymity metadata comply, so you must manually verify those against the official instructions and count content pages yourself.