Agent skill · Testing & QA

latex-research-posters

Research posters in LaTeX using beamerposter, tikzposter, or baposter. Layout, typography, color schemes, figure integration, accessibility, and QA for conferences. Includes templates. For figure generation use matplotlib-scientific-plotting or plotly-interactive-visualization.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill latex-research-posters --agent claude-code

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

Facts
Files in the skill folder: 4
SKILL.md size: 13 KB
Bundled scripts: none
Path: skills/sciagent/latex-research-posters/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

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

From the SKILL.md

# LaTeX Research Posters ## Overview Research posters are a critical medium for scientific communication at conferences, symposia, and academic events. This knowhow covers end-to-end poster creation in LaTeX: package selection, layout design, typography, color schemes, figure integration, accessibility, compilation, and quality control for print and digital display. ## Key Concepts ### 1. LaTeX Poster Packages Three major packages, each with distinct strengths: | Package | Architecture | Best For | Learning Curve | |---------|-------------|----------|---------------| | **beamerposter** | Beamer extension | Traditional academic posters, institutional branding | Low (if you know Beamer) | | **tikzposter** | TikZ-based blocks | Modern colorful designs, custom graphics | Medium | | **baposter** | Box-based grid | Multi-column layouts, consistent spacing | Low | **beamerposter**: Uses Beamer's `\begin{block}` syntax. Themes and color schemes from Beamer carry over. Best when your institution already has a Beamer theme. **tikzposter**: Declarative block placement with `\block{Title}{Content}`. Built-in color styles (Denmark, Germany, etc.) and layout themes (Rays, Wave). Most flexible fo

What's inside
Steps it walks through
  1. Overview
  2. Key Concepts
  3. 1. LaTeX Poster Packages
  4. 2. Poster Dimensions and Orientation
  5. 3. Typography Rules
  6. 4. Visual Content Guidelines
  7. Decision Framework
  8. Package Selection
  9. Layout Decision Table
  10. Content vs Visual Balance
  11. Best Practices
  12. Common Pitfalls
  13. Workflow
  14. Stage 1: Planning
Ships with 3 files
  • assets/baposter_template.tex
  • assets/beamerposter_template.tex
  • assets/tikzposter_template.tex
Commands it runs
Basic compilation
pdflatex poster.tex
With bibliography
pdflatex poster.tex && bibtex poster && pdflatex poster.tex && pdflatex poster.tex
Better font support
lualatex poster.tex
or
xelatex poster.tex
Verify page dimensions
pdfinfo poster.pdf | grep "Page size"
More from awesome-bio-agent-skills
All skills →
About this skill
What does the latex-research-posters skill do?

Research posters in LaTeX using beamerposter, tikzposter, or baposter. Layout, typography, color schemes, figure integration, accessibility, and QA for conferences. Includes templates. For figure generation use matplotlib-scientific-plotting or plotly-interactive-visualization.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill latex-research-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 BioTender-max/awesome-bio-agent-skills, a repository with 135 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