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

# プロジェクトをコピーする

この記事では、Overleafプロジェクトをコピーする2つの方法を示し、コピーしたプロジェクトにOverleafが適用する既定の設定を一覧で紹介します。

## プロジェクトのコピー方法（方法1）

プロジェクトをコピーするには、次の手順に従ってください。

1. プロジェクト一覧ページ（表示）で、コピーしたいプロジェクトを見つけます。

![ProjectListView2.jpg](/files/46f9d98c192f81526f92cd292414562726fd822a)

4. プロジェクトのタイトルの左横にある小さなチェックボックスを選択します。ラベルが付いたボタン **その他** が表示されます。
5. を選択します **その他** ボタンをクリックしてドロップダウンメニューを表示し、次に **コピーを作成**:

![CopyProject.jpg](/files/a0061a0a4d8ca8bbdf6437a8c6450de26a5bf25f)

9. 次の **プロジェクトをコピー** コピーしたプロジェクト名を入力するポップアップウィンドウ（既定の名前が提案されます）:

![CopyProjectModal2.jpg](/files/20d2d26f4d62d918c104876690d1fb7fa3ae076d)

12. プロジェクトに名前を付けたら、 **コピー** を選択して、コピーしたプロジェクトをプロジェクト一覧に追加します。

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

## プロジェクトのコピー方法（方法2）

Overleafの **メニュー** を使って、現在のプロジェクトをコピーします。

1. コピーしたいプロジェクトを開きます。
2. を選択します **メニュー** ボタン。
3. 選択します **プロジェクトをコピー**:

![CopyProjectViaMenu.jpg](/files/832c46ab2f662cd7039e2617e5ae43f370f86950)

6. 次の **プロジェクトをコピー** コピーしたプロジェクト名を入力するポップアップウィンドウ（既定の名前が提案されます）:

![CopyProjectModal2.jpg](/files/20d2d26f4d62d918c104876690d1fb7fa3ae076d)

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/21a234aad7adc7c4d715d1024879f62f8b343a51)):

![OverleafプロジェクトでのLaTeXコンパイラの変更](/files/fdce1e76e1efdabd6421b8f5efeb30998f989d45)


---

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