Beamer (LaTeX)
Beamer 是一個用於建立演示文稿 LaTeX 的文件類。它同時支援 LaTeX + dvips、pdfLaTeX、LuaLaTeX 以及 XeLaTeX。它的名稱取自德語詞彙 Beamer(pseudo-anglicism),意思是影像演示。
Beamer 文件類並不是最早開發出的 LaTeX 演示文稿工具。2003 年 2 月,Till Tantau 為其博士論文答辯編寫了 beamer 包,並於一個月之後發布在 CTAN 上。
作為 LaTeX 的一個文件類,Beamer 文件和 LaTeX 文件一樣都是純文字檔案。且 beamer 相容 LaTeX 常見的命令,和其他宏包的相容性良好。當然也有支援 Beamer 語法的圖形介面,如 AUCTEX 和 LyX。
Beamer 也可以通過使用相容包來支援其他 LaTeX 演示文稿宏包的語法,包括 Prosper 和 Foils。
Beamer 預設生成 PDF 檔案用於演示,其動態效果依靠建立多頁幻燈片實現。若要列印出每張幻燈片的最終效果用於分發給聽眾,需開啟handout 選項;想要在一張紙上列印多頁幻燈片,需要用 pgfpages 宏包;也可以輸出適合印刷在 A4 或者標準信紙上的文件效果。'frame' 的標題將變為段落的標題,不再包括原有的外觀主題,同時保證了原有章節結構不被破壞——這就可以方便的輸出演講的提綱。
Beamer 的一些功能是依賴於 PGF 的。
Beamer的hello, world
\documentclass{beamer} %使用beamer文档类
\begin{document}
\begin{frame} %frame:新建一个幻灯片
hello, world
\end{frame}
\end{document}
另見
- Powerdot – a LaTeX class for making professional-looking presentation slides
- Prosper – a LaTeX class for writing transparencies
外部連結
維基教科書中的相關電子教學:Presentations
- Beamer home page(頁面存檔備份,存於網際網路檔案館)
- beamerposter – a beamer extension for scientific conference posters in DIN-A0 size or bigger(頁面存檔備份,存於網際網路檔案館)
- Till Tantau, Joseph Wright, Vedran Miletić (2013) User's guide(頁面存檔備份,存於網際網路檔案館) – from www.ctan.orgArchive.is的存檔,存檔日期2012-12-09
- Beamer Theme Matrix(頁面存檔備份,存於網際網路檔案館)
- wiki2beamer: Tool to create Beamer presentations from a wiki-like syntax(頁面存檔備份,存於網際網路檔案館)
- Dohmen, Klaus (2010) Dual Screen Presentations with the LaTeX Beamer Class under X(頁面存檔備份,存於網際網路檔案館) – from The PracTeX Journal(頁面存檔備份,存於網際網路檔案館)
- Beamer2Thesis – a beamer extension for presenting a thesis(頁面存檔備份,存於網際網路檔案館)
教程
- Introduction to Beamer – How to make a presentation(頁面存檔備份,存於網際網路檔案館)
- A tutorial with examples on the usage of Beamer Latex class(頁面存檔備份,存於網際網路檔案館)
- Another tutorial
- Beamer by Example from PracTEX Journal, many examples of both TeX source and formatted output(頁面存檔備份,存於網際網路檔案館)
- Introduction to beamer on wikibooks(頁面存檔備份,存於網際網路檔案館)
- A presentation using the LaTeX Beamer class (short guide – samples)
- ^ Release 3.63. 2021年5月26日 [2021年6月10日].
- ^ Release 3.71. 2024年1月6日 [2024年1月19日].