What problem does it solve?
Centralizes access to venue-specific LaTeX templates, formatting rules, and submission guidelines, enabling researchers to quickly locate the right templates and ensure compliance across journals, conferences, posters, and grants.
Core Features & Use Cases
- Template discovery: Browse and locate LaTeX templates for journals, conferences, posters, and grants stored under assets/ Journals, Posters, and Grants directories.
- Guideline access: Retrieve formatting requirements from references/journals_formatting.md, references/conferences_formatting.md, and references/grants_requirements.md to ensure submissions meet venue expectations.
- Template customization: Use the provided scripts to customize templates with author info, affiliations, and project details, streamlining manuscript preparation workflows.
- Validation assistance: Leverage scripts like scripts/validate_format.py to check basic formatting conformance and generate validation reports.
Quick Start
Ask it to fetch the NeurIPS article template and generate a ready-to-edit LaTeX file for your paper.
What you can do next
- Load venue templates from assets/journals, assets/posters, and assets/grants
- Read venue-specific formatting guidelines from references/
- Customize templates with author details using scripts/customize_template.py
- Validate your document formatting with scripts/validate_format.py