scientific-skills/pptx-posters/assets/poster_quality_checklist.md
Use this comprehensive checklist before printing or presenting your research poster.
Run in terminal: grep -i "warning\|overfull\|underfull" poster.log
Run: ./scripts/review_poster.sh poster.pdf or manually verify:
pdfinfo poster.pdf | grep "Page size"
pdffonts poster.pdf
pdfimages -list poster.pdf
ls -lh poster.pdf
Print poster at 25% scale:
From 6 feet (2 meters):
From 4 feet (1.2 meters):
From 2 feet (0.6 meters):
Test at: https://webaim.org/resources/contrastchecker/
Test with simulator: https://www.color-blindness.com/coblis-color-blindness-simulator/
Show poster to colleague for 30 seconds, then ask:
Ask colleague to read poster (5 minutes), then ask:
LastName_Conference_Poster.pdfIf presenting digitally or sharing online:
Date: ________________
Poster Title: _______________________________________________
Conference: _______________________________________________
Reviewed by: _______________________________________________
All critical items checked: [ ]
Ready for printing: [ ]
Ready for presentation: [ ]
Notes/Issues to address:
| Issue | Quick Fix |
|---|---|
| Large white margins | Reduce margin in documentclass: margin=5mm |
| Text too small | Increase scale: scale=1.5 in beamerposter |
| Blurry figures | Use vector graphics (PDF) or higher resolution (600+ DPI) |
| Colors wrong | Check RGB vs CMYK, test print before final |
| Fonts not embedded | Compile with: pdflatex -dEmbedAllFonts=true |
| Content cut off | Check total width: columns + spacing + margins = pagewidth |
| QR codes don't scan | Increase size (min 2×2cm), ensure high contrast |
| File too large | Compress: gs -sDEVICE=pdfwrite -dPDFSETTINGS=/printer ... |
Version 1.0 - For use with LaTeX poster packages (beamerposter, tikzposter, baposter)