venue-templates

Retrieve venue-specific LaTeX templates and formatting guidelines by venue, type, or keyword.

11|3|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/gqy20/IssueLab --skill venue-templates-gqy20
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: venue-templates
Source: https://github.com/gqy20/IssueLab/tree/main/agents/daiduo2/.claude/skills/venue-templates
Command: npx skills add https://github.com/gqy20/IssueLab --skill venue-templates-gqy20

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps researchers, students, and practitioners quickly discover and extract venue-specific LaTeX templates and submission guidelines (journals, conferences, posters, and grants) to streamline manuscript preparation and ensure formatting compliance.

Core Features & Use Cases

  • Template discovery: Find templates by venue (Nature, NeurIPS, PLOS, IEEE, ACM) and type (journal, conference, poster, grant).
  • Guidelines access: Retrieve formatting requirements and template file paths from curated references.
  • Template preview & validation: Inspect available templates and verify the existence of assets for direct submission.
  • Use Case: When preparing a NeurIPS 2024 submission, locate the official neurips_article.tex and list required formatting constraints.

Quick Start

  • Query templates by venue: python scripts/query_template.py --venue "Nature" --type "journals"
  • List all available journal templates: python scripts/query_template.py --type "journals" --list-all
  • Show formatting requirements for a venue: python scripts/query_template.py --venue "NeurIPS" --requirements
  • Open the template path: refer to the output of the query to locate assets/journals/

Frequently Asked Questions about venue-templates

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

FAQPage Schema
How do I find the official LaTeX template for a specific journal or conference?

To find LaTeX templates for a specific venue, query the database by name and type to retrieve structured metadata including exact template file paths and formatting requirements.

Can I retrieve formatting requirements and submission guidelines for NeurIPS or Nature?

Yes, you can retrieve formatting requirements for venues like NeurIPS or Nature by querying curated references to return specific submission guidelines and verify the existence of required assets.

What is the best way to list all available academic poster or grant LaTeX templates?

The best way to list available LaTeX templates is by querying the database by type to preview all journal, conference, poster, or grant options and validate asset existence.

How do I locate the exact file path for a PLOS or IEEE LaTeX template?

To locate the exact file path for a PLOS or IEEE LaTeX template, query the system by venue name to get direct file paths within the assets directory for immediate access.

Does this template discovery tool support searching for publication guidelines by keyword?

Yes, the template discovery tool supports searching by keyword in addition to venue and type to find relevant LaTeX templates and publication guidelines across journals, conferences, posters, and grants.