paper-poster

Generate a print-ready conference poster from a compiled LaTeX paper.

2|1|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/raja21068/AutoResearch --skill paper-poster-raja21068
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-poster
Source: https://github.com/raja21068/AutoResearch/tree/main/skills/aris/paper-poster
Command: npx skills add https://github.com/raja21068/AutoResearch --skill paper-poster-raja21068

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It converts a compiled research paper into a print-ready conference poster so you can present the work visually without manually redesigning the layout.

Core Features & Use Cases

  • Poster-first extraction from a compiled paper: derives bullet-heavy, figure-dominant content plan while skipping space-wasting sections (e.g., no Related Work, no abstract paragraph).
  • Venue-aware print layout generation: builds an A0/A1 poster using article + tcbposter with a strict IMRAD-style grid and readable font sizing.
  • Editable delivery formats: produces a poster PDF plus editable PPTX and SVG, and supports figure preparation (PDF→PNG) for embedding.
  • Optional style guidance: can refine structural density using an opt-in style reference to better match the look and rhythm of a source paper.

Quick Start

Ask for the poster by running the paper-poster skill with your compiled paper directory, for example: generate a NeurIPS A0 landscape poster from your paper folder.

Frequently Asked Questions about paper-poster

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

FAQPage Schema
How do I generate a conference poster from a compiled LaTeX paper?

Generating a conference poster from a compiled paper requires a valid paper directory; the tool extracts bullet-heavy, figure-dominant content while skipping space-wasting sections to build a print-ready layout.

Can I create an A0 or A1 print-ready poster using tcbposter?

Yes, you can create print-ready A0 or A1 posters using article plus tcbposter layouts, with configurable columns and rows that apply strict venue and grid rules for readable font sizing.

Does the generated conference poster include editable formats like PPTX or SVG?

Yes, the process produces editable PPTX and SVG files alongside the final poster PDF, and supports figure preparation by converting source PDFs to PNG images for proper embedding.

How do I handle CJK text when converting a paper to a poster in LaTeX?

Handling CJK text during paper to poster conversion relies on a CJK-safe LaTeX tcbposter configuration, ensuring proper character rendering within the generated article-class layout.

What is the best way to extract figures and sections for a poster session?

The best way to extract figures for a poster session is using poster-first extraction, which derives a figure-dominant content plan while explicitly skipping abstract paragraphs and related work sections.

Do I need a specific LaTeX environment to compile my paper into a poster?

You need a valid compiled paper directory and a LaTeX environment that supports the tcbposter package to compile the article-class layout into print-ready conference poster outputs.