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

# LaTeX 線上免費入門（第 2 部分）

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

## 第 2 部分：結構化文件與更多內容

歡迎來到我們免費線上課程的第二部分，幫助你學習 LaTeX。本部分建立在 [第一部分](/latex/zh-tw/geng-duo-zhu-ti/13-free-online-introduction-to-latex-part-1.md)之上，因此如果你從未使用過 LaTeX，建議你先從 [第一部分中的 LaTeX 基礎](/latex/zh-tw/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 部分

在 [第三部分](/latex/zh-tw/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-tw/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.
