> 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/zhi-shi-ku/030-copying-a-project.md).

# 复制项目

本文介绍了复制 Overleaf 项目的两种方法，并列出了 Overleaf 对已复制项目应用的默认设置。

## 如何复制项目（方法 1）

按照以下步骤复制项目：

1. 在项目列表页面（视图）中，找到你想复制的项目：

![ProjectListView2.jpg](/files/6499c6c92f8b2be9adb397525c6f1fb553e5f1dd)

4. 选中项目标题左侧的小复选框。一个标有 **更多** 的按钮将会出现。
5. 选择 **更多** 按钮以显示下拉菜单，然后选择 **制作副本**:

![CopyProject.jpg](/files/9c02480df084d607b682e6af59c0e6bd0b1d7d4d)

9. 使用 **复制项目** 弹出窗口中为复制的项目命名（系统会建议一个默认名称）：

![CopyProjectModal2.jpg](/files/c728ec61f8ac3e2f98315ee286da8cf4ab86813c)

12. 为项目命名后，选择 **复制** 将复制的项目添加到你的项目列表中：

![CopyProjectModalNamedProjectCopiedInList.jpg](/files/b2e6c0fb50a20570c3bfc587336b20b9c47a763f)

## 如何复制项目（方法 2）

使用 Overleaf **菜单** 来复制当前项目：

1. 打开你想复制的项目。
2. 选择 **菜单** 按钮。
3. 选择 **复制项目**:

![CopyProjectViaMenu.jpg](/files/bac921c98cb193a44ada4d2d533251479131477b)

6. 使用 **复制项目** 弹出窗口中为复制的项目命名（系统会建议一个默认名称）：

![CopyProjectModal2.jpg](/files/c728ec61f8ac3e2f98315ee286da8cf4ab86813c)

9. 为项目命名后，选择 **复制** 以自动打开复制的项目。

## 已复制项目的默认设置

Overleaf 会对现有项目的副本应用以下设置：

* 复制出的项目将归创建该副本的人所有，即使原始项目由另一位用户拥有并共享。
* 原始项目中的协作者不会转移到副本中。
* 复制项目中的链接共享将被关闭。
* 复制项目中的历史记录、修订、更改、评论和聊天将为空。
* 原始项目中应用的标签会从副本中移除。
* 复制的项目将使用 Overleaf 最新版本的 TeX Live。

### 关于复制项目所使用的 TeX Live 版本的说明

复制较旧项目时，总会存在一小部分风险，即复制后的项目可能无法与 Overleaf 当前最新版本的 TeX Live 正常编译——例如，由于 LaTeX 宏包的变更。复制后的项目可以 [切换为使用较旧版本的 TeX Live](https://www.overleaf.com/blog/new-feature-select-your-tex-live-compiler-version) 通过 **项目菜单** (![Menu.jpg](/files/c68eaf701f44f09c67c27963a36182d88bf37e48)):

![更改 Overleaf 项目中的 LaTeX 编译器](/files/efa58a28fc13be14921e17810f1ba3db9c0d660f)


---

# 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/zhi-shi-ku/030-copying-a-project.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.
