> 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/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://ayakaleaf-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.
