> 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/texlive/ko/texlive.md).

# TeXLive

[TeX Live](https://www.tug.org/texlive/) 는 다음이 발행하는 자유 소프트웨어 배포판입니다 [TeX Users Group](https://www.tug.org/) 매년. 이는 LaTeX 패키지, 글꼴, TeX 엔진, 그리고 모든 표준 운영 체제에서 LaTeX 기반 조판을 지원하는 데 필요한 수많은 소프트웨어 도구를 제공합니다.

TeX Live는 Overleaf의 중요한 구성 요소입니다. 우리 서버가 이를 사용해 여러분의 LaTeX 코드를 컴파일하고 실시간 PDF 미리보기를 생성하기 때문입니다. 또한 각 TeX Live 릴리스에 포함된 5,000개 이상의 LaTeX 패키지에 Overleaf 사용자들이 쉽게 접근할 수 있게 해줍니다.

Overleaf의 서버가 이전 TeX Live 릴리스에 대한 접근을 제공하므로, 프로젝트를 컴파일할 때 최신 버전의 TeX Live만 사용해야 하는 것은 아닙니다. 예를 들어 패키지 호환성 문제 때문에 프로젝트를 더 이른 버전의 TeX Live로 쉽게 전환할 수 있습니다.<br>


---

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