> 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/136-track-changes-in-overleaf.md).

# Overleaf에서 변경 사항 추적하기

## 소개

**변경 내용 추적** 은(는) [프리미엄 기능입니다](/latex/ko/knowledge-base/120-overleaf-premium-features.md)입니다. Overleaf 프리미엄 기능은 다음 참가자에게 제공됩니다 [Overleaf Commons](https://www.overleaf.com/for/universities)의 그룹 [구독](https://www.overleaf.com/for/groups)의 소유자 및 [구독](https://www.overleaf.com/user/subscription/plans). 이 프리미엄 기능이 있는 Overleaf 계정이 소유한 프로젝트에 초대된 모든 공동 작업자는 해당 프로젝트에서 변경 내용 추적을 사용할 수 있습니다. 변경 내용 추적 기능은 Personal 요금제에서는 사용할 수 없습니다.

이 문서에서는 변경 내용 추적을 사용하는 방법을 보여줍니다. 변경 내용 추적을 사용하면 일부 또는 모든 공동 저자나 검토 또는 교정을 요청한 사람이 가한 변경 사항을 확인할 수 있습니다. 한눈에 수정 사항을 볼 수 있으며, 그에 대해 댓글을 달아 추가 변경을 제안하거나, 설명을 요청하거나, 출처를 요구하는 등 여러 가지를 할 수 있습니다.

변경 내용 추적 및/또는 댓글을 사용하여 공동 저자의 수정 사항과 기여를 바탕으로 추가로 필요한 작업을 스스로 상기할 수 있습니다. 댓글에는 답글을 달거나, 해결(보관)하거나, 영구적으로 삭제할 수 있습니다. 관련 문서는 [Overleaf LaTeX 프로젝트에서 댓글을 다는 방법](/latex/ko/knowledge-base/074-how-to-make-comments-in-an-overleaf-latex-project.md) 에서 Overleaf의 댓글 기능 사용 방법을 보여 주는 몇 가지 동영상 클립을 확인하세요.

## 변경 내용 추적 사용하기

검토 모드로 전환하면 변경 내용 추적에 액세스할 수 있습니다. 모드를 전환하려면 Overleaf 편집기 오른쪽 상단의 아이콘을 클릭한 다음 나타나는 옵션에서 선택하세요.

* 편집 권한이 있으면 편집과 검토 사이를 전환할 수 있습니다.
* 검토 또는 보기 권한만 있는 경우 모드를 변경할 수 없습니다.

![Overleaf에서 편집 모드를 변경하는 방법을 보여 주는 이미지](/files/5740be6e974fa29cb2ab752049bca7a05fce9880)

## 어떤 사람의 변경 사항이 추적될지 설정하기

다른 공동 작업자의 변경 사항이 반드시 추적되게 하려면 프로젝트 소유자가 해당 사용자의 [공유 권한](/latex/ko/knowledge-base/126-reviewing-and-reviewers-on-overleaf.md).

## 모든 추적된 변경 사항을 수락하거나 거부하는 방법

문서의 일부 또는 전체에 포함된 모든 추적된 변경 사항을 수락(또는 거부)하려면 다음 단계를 따르세요.

1. 수락하거나 거부하려는 추적된 변경 사항이 포함된 텍스트 섹션을 선택합니다. 추적된 변경 사항을 수락하거나 거부하려면 *모든* 전체 문서 텍스트를 선택하세요. `ctrl+A` (Windows) 또는 `cmd+A` (Mac).
2. 텍스트를 선택한 후에는 다음과 같은 옵션이 나타납니다 **선택한 변경 사항 수락** 또는 **선택한 변경 사항 거부** 다음 예시 스크린샷에 표시된 것처럼 나타납니다:

![추적된 변경 사항을 수락하거나 거부하는 방법을 보여 주는 이미지](/files/bbd827b8883e8b8ba2e2fe228b00a597d47eaddd)

4. 에서 선택할 수 있습니다. **선택한 변경 사항 수락** 또는 **선택한 변경 사항 거부** 팝업 창을 표시하여 선택을 확인하거나 취소하라는 메시지가 나타나도록

* **참고:** 프로젝트의 복사본을 만들면 모든 추적된 변경 사항이 복사본에 자동으로 적용됩니다.


---

# 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/136-track-changes-in-overleaf.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.
