Creates professional research posters in LaTeX using beamerposter, tikzposter, or baposter — handles layout, color, multi-column formats, figures, and poster-specific best practices.
How this skill is triggered — by the user, by Claude, or both
Slash command
/alterlab-writing-tools:alterlab-latex-postersThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Research posters are a critical medium for scientific communication at conferences, symposia, and academic events. This skill provides guidance for creating professional, visually appealing research posters using LaTeX. It is organized as a concise router: the sections below cover the workflow and the key decisions, and link to detailed reference files for templates, figures, and quality control.
assets/baposter_template.texassets/beamerposter_template.texassets/poster_quality_checklist.mdassets/tikzposter_template.texreferences/README.mdreferences/compilation_and_qc.mdreferences/figures_and_visuals.mdreferences/latex_poster_packages.mdreferences/poster_content_guide.mdreferences/poster_design_principles.mdreferences/poster_layout_design.mdreferences/templates_baposter.mdreferences/templates_beamerposter.mdreferences/templates_tikzposter.mdscripts/review_poster.shResearch posters are a critical medium for scientific communication at conferences, symposia, and academic events. This skill provides guidance for creating professional, visually appealing research posters using LaTeX. It is organized as a concise router: the sections below cover the workflow and the key decisions, and link to detailed reference files for templates, figures, and quality control.
Use this skill when:
Detailed guidance lives in references/. Load the file relevant to your current step:
| File | Use it for |
|---|---|
references/templates_beamerposter.md | beamerposter setup, themes, fonts, full-page config |
references/templates_tikzposter.md | tikzposter setup, columns/blocks, themes |
references/templates_baposter.md | baposter setup, header boxes, page-boundary debugging |
references/figures_and_visuals.md | planning, generating, sizing, and integrating figures and QR codes |
references/compilation_and_qc.md | compiling, overflow prevention, the pre-print quality checklist |
references/latex_poster_packages.md | detailed comparison of the three packages with examples |
references/poster_layout_design.md | layout principles, grid systems, visual flow |
references/poster_design_principles.md | typography, color theory, visual hierarchy, accessibility |
references/poster_content_guide.md | content organization, writing style, section-specific guidance |
Ready-to-use starter templates live in assets/ (beamerposter_template.tex,
tikzposter_template.tex, baposter_template.tex, plus a quality checklist).
| Package | Strengths | Best for |
|---|---|---|
| beamerposter | Beamer syntax, strong theme/branding support | Traditional academic posters, institutional branding |
| tikzposter | Modern, flexible, built-in color themes, TikZ graphics | Colorful, modern designs with custom graphics |
| baposter | Box-based layout, automatic spacing | Structured, professional multi-column layouts |
See references/latex_poster_packages.md for a full comparison, and the matching
templates_*.md reference for setup snippets.
International: A0 (841 × 1189 mm / 33.1 × 46.8 in, most common), A1 (594 × 841 mm), A2 (420 × 594 mm). North American: 36 × 48 in (common US size), 42 × 56 in, 48 × 72 in. Orientation: portrait (most common) or landscape (better for wide content and timelines).
Always confirm the conference's required size and orientation before starting.
Common sections: Header/Title (title, authors, affiliations, logos), Introduction/Background, Methods/Approach, Results, Conclusions, References (abbreviated), Acknowledgments.
Layout strategies:
See references/poster_layout_design.md for grid systems and visual flow.
Typography — Title 72-120pt, section headers 48-72pt, body text 24-36pt minimum (readable from 4-6 feet). Prefer sans-serif (Arial, Helvetica, Calibri); limit to 2-3 font families.
Color and contrast — High-contrast schemes; color-blind-friendly palettes (avoid red-green); use institutional colors for branding. White space is active space — don't overcrowd.
Content — Less is more: 300-800 words total. Bullet points over paragraphs; clear, concise messaging; self-explanatory figures. Aim for a roughly even balance of visual and text area.
See references/poster_design_principles.md and references/poster_content_guide.md
for depth. Color palettes worth knowing: Viridis, ColorBrewer, and IBM Color Blind Safe.
Figures carry most of a poster's communicative weight, so plan them deliberately. If a diagram or figure would aid comprehension, invoke the alterlab-scientific-schematics skill (diagrams/schematics) or the alterlab-generate-image skill (images). Figures are optional — add them only where they improve clarity.
Keep each graphic to one message with a few large, high-contrast elements; split anything
complex into several simple images so the text stays readable from a distance. Full guidance —
planning, generating, reviewing, sizing, integrating with \includegraphics, and QR codes —
is in references/figures_and_visuals.md.
references/figures_and_visuals.md).assets/; customize the color scheme to match branding.width=0.85\linewidth, not full width).pdflatex / lualatex / xelatex) — see references/compilation_and_qc.md.Compile, prevent overflow, and run the pre-print checklist using
references/compilation_and_qc.md. The single most important check: after every compile,
run grep -i "overfull" poster.log and visually inspect all four page edges — overflow
(text or graphics cut off at a boundary) is the most common poster defect. A helper script
is available at scripts/review_poster.sh.
Design — Too much text (>1000 words); body text under 24pt; low-contrast colors; cluttered layout with no white space; inconsistent styling; pixelated images.
Figures — Cramming too many elements into one graphic (forces tiny text); too much detail; complex flowcharts with many steps; comparison charts with too many series. Split into simple, focused graphics instead.
Content — No clear narrative; too many research questions; unexplained jargon; results without interpretation; missing contact information.
Technical — Wrong dimensions for the conference; RGB sent to a CMYK printer (color shift); fonts not embedded; file too large for the submission portal; QR codes too small or untested.
# TeX Live (Linux/Mac)
tlmgr install beamerposter tikzposter baposter
# Additional recommended packages
tlmgr install qrcode graphics xcolor tcolorbox subcaption
# MiKTeX (Windows) typically auto-installs packages on first use.
Helper scripts in scripts/:
review_poster.sh — automated PDF quality check (page size, fonts, file size, page count).npx claudepluginhub alterlab-ieu/alterlab-academic-skills --plugin alterlab-visualizationCreates professional research posters in LaTeX using beamerposter, tikzposter, or baposter. Supports conference presentations, layout design, and figure integration.
Creates research posters in LaTeX using beamerposter, tikzposter, or baposter. Covers layout, typography, color schemes, figure integration, and accessibility for conferences.
Creates research posters in HTML/CSS with responsive layouts, exportable to PDF or PPTX. Use only when user explicitly requests PowerPoint/PPTX poster format.