Agent skill · Design & Presentation

latex-posters

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.

LeonChaoXgithub.com/LeonChaoXGitHub ↗
claude-codecan modify filesships scriptsMIT
Install
npx skills add LeonChaoX/qinyan-academic-skills --skill latex-posters --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 11
SKILL.md size: 58 KB
Bundled scripts: yes
Allowed tools: ReadWriteEditBash
Path: skills/03-学术演示与可视化/latex-posters/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 759
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

Review
written from the skill's own SKILL.md · Aug 5, 2026

What it does

The skill provides guidance for creating professional research posters using LaTeX poster packages (beamerposter, tikzposter, or baposter). It covers poster layout design, color schemes, multi-column formats, figure integration, and poster-specific best practices for visual communication, aimed at conference presentations and academic settings.

How it works

  • Advises generating ALL major visual elements using AI before assembling the LaTeX poster.
  • Outlines a four-step workflow: plan visual elements (title, intro, methods, results, conclusions); generate each element with specified tools; assemble generated images into a LaTeX template; add surrounding text.
  • Recommends targeting 60-70% AI-generated visuals and 30-40% text.
  • Enforces strict overflow prevention: limit sections to 5-6 for A0, set generous margins, avoid figures touching edges, and keep figures sized at about 0.85 of text width.
  • Provides poster-specific constraints and prompts, including mandatory font sizing for legibility, and rules to ensure readability from distance (e.g., giant fonts, high contrast, generous margins).
  • Emphasizes a mandatory pre-generation review: confirm 3-4 items per element, flatten multi-stage workflows, keep total words to 10 or fewer per graphic, and ensure ONE clear message per graphic.
  • Supplies concrete example prompts for various elements: overview, architecture, timeline, case studies, and key findings, with explicit instructions on font sizes, colors, margins, and content limits.

When to use it

  • When creating research posters for conferences, symposia, or poster sessions.
  • When designing academic posters for university events, theses defenses, or public engagement.
  • When converting scientific papers into poster format and creating template posters for groups or departments.
  • When ensuring posters meet conference size requirements (A0, A1, 36×48
From the SKILL.md

# 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 ## AI-Powered Visual Element Generation **STANDARD WORKFLOW: Generate ALL major visual elements using AI before creating the LaTeX poster.** This is the recommended approach for creating visually compelling poste

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. AI-Powered Visual Element Generation
  4. CRITICAL: Preventing Content Overflow
  5. CRITICAL: Poster-Size Font Requirements
  6. CRITICAL: AI-Generated Graphic Sizing
  7. Step 0: MANDATORY Pre-Generation Review (DO THIS FIRST)
  8. Step 1: Plan Your Poster Elements
  9. Step 2: Generate Each Element (After Pre-Generation Review)
  10. Step 2b: MANDATORY Post-Generation Review (Before Assembly)
  11. Step 3: Assemble in LaTeX Template
  12. Example: Complete Poster Generation Workflow
  13. Visual Element Guidelines
  14. Scientific Schematics Integration
Ships with 10 files
  • assets/baposter_template.tex
  • assets/beamerposter_template.tex
  • assets/poster_quality_checklist.md
  • assets/tikzposter_template.tex
  • references/README.md
  • references/latex_poster_packages.md
  • references/poster_content_guide.md
  • references/poster_design_principles.md
  • references/poster_layout_design.md
  • scripts/review_poster.sh
Commands it runs
Compile and check PDF at 100% zoom
pdflatex poster.tex
Look for:
grep -i "overfull" poster.log
BAD - too many items, too much detail
GOOD - only 3 key items, giant numbers
BAD - too many elements in one graphic
python scripts/generate_schematic.py "Complete ML pipeline showing data collection,
preprocessing with 5 steps, feature engineering with 8 techniques, model training
with hyperparameter tuning, validation with cross-validation, and deployment with
More from qinyan-academic-skills
All skills →
About this skill
What does the latex-posters skill do?

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.

How do I install it?

Run `npx skills add LeonChaoX/qinyan-academic-skills --skill latex-posters --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From LeonChaoX/qinyan-academic-skills, a repository with 759 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going