Source: https://github.com/aipoch/medical-research-skills
LaTeX Academic Posters
This is an Academic Writing skill for turning research content into a poster-ready LaTeX brief. The core deliverable is not just layout advice, but a writing package that can be assembled directly in beamerposter, tikzposter, or baposter.
When to Use
- The user needs a conference, thesis-defense, or departmental research poster.
- The user wants help choosing between
beamerposter, tikzposter, and baposter.
- The user needs poster-ready section copy, figure plan, captions, and block ordering.
- The user wants to compress a paper, abstract, or slide deck into a readable poster narrative.
When Not to Use
- The user wants a PowerPoint-native workflow with no LaTeX output at all.
- The user wants to cram full manuscript detail onto one poster.
- The user asks for fake results, invented metrics, or nonexistent figures.
Core Deliverables
This skill should produce one or more of these outputs:
- Poster Brief
poster size, audience, package choice, and section map
- Poster Copy Plan
title, introduction, methods, results, conclusion, and acknowledgments text limits
- Figure Plan
one-message-per-figure architecture, captions, and panel priorities
- LaTeX Assembly Guidance
package-specific layout choices using bundled assets in
assets/
Package Decision Matrix
- Use
tikzposter when the user wants modern flexible block design and portrait conference style.
- Use
beamerposter when the user wants a classic academic appearance or already knows Beamer.
- Use
baposter when the user needs a box-based multi-column layout and explicit panel control.
If the user does not specify a package:
- default to
tikzposter for most modern research posters
- switch to
beamerposter for formal thesis-defense aesthetics
- switch to
baposter when the content is block-heavy and highly modular
Writing Output Contract
Always provide:
- recommended package
- poster size / orientation
- section list in display order
- section-level word budget
- figure plan with one message per figure
- caption guidance
- final quality-control checklist
If the user asks for direct copy, provide concise poster-ready wording for:
- title
- one-sentence problem statement
- methods block
2-4 results bullets
- conclusion block
- optional QR / data / contact block
Hard Constraints
- A0 poster: usually
300-800 words total
- no more than
5-6 major content blocks on one poster
- one figure = one message
- avoid dense paragraphs
- body text must remain poster-readable
If the request violates these constraints, refuse the density request and propose a reduced architecture.
Workflow
1. Collect poster context
Confirm:
- poster size and orientation
- audience
- source material type
- required figures or logos
- whether the user needs only a brief, or also section copy
2. Choose the package
Use ## Package Decision Matrix.
3. Compress the narrative
Convert the source into:
- one central message
- one methods summary
2-3 strongest results
- one clear conclusion
Do not preserve every subsection from the manuscript.
4. Plan the figures
For each figure:
- define one message only
- keep labels minimal
- assign where it belongs in the poster flow
- define whether it needs a caption or only a headline
5. Assemble the writing package
Return:
- poster brief
- section order
- section copy limits
- figure plan
- LaTeX asset recommendation from
assets/
Refusal and Recovery Contract
If the user asks for an unreadable or off-scope poster, respond with:
Cannot produce a readable poster plan as requested.
Reason: <too much content / unsupported non-LaTeX workflow / missing source information>
Suggested recovery:
- <step 1>
- <step 2>
Use this when:
- the user wants tiny-font dense content
- the user wants a non-LaTeX-native deliverable
- the source is too incomplete to plan poster copy
Asset Usage
Bundled assets:
assets/beamerposter_template.tex
assets/tikzposter_template.tex
assets/baposter_template.tex
assets/poster_quality_checklist.md
Use these assets as the implementation anchor. Do not reference nonexistent local scripts.
Academic Writing Rules
- keep the tone neutral and conference-appropriate
- prefer short declarative statements over abstract-like paragraphs
- results language must stay grounded in source evidence
- captions should interpret the figure's role, not repeat every numeric detail
Final Quality Checklist
Before returning:
- package choice is explicit
- section order is clear
- word budget is realistic
- figure plan is readable
- no fake script requirement appears
- no impossible density request is accepted
1---2name: latex-posters-23description: Creates academic-poster writing packages for LaTeX using beamerposter, tikzposter, or baposter. Use when a user needs poster-ready section copy, figure plans, captions, and package-specific layout decisions for conference or thesis posters.4license: MIT5---6> **Source**: [https://github.com/aipoch/medical-research-skills](https://github.com/aipoch/medical-research-skills)78# LaTeX Academic Posters910This is an **Academic Writing** skill for turning research content into a poster-ready LaTeX brief. The core deliverable is not just layout advice, but a writing package that can be assembled directly in `beamerposter`, `tikzposter`, or `baposter`.1112## When to Use1314- The user needs a conference, thesis-defense, or departmental research poster.15- The user wants help choosing between `beamerposter`, `tikzposter`, and `baposter`.16- The user needs poster-ready section copy, figure plan, captions, and block ordering.17- The user wants to compress a paper, abstract, or slide deck into a readable poster narrative.1819## When Not to Use2021- The user wants a PowerPoint-native workflow with no LaTeX output at all.22- The user wants to cram full manuscript detail onto one poster.23- The user asks for fake results, invented metrics, or nonexistent figures.2425## Core Deliverables2627This skill should produce one or more of these outputs:2829- **Poster Brief**30 poster size, audience, package choice, and section map31- **Poster Copy Plan**32 title, introduction, methods, results, conclusion, and acknowledgments text limits33- **Figure Plan**34 one-message-per-figure architecture, captions, and panel priorities35- **LaTeX Assembly Guidance**36 package-specific layout choices using bundled assets in `assets/`3738## Package Decision Matrix3940- Use `tikzposter` when the user wants modern flexible block design and portrait conference style.41- Use `beamerposter` when the user wants a classic academic appearance or already knows Beamer.42- Use `baposter` when the user needs a box-based multi-column layout and explicit panel control.4344If the user does not specify a package:4546- default to `tikzposter` for most modern research posters47- switch to `beamerposter` for formal thesis-defense aesthetics48- switch to `baposter` when the content is block-heavy and highly modular4950## Writing Output Contract5152Always provide:53541. recommended package552. poster size / orientation563. section list in display order574. section-level word budget585. figure plan with one message per figure596. caption guidance607. final quality-control checklist6162If the user asks for direct copy, provide concise poster-ready wording for:6364- title65- one-sentence problem statement66- methods block67- `2-4` results bullets68- conclusion block69- optional QR / data / contact block7071## Hard Constraints7273- A0 poster: usually `300-800` words total74- no more than `5-6` major content blocks on one poster75- one figure = one message76- avoid dense paragraphs77- body text must remain poster-readable7879If the request violates these constraints, refuse the density request and propose a reduced architecture.8081## Workflow8283### 1. Collect poster context8485Confirm:8687- poster size and orientation88- audience89- source material type90- required figures or logos91- whether the user needs only a brief, or also section copy9293### 2. Choose the package9495Use `## Package Decision Matrix`.9697### 3. Compress the narrative9899Convert the source into:100101- one central message102- one methods summary103- `2-3` strongest results104- one clear conclusion105106Do not preserve every subsection from the manuscript.107108### 4. Plan the figures109110For each figure:111112- define one message only113- keep labels minimal114- assign where it belongs in the poster flow115- define whether it needs a caption or only a headline116117### 5. Assemble the writing package118119Return:120121- poster brief122- section order123- section copy limits124- figure plan125- LaTeX asset recommendation from `assets/`126127## Refusal and Recovery Contract128129If the user asks for an unreadable or off-scope poster, respond with:130131```text132Cannot produce a readable poster plan as requested.133Reason: <too much content / unsupported non-LaTeX workflow / missing source information>134Suggested recovery:135- <step 1>136- <step 2>137```138139Use this when:140141- the user wants tiny-font dense content142- the user wants a non-LaTeX-native deliverable143- the source is too incomplete to plan poster copy144145## Asset Usage146147Bundled assets:148149- `assets/beamerposter_template.tex`150- `assets/tikzposter_template.tex`151- `assets/baposter_template.tex`152- `assets/poster_quality_checklist.md`153154Use these assets as the implementation anchor. Do **not** reference nonexistent local scripts.155156## Academic Writing Rules157158- keep the tone neutral and conference-appropriate159- prefer short declarative statements over abstract-like paragraphs160- results language must stay grounded in source evidence161- captions should interpret the figure's role, not repeat every numeric detail162163## Final Quality Checklist164165Before returning:166167- package choice is explicit168- section order is clear169- word budget is realistic170- figure plan is readable171- no fake script requirement appears172- no impossible density request is accepted