paper-poster

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

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/nxZhai/Nicy-Extension-Skills --skill paper-poster-nxzhai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-poster
Source: https://github.com/nxZhai/Nicy-Extension-Skills/tree/main/skills-codex/paper-poster
Command: npx skills add https://github.com/nxZhai/Nicy-Extension-Skills --skill paper-poster-nxzhai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converting a compiled paper into a polished conference poster is time-consuming and error-prone when mapping content to poster layouts, figures, and typography.

Core Features & Use Cases

  • LaTeX-based poster generation uses the article class and tcbposter to produce an A0/A1 poster from a paper.
  • Asset preparation & figure handling copies figures, converts PDFs to PNGs for PPTX embedding, and applies venue color themes.
  • End-to-end poster workflow covers content extraction planning to final LaTeX and PDF output, with optional QR codes and references.

Quick Start

Prepare your paper directory and run the poster generation workflow to produce poster/main.tex and poster/main.pdf.

Frequently Asked Questions about paper-poster

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

FAQPage Schema
How do I convert an academic paper into a LaTeX conference poster?

To convert an academic paper into a LaTeX conference poster, this skill uses an article-class LaTeX setup with tcbposter to automatically generate a 4-column IMRAD layout. It extracts content from your compiled paper and outputs print-ready poster files.

Can I generate an IMRAD poster from a NeurIPS or ICML style paper?

Yes, you can generate an IMRAD poster from a NeurIPS or ICML style paper. The workflow is specifically designed to transform academic papers into a structured 4-column IMRAD poster layout using LaTeX-based tcbposter.

How does figure handling work when generating a poster with tcbposter?

Figure handling during poster generation with tcbposter involves copying figures from the paper and converting PDF assets to PNGs. This ensures proper figure-to-PPTX embedding and prepares all assets for the final LaTeX-based poster layout.

Do I need a specific LaTeX environment to generate print-ready conference posters?

Yes, you need an article-class LaTeX environment utilizing the tcbposter package. The workflow requires this specific LaTeX setup to map extracted paper content to the poster layout and compile the final A0/A1 print-ready PDF.

What is the best way to apply venue color themes to an academic poster?

The best way to apply venue color themes to an academic poster is through the asset preparation phase of the poster workflow. It automatically configures venue-specific color themes while generating the LaTeX and PDF output files.