> 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/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/bd0254866e77d4c8786b51fb2ee926fbe3da28d7) |

|                            |                                                                       |
| -------------------------- | --------------------------------------------------------------------- |
| 登录后，你应该会看到 Overleaf 项目管理页面 | ![V2projectdash.png](/files/3288de4605fd2df73b39b6f7745492d07dfb133d) |

## 开始一个新项目

|                                              |                                                                       |
| -------------------------------------------- | --------------------------------------------------------------------- |
| 要从零开始创建新项目，请在主页上点击 ***新建项目*** 按钮，你将看到下面的下拉菜单 | ![V2createblank.png](/files/0a88fcd66bce79618c87c31899d7f43f61351efd) |

|                                                    |                                                                       |
| -------------------------------------------------- | --------------------------------------------------------------------- |
| 然后点击 ***空白项目***。将会打开一个框，在其中输入新项目的名称，然后点击 ***创建***. | ![V2nameproject.png](/files/4adea5a6608b458e089b933b82c1e1dd734fe16f) |

|               |                                                                        |
| ------------- | ---------------------------------------------------------------------- |
| 之后你将被重定向到编辑器。 | ![V2blankproject.png](/files/9d78ebce96ff1e608bdaa7af7c83828c30a2a135) |

在那里，系统会创建一个包含一些已填写基本信息的新文档。你现在可以开始编辑你的 .tex 文件了，要查看更改请点击 ***重新编译***。有关如何创建基本 LaTeX 文档的更多信息，请参见 [在 LaTeX 中创建文档](/latex/zh-cn/latex-ji-chu/01-learn-latex-in-30-minutes.md).

|                                                                                                                                                            |                                                                          |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ |
| 从零开始创建新项目的另一种方法是使用示例项目。在项目管理页面点击按钮 ***新建项目*** （本节中的第一张图片），然后在下拉菜单中点击 ***示例项目***，你会看到一个文本框，在其中输入新项目的名称（本节中的第二张图片），现在点击 ***创建*** ，然后你将被重定向到编辑器，在那里会打开一个示例文档。 | ![V2exampleproject.png](/files/b1ce17e32953e318559194a2be32c97eeaf0fd50) |

此示例文档包含一个浮动元素中的图像和一个基本的参考文献文件。要了解有关这些主题的更多信息，请参见 [进一步阅读](#further-reading) 部分中的链接。

## 快速指南

* **创建新空白项目的快速指南：**

在项目管理页面点击 ***新建项目 => 空白项目***，输入项目名称，然后点击 ***创建***.

* **通过示例创建新项目的快速指南：**

在项目管理页面点击 ***新建项目 => 示例项目***，输入项目名称，然后点击 ***创建***.

## 延伸阅读

* [在 LaTeX 中创建文档](/latex/zh-cn/latex-ji-chu/01-learn-latex-in-30-minutes.md)
* [插入图片](/latex/zh-cn/geng-duo-zhu-ti/27-inserting-images.md)
* [LaTeX 中的参考文献管理](/latex/zh-cn/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://ayakaleaf-pro.ayaka.space/latex/zh-cn/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.
