> 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/155-what-packages-do-you-support.md).

# 어떤 패키지를 지원하나요?

우리는 사용합니다 [TeX Live](http://www.tug.org/texlive/) 새 프로젝트와 기존 프로젝트의 복사본에는 2024를 사용하며, 여기에는 약 4000개의 패키지가 포함됩니다. 예를 들면:

* \~를 사용한 그림 [pstricks](https://en.wikipedia.org/wiki/PSTricks) 및 [TikZ](http://en.wikipedia.org/wiki/PGF/TikZ). 다음은 [몇 가지 예시입니다](https://www.overleaf.com/latex/examples/tagged/tikz).
* \~를 사용한 참고문헌 [bibtex](http://www.bibtex.org/) 및 [biblatex](http://www.ctan.org/pkg/biblatex). 다음은 [몇 가지 예시입니다](https://www.overleaf.com/gallery/tagged/bibliography).
* 패키지, 예를 들면 `fontspec` 유니코드 및 글꼴 지원을 위해 XeLaTeX 또는 LuaLaTeX가 필요한.

자세한 내용은 다음을 참조하세요: [이 블로그 글](https://www.overleaf.com/blog/tex-live-2024-is-now-available).

기존 프로젝트는 프로젝트가 생성될 당시의 최신 TeX Live 이미지를 계속 사용합니다. 이는 향후 패키지 업데이트로 인해 발생할 수 있는 비호환성과 같은 부정적인 영향을 방지합니다.

기존 프로젝트에서 사용하는 TeX Live 버전을 업데이트하려면 다음을 할 수 있습니다. [해당 프로젝트의 복사본을 만들면](/latex/ko/knowledge-base/030-copying-a-project.md) 복사된 프로젝트가 Overleaf의 가장 최근 TeX Live 버전을 자동으로 사용하도록 업데이트됩니다. 또는 복제된(복사된) 프로젝트를 수동으로 다음과 같이 구성할 수 있습니다. [다른 버전의 TeX Live를 사용하도록](https://www.overleaf.com/blog/new-feature-select-your-tex-live-compiler-version).

또한 다음을 업로드할 수 있습니다. `.sty` 및 `.cls` 다른 패키지의 파일을, 예를 들어 다음에서 가져온 파일들을 [CTAN](http://ctan.org).


---

# 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/155-what-packages-do-you-support.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.
