paper-poster

Generate print-ready A0/A1 conference posters from compiled research papers.

1|1|Updated May 19, 2026
One-click install
npx skills add https://github.com/zhuyingqin/ARIS-WEB --skill paper-poster-zhuyingqin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-poster
Source: https://github.com/zhuyingqin/ARIS-WEB/tree/main/crates/runtime/assets/skills/paper-poster
Command: npx skills add https://github.com/zhuyingqin/ARIS-WEB --skill paper-poster-zhuyingqin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pdf2image, and includes assets (resource) components.

What problem does it solve?

Paper authors need a fast, presentation-ready conference poster, but manually redesigning dense papers into a one-page visual layout is time-consuming and error-prone.

Core Features & Use Cases

  • End-to-end poster generation: Converts a compiled paper (main.tex or main.pdf plus figures) into a structured conference poster and a buildable LaTeX source.
  • Conference-ready outputs: Produces print-ready PDFs (A0/A1), editable PPTX, and SVG-based poster assets from selected paper figures.
  • Venue-aware styling with safety checks: Applies venue color schemes, enforces strict LaTeX architecture rules (article/tcbposter), and includes checkpoint-based state recovery for long runs.
  • Optional structural guidance: Supports an opt-in style reference to refine layout density and figure/text balance without copying content or passing style hints to the poster reviewer.

Quick Start

Generate a conference poster from your compiled paper by running the paper-poster skill with the paper directory and optional venue/style settings, e.g., “/paper-poster paper/ — venue: NeurIPS”.

Frequently Asked Questions about paper-poster

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

FAQPage Schema
How do I turn a compiled research paper into a conference poster?

To turn a compiled research paper into a conference poster, provide the paper directory to extract poster-appropriate content and selected figures into a print-ready layout. This process generates a structured conference poster and buildable LaTeX source using article and tcbposter constraints.

Can I generate a NeurIPS or ICML poster from a PDF automatically?

Yes, you can generate a NeurIPS or ICML poster from a compiled paper automatically. The workflow applies venue-specific color systems and styling for NeurIPS, ICML, ICLR, ACL, EMNLP, CVPR, ECCV, and AAAI-style poster sessions to match conference requirements.

What output formats are produced when converting a paper to a poster?

Converting a paper to a poster produces print-ready A0 and A1 PDFs alongside editable PPTX and SVG-based poster assets. These outputs are generated from selected paper figures while avoiding overflow and clipping failures in the final layout.

Does conference poster generation support CJK typesetting?

Yes, conference poster generation includes CJK-aware compilation to properly render Chinese, Japanese, and Korean characters. This ensures the extracted poster content and selected figures display correctly in the final print-ready layout.

How do I recover a failed LaTeX poster generation process?

To recover a failed LaTeX poster generation process, the workflow uses checkpoint-based state recovery via a POSTER_STATE.json file. This state persistence enables multi-phase resume capabilities for long-running poster builds without restarting from scratch.

What is the best way to avoid text overflow when generating an A0 poster?

The best way to avoid text overflow when generating an A0 poster is using enforced article and tcbposter LaTeX architecture constraints. The generation process automatically manages layout density, figure selection, and text balance to prevent clipping failures.