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

# 프로젝트 복사

이 문서는 Overleaf 프로젝트를 복사하는 두 가지 방법을 보여 주고, Overleaf가 복사된 프로젝트에 적용하는 기본 설정을 나열합니다.

## 프로젝트를 복사하는 방법(옵션 1)

프로젝트를 복사하려면 다음 단계를 따르세요:

1. 프로젝트 목록 페이지(보기)에서 복사하려는 프로젝트를 찾습니다:

![ProjectListView2.jpg](/files/f205eab1f89a9d17b396b1d8b9ad4d3cfffd0043)

4. 프로젝트 제목 왼쪽 옆의 작은 체크 박스를 선택합니다. 라벨이 붙은 버튼 **더 보기** 가 나타납니다.
5. 다음을 선택하세요 **더 보기** 버튼을 눌러 드롭다운 메뉴를 표시한 다음, 선택합니다 **복사본 만들기**:

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

9. 다음을 사용하세요 **프로젝트 복사** 복사된 프로젝트의 이름을 지정하는 팝업 창(기본 이름이 제안됩니다):

![CopyProjectModal2.jpg](/files/0663c574b844c174fb3fca73cc2b6d85f0b9094e)

12. 프로젝트 이름을 지정한 후, **복사** 를 눌러 복사된 프로젝트를 프로젝트 목록에 추가합니다:

![CopyProjectModalNamedProjectCopiedInList.jpg](/files/8a9f45d78ae6becabe4f47f6818a681147b802ab)

## 프로젝트를 복사하는 방법(옵션 2)

Overleaf의 **메뉴** 을 사용하여 현재 프로젝트를 복사합니다:

1. 복사하려는 프로젝트를 엽니다.
2. 다음을 선택하세요 **메뉴** 버튼.
3. 선택합니다 **프로젝트 복사**:

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

6. 다음을 사용하세요 **프로젝트 복사** 복사된 프로젝트의 이름을 지정하는 팝업 창(기본 이름이 제안됩니다):

![CopyProjectModal2.jpg](/files/0663c574b844c174fb3fca73cc2b6d85f0b9094e)

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

![Overleaf 프로젝트에서 LaTeX 컴파일러 변경](/files/86e50265581ed80304b8ba22a361a37671340f8e)


---

# 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/ko/knowledge-base/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.
