> 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/geng-duo-zhu-ti/15-free-online-introduction-to-latex-part-3.md).

# LaTeX 在线免费入门（第3部分）

[第1部分](/latex/zh-cn/geng-duo-zhu-ti/13-free-online-introduction-to-latex-part-1.md) | [第2部分](/latex/zh-cn/geng-duo-zhu-ti/14-free-online-introduction-to-latex-part-2.md) | 第 3 部分

## 第 3 部分：不只是论文：演示与更多

欢迎来到我们帮助你学习 LaTeX 的免费在线课程第三部分。本部分包括对 LaTeX 基础知识的快速回顾，内容见于 [第一部分](/latex/zh-cn/geng-duo-zhu-ti/13-free-online-introduction-to-latex-part-1.md) 和 [第二部分](/latex/zh-cn/geng-duo-zhu-ti/14-free-online-introduction-to-latex-part-2.md) 课程中，但如果你是 LaTeX 新手，建议你完整学习这些部分。

在本课程的这一部分，我们将介绍一些更高级的 LaTeX 宏包，即：

* 使用 Beamer 制作 LaTeX 演示文稿
* 使用 TikZ 在 LaTeX 中绘图
* 使用 todonotes 进行修订跟踪和注释

让我们开始吧！

这些幻灯片也已 [翻译成法语](http://jdleesmiller.github.io/latex-course/fr/part3.pdf) （感谢 Yannis Haralambous），并且 [翻译成了其他几种语言](https://github.com/jdleesmiller/latex-course#translations).

你可以 [下载 PDF](https://www.overleaf.com/latex/learn/free-online-introduction-to-latex-part-3.pdf) 或浏览下面的幻灯片：

{% embed url="<https://docs.google.com/viewer?url=https://www.overleaf.com/latex/learn/free-online-introduction-to-latex-part-3.pdf&embedded=true>" %}

我们希望你在我们的课程中愉快地学习了 LaTeX。准备开始写作了吗？ [注册 Overleaf](https://www.overleaf.com/signup)——这是编写并协作开展新 LaTeX 项目的最简单方式！想找些灵感吗？看看 [Overleaf 上提供的许多示例](https://www.overleaf.com/latex/examples) 以获取关于使用……可以实现什么的灵感 $$\mathrm \LaTeX$$!

在为你的 LaTeX 课程寻找幻灯片吗？这些幻灯片是 [开源的](https://github.com/jdleesmiller/latex-course) 并采用宽松许可证（MIT），因此你可以自由改编它们用于你自己的课程。祝使用愉快！ :)


---

# 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/geng-duo-zhu-ti/15-free-online-introduction-to-latex-part-3.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.
