LaTeX Research Posters
Builds conference-ready research posters in beamerposter, tikzposter, or baposter — from layout to print-ready PDF.
Docs & OfficeIntermediate★ 33,030⑂ 3,248AI score 9/10Last updated: Aug 9, 2026
What it does
- Picks the right poster package (beamerposter, tikzposter, baposter) and generates LaTeX source sized for A0, 36×48", portrait or landscape.
- Handles multi-column grids, typographic hierarchy, accessible color schemes, figure/logo placement, and QR codes.
- Enforces hard limits — 3-4 elements per graphic, ≤10 words per graphic, ≥50% white space, 24pt+ body text, 300-800 total words — plus two mandatory review gates before generating and before assembling figures.
- Runs post-compile QC:
grep -i overfull poster.log, 100% edge inspection, font embedding, resolution, and print/PDF-X preparation.
Who it's for
- Grad students and researchers preparing conference poster sessions or thesis defenses
- Anyone compressing a paper into a single poster
- Labs and departments building a reusable poster template
- Users comfortable installing a LaTeX distribution (TeX Live / MiKTeX)
Examples
- "Turn this paper into a 3-column portrait A0 tikzposter" → picks 1-3 core messages, outlines sections, emits a template.
- "Make a 4-step methods flowchart for the poster" → generates a poster-scale schematic with giant labels and 50% white space, then inserts it with
\includegraphics. - "Pre-print check" → scans for overfull boxes, inspects all four edges at 100%, verifies embedded fonts and export format.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/K-Dense-AI/scientific-agent-skills/HEAD/skills/latex-posters/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/latex-posters folder from the GitHub repo K-Dense-AI/scientific-agent-skills into my ~/.claude/skills/latex-posters/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/K-Dense-AI/scientific-agent-skills.git /tmp/sas && mkdir -p ~/.claude/skills && cp -r /tmp/sas/skills/latex-posters ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Create the skills folder:
mkdir -p ~/.claude/skills - Clone the repo:
git clone https://github.com/K-Dense-AI/scientific-agent-skills.git /tmp/sas - Copy just this skill:
cp -r /tmp/sas/skills/latex-posters ~/.claude/skills/ - Install LaTeX if needed (TeX Live or MiKTeX), then:
tlmgr install beamerposter tikzposter baposter qrcode xcolor tcolorbox subcaption - For the AI-figure workflow, also copy the
scientific-schematicsskill and optionally setOPENROUTER_API_KEY. - Restart Claude Code and ask something like "build a conference poster from this paper".
View source on GitHub ↗License: MIT