latex-posters

Create research posters in LaTeX using beamerposter, tikzposter, or baposter templates.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/svpfahad/RES200 --skill latex-posters-svpfahad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: latex-posters
Source: https://github.com/svpfahad/RES200/tree/main/claude-scientific-writer-main/.claude/skills/pptx-posters
Command: npx skills add https://github.com/svpfahad/RES200 --skill latex-posters-svpfahad

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve? Designing a conference research poster from scratch is time-consuming and error-prone: choosing a LaTeX poster package, configuring page dimensions, setting readable typography, and passing print-shop quality checks all require specialized knowledge. This Skill provides templates, design guidance, and quality-control workflows to produce print-ready academic posters. ## Core Features & Use Cases - Three LaTeX poster packages: Ready-to-use templates for beamerposter, tikzposter, and baposter covering classic, modern, and minimal styles. - Design and layout guidance: Reference docs covering typography (24pt+ body text), color-blind friendly palettes, grid systems, and visual hierarchy for A0/A1 and 36x48 inch formats. - PDF quality control: Systematic review checklist with pdfinfo, pdffonts, and pdfimages commands to verify page size, font embedding, and 300 DPI image resolution before printing. - Use Case: A graduate student needs an A0 portrait poster for a conference. They pick a tikzposter template, fill in sections following the 300-800 word content guide, compile with pdflatex, and run the review checklist to confirm fonts are embedded before sending to the printer. ## Quick Start Create an A0 portrait research poster about my study using the tikzposter template with a three-column layout and a color-blind friendly palette.

Frequently Asked Questions about latex-posters

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

FAQPage Schema
How do I create a research poster in LaTeX?

Choose one of three poster packages: beamerposter for Beamer-style themes, tikzposter for modern TikZ-based designs, or baposter for box-based multi-column layouts. Start from a template, set your paper size (A0 or 36x48 inches), add content blocks, and compile with pdflatex or lualatex.

beamerposter vs tikzposter vs baposter: which should I use?

beamerposter suits users familiar with Beamer who need institutional themes. tikzposter offers modern colorful designs with flexible TikZ customization. baposter provides automatic box positioning and consistent spacing for structured multi-column layouts.

What font size should a conference poster use?

Body text should be at least 24-36pt to remain readable from 4-6 feet. Section headers need 48-72pt and titles 72-120pt. Test readability by printing at 25% scale and reading from 2-3 feet away.

Why does my poster PDF have large white margins?

Default package margins are often too generous. In beamerposter, set text margins with \setbeamersize; in tikzposter, reduce the margin and innermargin class options; in baposter, adjust margin in the documentclass. Verify final dimensions with pdfinfo.

How do I check if fonts are embedded in my poster PDF?

Run pdffonts on the PDF and confirm every font shows yes in the emb column. If any font is not embedded, recompile with pdflatex -dEmbedAllFonts=true. Print shops typically reject PDFs with unembedded fonts.

What color schemes are safe for color-blind viewers?

Use tested palettes like Okabe-Ito, IBM Color Blind Safe, or Paul Tol's schemes, and avoid red-green combinations. Maintain a contrast ratio of at least 4.5:1 between text and background, and verify with a color blindness simulator like Coblis.