技能 latex-posters
🖼️

latex-posters

安全 ⚡ 包含腳本📁 檔案系統存取

使用 LaTeX 製作科學研究海報

也可從以下取得: davila7

研究海報是會議中科學交流的關鍵形式。本技能提供使用 beamerposter、tikzposter、baposter 等 LaTeX 套件製作專業研究海報的完整指南。可產生具出版品質的海報,包含正確的版面配置、字體排印與視覺層級。

支援: Claude Codex Code(CC)
🥈 79 白銀
1

下載技能 ZIP

2

在 Claude 中上傳

前往 設定 → 功能 → 技能 → 上傳技能

3

開啟並開始使用

測試它

正在使用「latex-posters」。 Create a 3-column A0 portrait research poster template for a machine learning conference using baposter.

預期結果:

  • 完整的 baposter LaTeX 範本,包含 3 欄配置
  • A0 紙張尺寸設定(2384x3370 points)
  • 佔位段落:Introduction、Methods、Results、Conclusions
  • 使用 pdflatex 編譯的指令片段

正在使用「latex-posters」。 What font sizes should I use for different poster elements?

預期結果:

  • 標題:72-120pt,10+ 英尺可見
  • 段落標題:48-72pt,提升可讀性
  • 本文:24-36pt,適合 4-6 英尺觀看
  • 圖說:18-24pt,支援性文字
  • 為清晰度使用無襯線字體(Arial、Helvetica)

正在使用「latex-posters」。 How do I ensure my poster prints correctly? What should I check before submission?

預期結果:

  • 確認頁面尺寸與會議要求完全一致
  • 使用 pdffonts 指令檢查所有字體皆內嵌
  • 確認影像至少 300 DPI 以符合印刷品質
  • 測試色彩對比符合 WCAG 無障礙標準
  • 若檔案超過 50MB,提交前先縮小

安全審計

安全
v4 • 1/17/2026

All 686 static findings are false positives. The scanner misidentified LaTeX font formatting commands (\bf, \sf, \LARGE) as cryptographic algorithms and markdown code examples as shell execution. The single shell script (scripts/review_poster.sh) only performs read-only PDF quality checks using standard command-line tools.

13
已掃描檔案
6,378
分析行數
2
發現項
4
審計總數

風險因素

⚡ 包含腳本 (1)
📁 檔案系統存取 (1)
審計者: claude 查看審計歷史 →

品質評分

82
架構
100
可維護性
87
內容
22
社群
100
安全
74
規範符合性

你能建構什麼

會議海報製作

為學術會議準備具專業格式與版面的研究海報。

科學傳播

製作具出版品質的海報,用於研討會與校內活動的研究成果呈現。

範本標準化

為團隊成員建立一致的海報範本,包含機構品牌與規範。

試試這些提示

基本海報設定
Help me create a research poster using LaTeX. I need a template for a [size: A0/A1/36x48] [orientation: portrait/landscape] poster for a [field] conference. Include sections for introduction, methods, results, and conclusions.
套件選擇
Which LaTeX poster package should I use for [specific use case: modern colorful design/traditional academic style/structured multi-column layout]? Compare beamerposter, tikzposter, and baposter with their advantages.
設計客製化
Help me customize my poster with specific [color scheme] and [font selection]. I want to match my institution's branding and ensure color-blind accessibility. What color palettes and font sizes work best?
品質驗證
Review my generated poster PDF for quality. Check page dimensions, font embedding, image resolution, and identify any issues that might affect printing. Provide a checklist for final review.

最佳實務

  • 使用高對比、色盲友善的配色,並以無障礙檢查工具測試
  • 加入連結到論文、程式碼與補充資料的 QR code
  • 以 25% 比例輸出檢視,模擬典型會議觀看距離

避免

  • 文字過度擁擠——總字數控制在 300-800 字以利掃讀
  • 使用紅綠配色,對色盲觀眾不可及
  • 跳過 PDF 品質檢查——列印前務必確認字體內嵌與影像解析度

常見問題

我該選哪一個 LaTeX 海報套件?
熟悉 Beamer 者選 beamerposter,想要現代設計選 tikzposter,需要結構化版面選 baposter。
海報本文最小字級是多少?
本文至少使用 24pt 以便從 4-6 英尺可讀;標題應為 72-120pt。
支援哪些海報尺寸?
常見尺寸包含 A0(841x1189mm)、A1(594x841mm),以及北美會議常用的 36x48 英吋。
如何在海報中加入 QR code?
使用 \usepackage{qrcode} 和 \qrcode[height=2cm]{https://your-link} 來加入可掃描 QR code。
如何檢查 PDF 是否內嵌字體?
執行 pdffonts poster.pdf,確認 embedded 欄位皆為 'yes'。
需要多少影像解析度?
最終印刷尺寸至少 300 DPI。A0 寬度(33.1 英吋)建議至少 9930 像素。