latex-posters

72
21
Source

Create professional research posters in LaTeX using beamerposter, tikzposter, or baposter. Support for conference presentations, academic posters, and scientific communication. Includes layout design, color schemes, multi-column formats, figure integration, and poster-specific best practices for visual communication.

Install

mkdir -p .claude/skills/latex-posters && curl -L -o skill.zip "https://mcp.directory/api/skills/download/669" && unzip -o skill.zip -d .claude/skills/latex-posters && rm skill.zip

Installs to .claude/skills/latex-posters

About this skill

LaTeX Research Posters

Overview

Research posters are a critical medium for scientific communication at conferences, symposia, and academic events. This skill provides comprehensive guidance for creating professional, visually appealing research posters using LaTeX packages. Generate publication-quality posters with proper layout, typography, color schemes, and visual hierarchy.

When to Use This Skill

This skill should be used when:

  • Creating research posters for conferences, symposia, or poster sessions
  • Designing academic posters for university events or thesis defenses
  • Preparing visual summaries of research for public engagement
  • Converting scientific papers into poster format
  • Creating template posters for research groups or departments
  • Designing posters that comply with specific conference size requirements (A0, A1, 36×48", etc.)
  • Building posters with complex multi-column layouts
  • Integrating figures, tables, equations, and citations in poster format

Visual Enhancement with Scientific Schematics

⚠️ MANDATORY: Every research poster MUST include at least 2-3 AI-generated figures using the scientific-schematics skill.

This is not optional. Posters are primarily visual media - text-heavy posters fail to communicate effectively. Before finalizing any poster:

  1. Generate at minimum TWO schematics or diagrams
  2. Target 3-4 figures for comprehensive posters (methodology flowchart, key results visualization, conceptual framework)
  3. Figures should occupy 40-50% of poster area

How to generate figures:

  • Use the scientific-schematics skill to generate AI-powered publication-quality diagrams
  • Simply describe your desired diagram in natural language
  • Nano Banana Pro will automatically generate, review, and refine the schematic

How to generate schematics:

python scripts/generate_schematic.py "your diagram description" -o figures/output.png

The AI will automatically:

  • Create publication-quality images with proper formatting
  • Review and refine through multiple iterations
  • Ensure accessibility (colorblind-friendly, high contrast)
  • Save outputs in the figures/ directory

When to add schematics:

  • Research methodology flowcharts for poster content
  • Conceptual framework diagrams
  • Experimental design visualizations
  • Data analysis pipeline diagrams
  • System architecture diagrams
  • Biological pathway illustrations
  • Any complex concept that benefits from visualization

For detailed guidance on creating schematics, refer to the scientific-schematics skill documentation.


Core Capabilities

1. LaTeX Poster Packages

Support for three major LaTeX poster packages, each with distinct advantages. For detailed comparison and package-specific guidance, refer to references/latex_poster_packages.md.

beamerposter:

  • Extension of the Beamer presentation class
  • Familiar syntax for Beamer users
  • Excellent theme support and customization
  • Best for: Traditional academic posters, institutional branding

tikzposter:

  • Modern, flexible design with TikZ integration
  • Built-in color themes and layout templates
  • Extensive customization through TikZ commands
  • Best for: Colorful, modern designs, custom graphics

baposter:

  • Box-based layout system
  • Automatic spacing and positioning
  • Professional-looking default styles
  • Best for: Multi-column layouts, consistent spacing

2. Poster Layout and Structure

Create effective poster layouts following visual communication principles. For comprehensive layout guidance, refer to references/poster_layout_design.md.

Common Poster Sections:

  • Header/Title: Title, authors, affiliations, logos
  • Introduction/Background: Research context and motivation
  • Methods/Approach: Methodology and experimental design
  • Results: Key findings with figures and data visualizations
  • Conclusions: Main takeaways and implications
  • References: Key citations (typically abbreviated)
  • Acknowledgments: Funding, collaborators, institutions

Layout Strategies:

  • Column-based layouts: 2-column, 3-column, or 4-column grids
  • Block-based layouts: Flexible arrangement of content blocks
  • Z-pattern flow: Guide readers through content logically
  • Visual hierarchy: Use size, color, and spacing to emphasize key points

3. Design Principles for Research Posters

Apply evidence-based design principles for maximum impact. For detailed design guidance, refer to references/poster_design_principles.md.

Typography:

  • Title: 72-120pt for visibility from distance
  • Section headers: 48-72pt
  • Body text: 24-36pt minimum for readability from 4-6 feet
  • Use sans-serif fonts (Arial, Helvetica, Calibri) for clarity
  • Limit to 2-3 font families maximum

Color and Contrast:

  • Use high-contrast color schemes for readability
  • Institutional color palettes for branding
  • Color-blind friendly palettes (avoid red-green combinations)
  • White space is active space—don't overcrowd

Visual Elements:

  • High-resolution figures (300 DPI minimum for print)
  • Large, clear labels on all figures
  • Consistent figure styling throughout
  • Strategic use of icons and graphics
  • Balance text with visual content (40-50% visual recommended)

Content Guidelines:

  • Less is more: 300-800 words total recommended
  • Bullet points over paragraphs for scannability
  • Clear, concise messaging
  • Self-explanatory figures with minimal text explanation
  • QR codes for supplementary materials or online resources

4. Standard Poster Sizes

Support for international and conference-specific poster dimensions:

International Standards:

  • A0 (841 × 1189 mm / 33.1 × 46.8 inches) - Most common European standard
  • A1 (594 × 841 mm / 23.4 × 33.1 inches) - Smaller format
  • A2 (420 × 594 mm / 16.5 × 23.4 inches) - Compact posters

North American Standards:

  • 36 × 48 inches (914 × 1219 mm) - Common US conference size
  • 42 × 56 inches (1067 × 1422 mm) - Large format
  • 48 × 72 inches (1219 × 1829 mm) - Extra large

Orientation:

  • Portrait (vertical) - Most common, traditional
  • Landscape (horizontal) - Better for wide content, timelines

5. Package-Specific Templates

Provide ready-to-use templates for each major package. Templates available in assets/ directory.

beamerposter Templates:

  • beamerposter_classic.tex - Traditional academic style
  • beamerposter_modern.tex - Clean, minimal design
  • beamerposter_colorful.tex - Vibrant theme with blocks

tikzposter Templates:

  • tikzposter_default.tex - Standard tikzposter layout
  • tikzposter_rays.tex - Modern design with ray theme
  • tikzposter_wave.tex - Professional wave-style theme

baposter Templates:

  • baposter_portrait.tex - Classic portrait layout
  • baposter_landscape.tex - Landscape multi-column
  • baposter_minimal.tex - Minimalist design

6. Figure and Image Integration

Optimize visual content for poster presentations:

Best Practices:

  • Use vector graphics (PDF, SVG) when possible for scalability
  • Raster images: minimum 300 DPI at final print size
  • Consistent image styling (borders, captions, sizes)
  • Group related figures together
  • Use subfigures for comparisons

LaTeX Figure Commands:

% Include graphics package
\usepackage{graphicx}

% Simple figure
\includegraphics[width=0.8\linewidth]{figure.pdf}

% Figure with caption in tikzposter
\block{Results}{
  \begin{tikzfigure}
    \includegraphics[width=0.9\linewidth]{results.png}
  \end{tikzfigure}
}

% Multiple subfigures
\usepackage{subcaption}
\begin{figure}
  \begin{subfigure}{0.48\linewidth}
    \includegraphics[width=\linewidth]{fig1.pdf}
    \caption{Condition A}
  \end{subfigure}
  \begin{subfigure}{0.48\linewidth}
    \includegraphics[width=\linewidth]{fig2.pdf}
    \caption{Condition B}
  \end{subfigure}
\end{figure}

7. Color Schemes and Themes

Provide professional color palettes for various contexts:

Academic Institution Colors:

  • Match university or department branding
  • Use official color codes (RGB, CMYK, or LaTeX color definitions)

Scientific Color Palettes (color-blind friendly):

  • Viridis: Professional gradient from purple to yellow
  • ColorBrewer: Research-tested palettes for data visualization
  • IBM Color Blind Safe: Accessible corporate palette

Package-Specific Theme Selection:

beamerposter:

\usetheme{Berlin}
\usecolortheme{beaver}

tikzposter:

\usetheme{Rays}
\usecolorstyle{Denmark}

baposter:

\begin{poster}{
  background=plain,
  bgColorOne=white,
  headerColorOne=blue!70,
  textborder=rounded
}

8. Typography and Text Formatting

Ensure readability and visual appeal:

Font Selection:

% Sans-serif fonts recommended for posters
\usepackage{helvet}      % Helvetica
\usepackage{avant}       % Avant Garde
\usepackage{sfmath}      % Sans-serif math fonts

% Set default to sans-serif
\renewcommand{\familydefault}{\sfdefault}

Text Sizing:

% Adjust text sizes for visibility
\setbeamerfont{title}{size=\VeryHuge}
\setbeamerfont{author}{size=\Large}
\setbeamerfont{institute}{size=\normalsize}

Emphasis and Highlighting:

  • Use bold for key terms: \textbf{important}
  • Color highlights sparingly: \textcolor{blue}{highlight}
  • Boxes for critical information
  • Avoid italics (harder to read from distance)

9. QR Codes and Interactive Elements

Enhance poster interactivity for modern conferences:

QR Code Integration:

\usepackage{qrcode}

% Link to paper, code repository, or supplementary materials
\qrcode[height=2cm]{https://github.com/username/project}

% QR code with caption
\begin{center}
  \qrcode[height=3cm]{https://doi.org/10.1234/paper}\\
  \small Scan for full paper
\end{center}

Digital Enhancements:

  • Link to GitHub repositories for code
  • Link to video presentations or demos
  • Link to interactive web visualizations
  • Link to supplementary data or appendices

10. Compilation and Output

G


Content truncated.

software-architecture

davila7

Guide for quality focused software architecture. This skill should be used when users want to write code, design architecture, analyze code, in any case that relates to software development.

473163

scroll-experience

davila7

Expert in building immersive scroll-driven experiences - parallax storytelling, scroll animations, interactive narratives, and cinematic web experiences. Like NY Times interactives, Apple product pages, and award-winning web experiences. Makes websites feel like experiences, not just pages. Use when: scroll animation, parallax, scroll storytelling, interactive story, cinematic website.

12580

planning-with-files

davila7

Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring >5 tool calls.

7966

humanizer

davila7

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases. Credits: Original skill by @blader - https://github.com/blader/humanizer

10352

game-development

davila7

Game development orchestrator. Routes to platform-specific skills based on project needs.

14649

2d-games

davila7

2D game development principles. Sprites, tilemaps, physics, camera.

12744

You might also like

flutter-development

aj-geddes

Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.

1,5721,370

ui-ux-pro-max

nextlevelbuilder

"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."

1,1161,191

drawio-diagrams-enhanced

jgtolentino

Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.

1,4181,109

godot

bfollington

This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.

1,194748

nano-banana-pro

garg-aayush

Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.

1,154684

pdf-to-markdown

aliceisjustplaying

Convert entire PDF documents to clean, structured Markdown for full context loading. Use this skill when the user wants to extract ALL text from a PDF into context (not grep/search), when discussing or analyzing PDF content in full, when the user mentions "load the whole PDF", "bring the PDF into context", "read the entire PDF", or when partial extraction/grepping would miss important context. This is the preferred method for PDF text extraction over page-by-page or grep approaches.

1,313614

Stay ahead of the MCP ecosystem

Get weekly updates on new skills and servers.