> For the complete documentation index, see [llms.txt](https://ayakaleaf-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://ayakaleaf-pro.ayaka.space/latex/zh-cn/geng-duo-zhu-ti/14-free-online-introduction-to-latex-part-2.md).

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

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

## 第2部分：结构化文档及更多内容

欢迎来到我们免费在线课程的第二部分，帮助你学习 LaTeX。本部分建立在 [第1部分](/latex/zh-cn/geng-duo-zhu-ti/13-free-online-introduction-to-latex-part-1.md)之上，所以如果你以前从未使用过 LaTeX，你可能会想先从 [第1部分中的 LaTeX 基础](/latex/zh-cn/geng-duo-zhu-ti/13-free-online-introduction-to-latex-part-1.md).

在这一部分中，我们将向你展示如何在文档中包含图形、表格和参考文献。幻灯片中包含可供你在 Overleaf 上完成的交互式练习，因此你无需担心在电脑上安装 LaTeX。具体来说，本课程的这一部分涵盖：

* 结构化文档
* 章节、标签和交叉引用
* LaTeX 中的图形和表格
* 使用 BibTeX 自动生成参考文献
* 实用的 LaTeX 宏包和在线资源

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

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

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

## 继续进入第3部分

在 [第3部分](/latex/zh-cn/geng-duo-zhu-ti/15-free-online-introduction-to-latex-part-3.md)，我们将看到如何运用同样的技能，使用 beamer 制作专业演示文稿，并用 TikZ 进行高级绘图。让我们开始吧！

在为你的 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://ayakaleaf-pro.ayaka.space/latex/zh-cn/geng-duo-zhu-ti/14-free-online-introduction-to-latex-part-2.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.
