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

# 複製專案

本文介紹兩種複製 Overleaf 專案的方法，並列出 Overleaf 套用到已複製專案的預設設定。

## 如何複製專案（選項 1）

請依照以下步驟複製專案：

1. 在專案列表頁面（檢視）中，找出您想要複製的專案：

![ProjectListView2.jpg](/files/8f361e26e76e7d789f81725004cb8e825ec42b81)

4. 選取專案標題左側旁邊的小核取方塊。標示為 **更多** 的按鈕將會出現。
5. 選擇 **更多** 的按鈕以顯示下拉式選單，然後選擇 **建立副本**:

![CopyProject.jpg](/files/7f38ea1270a15fb3f67f57d7f22f05c85446c50b)

9. 請使用 **複製專案** 的彈出視窗為複製的專案命名（系統會建議一個預設名稱）：

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

12. 為專案命名後，選擇 **複製** 以將複製的專案新增到您的專案列表：

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

## 如何複製專案（選項 2）

使用 Overleaf **選單** 來複製目前的專案：

1. 開啟您想要複製的專案。
2. 選擇 **選單** 按鈕。
3. 選擇 **複製專案**:

![CopyProjectViaMenu.jpg](/files/11278ef089caeaef5dc2fca90eb45d22da74a821)

6. 請使用 **複製專案** 的彈出視窗為複製的專案命名（系統會建議一個預設名稱）：

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

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/fc7204cf4bc7f584daf1719d4930ccdc49d07c27)):

![在您的 Overleaf 專案中變更 LaTeX 編譯器](/files/ecfc0f588b372683479352fbe1a231ebf9547ba4)


---

# 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/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.
