> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/latex/zh-cn/wen-da/18-how-can-i-make-powerpoint-like-presentation-in-latex.md).

# 如何在 LaTeX 中制作类似 PowerPoint 的演示文稿？

## beamer 宏包

使用 LaTeX 制作演示文稿的一个流行选择是 [`beamer` 宏包](https://ctan.org/pkg/beamer?lang=en)，它通过 [额外主题和附加宏包](https://ctan.org/topic/presentation).

要开始使用 beamer，你可以试试以下其中一种：

* Overleaf 的 [beamer 简介](/latex/zh-cn/yan-shi-wen-gao/01-beamer.md);
* [我们免费在线 LaTeX 课程的第 3 部分](/latex/zh-cn/geng-duo-zhu-ti/15-free-online-introduction-to-latex-part-3.md);
* a [我们图库中列出的演示文稿模板](https://www.overleaf.com/gallery/tagged/presentation).

## powerdot 宏包

制作演示文稿的另一种方式是 [`powerdot` 宏包](https://ctan.org/pkg/powerdot) 它使用更传统的 DVI 到 PostScript/PDF 的输出工作流程——例如，请参见这篇 [关于……的 Overleaf 文章 `powerdot`](/latex/zh-cn/yan-shi-wen-gao/02-powerdot.md)。要编译 `powerdot` 项目，Overleaf 编译器必须设置为 **LaTeX**，如下图所示：

![如何将 Overleaf 编译器设置为 LaTeX](/files/b71bcdb22ada5368e74d1126f2bd138d572123bd)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://overleaf-pro.ayaka.space/latex/zh-cn/wen-da/18-how-can-i-make-powerpoint-like-presentation-in-latex.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
