> 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/zhi-shi-ku/031-creating-a-document-in-overleaf.md).

# 在 Overleaf 中建立文件

## 簡介

Overleaf 是一個很棒的線上 LaTeX 編輯工具，可讓您直接在網頁瀏覽器中建立 LaTeX 文件。本文說明如何在 Overleaf 中建立新專案，無論是從零開始、上傳自己的檔案，或使用眾多可用範本之一。

| <ul><li>要開始使用 Overleaf，請前往 <a href="https://www.overleaf.com/signup">[www.overleaf.com](http://www.overleaf.com)</a>.</li><li>如果您還沒有帳號，請在下方對應的欄位中輸入您的電子郵件地址並設定密碼 <em>立即開始</em>，點選 <em>註冊</em> ，就這樣，您會被重新導向至專案管理頁面，系統將引導您了解如何建立新專案。</li></ul> | EOnyGQAibFZa |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ |

|                                                           |                                                                 |
| --------------------------------------------------------- | --------------------------------------------------------------- |
| 如果您已經有帳號，請點選 ***登入*** 右上角的，然後輸入您的電子郵件和密碼，並點選 ***登入*** 按鈕。 | ![V2login.png](/files/41ab9751c139b7a6445bf2436e4fae86bba28b14) |

|                            |                                                                       |
| -------------------------- | --------------------------------------------------------------------- |
| 登入後，您應該會看到 Overleaf 專案管理頁面 | ![V2projectdash.png](/files/69cd61ae8ba18cd66dd78874af650988e9b91882) |

## 建立新專案

|                                              |                                                                       |
| -------------------------------------------- | --------------------------------------------------------------------- |
| 若要從零開始建立新專案，請在主頁面點選 ***新專案*** 按鈕，您會看到下一個下拉選單 | ![V2createblank.png](/files/c16ccc8f98a2f7828380fa38d567611ea13ce347) |

|                                                      |                                                                       |
| ---------------------------------------------------- | --------------------------------------------------------------------- |
| 然後點選 ***空白專案***。會開啟一個方框，您應在其中輸入新專案的名稱，然後點選 ***建立***. | ![V2nameproject.png](/files/3eea1e4d7d7fc9ebad6d78d01f8fb1c8471820d0) |

|                |                                                                        |
| -------------- | ---------------------------------------------------------------------- |
| 之後您將被重新導向至編輯器。 | ![V2blankproject.png](/files/0456e219ee7f8d6e71c67e5b970dea2f6cb03778) |

在那裡會建立一份新文件，並已填入一些基本資訊。您現在可以開始編輯您的 .tex 檔案，若要查看變更請點選 ***重新編譯***。若要進一步了解如何建立基本的 LaTeX 文件，請參閱 [在 LaTeX 中建立文件](/latex/zh-tw/latex-ji-chu/01-learn-latex-in-30-minutes.md).

|                                                                                                                                                    |                                                                          |
| -------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ |
| 另一種從零開始建立新專案的方法，是使用範例專案。在專案管理頁面點選按鈕 ***新專案*** （本節第一張圖），然後在下拉選單中點選 ***範例專案***，您會看到一個文字方塊，請在其中輸入新專案的名稱（本節第二張圖），現在點選 ***建立*** ，您將被重新導向至編輯器，範例文件會隨即開啟。 | ![V2exampleproject.png](/files/4a595ba87744cf695654e5aa1b4ade8e6d84fa59) |

這份範例文件包含一個位於浮動元素中的圖片，以及一個基本的參考文獻檔案。若要進一步了解這些主題，請參閱 [延伸閱讀](#further-reading) 區段中的連結。

## 快速指南

* **建立新空白專案的快速指南：**

在專案管理頁面點選 ***新專案 => 空白專案***，輸入專案名稱，然後點選 ***建立***.

* **根據範例建立新專案的快速指南：**

在專案管理頁面點選 ***新專案 => 範例專案***，輸入專案名稱，然後點選 ***建立***.

## 延伸閱讀

* [在 LaTeX 中建立文件](/latex/zh-tw/latex-ji-chu/01-learn-latex-in-30-minutes.md)
* [插入圖片](/latex/zh-tw/geng-duo-zhu-ti/27-inserting-images.md)
* [LaTeX 中的參考文獻管理](/latex/zh-tw/geng-duo-zhu-ti/05-bibliography-management-in-latex.md)


---

# 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/zhi-shi-ku/031-creating-a-document-in-overleaf.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.
