> 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/13-free-online-introduction-to-latex-part-1.md).

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

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

## 第 1 部分：基础知识

欢迎来到我们免费在线课程的第一部分，帮助你学习 $$\mathrm\LaTeX$$. 如果你以前从未使用过 LaTeX，或者已经有一段时间没用了，想要复习一下，那么这里就是你的起点。本课程将通过可在线完成的交互式练习，带你立刻开始编写 LaTeX，因此你无需在自己的电脑上下载和安装 LaTeX。

在本课程的这一部分，我们将带你了解 LaTeX 的基本工作原理，解释如何入门，并通过大量示例进行讲解。诸如命令、环境和宏包等 LaTeX 核心概念会在出现时逐步介绍。具体来说，我们将涵盖：

* 设置 LaTeX 文档
* 排版文本
* 处理 LaTeX 错误
* 排版公式
* 使用 LaTeX 宏包

在 [第二部分](/latex/zh-cn/geng-duo-zhu-ti/14-free-online-introduction-to-latex-part-2.md) 和 [第三部分](/latex/zh-cn/geng-duo-zhu-ti/15-free-online-introduction-to-latex-part-3.md)，我们将逐步学习如何编写结构清晰、排版精美的文档，包含图表和自动生成的参考文献，然后我们会向你展示如何运用同样的技能，用 beamer 制作专业演示文稿，并用 TikZ 绘制高级图形。让我们开始吧！

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

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

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

希望你喜欢通过我们的课程学习 LaTeX。准备开始编写了吗？ [注册 Overleaf](https://www.overleaf.com/signup)——这是编写并协作你的新 LaTeX 项目的最简单方式！

## 继续学习第 2 部分

在 [第二部分](/latex/zh-cn/geng-duo-zhu-ti/14-free-online-introduction-to-latex-part-2.md) 和 [第三部分](/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://overleaf-pro.ayaka.space/latex/zh-cn/geng-duo-zhu-ti/13-free-online-introduction-to-latex-part-1.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.
