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

# 소개

LaTeX 표를 만드는 데 어려움을 겪고 계신가요? 그림 서식 지정에 도움이 필요하신가요? 바로 여기가 맞는 곳입니다. LaTeX 기초부터 고급 기법까지, Overleaf가 도와드립니다.

## LaTeX 소개

새로운 [온라인 LaTeX 강좌](https://learn.overleaf.com/path/novice-learning-path) 의 완전 초보자를 위해 설계된 [Overleaf 학습 센터](https://learn.overleaf.com).

Overleaf 및 기타 주제를 다루는 무료 라이브 웨비나에 등록하세요 — 저희의 [라이브 이벤트 캘린더](https://learn.overleaf.com/calendar) 에서 시작해 보세요.

참고 [Overleaf의 문서](https://docs.overleaf.com/) 추가 [튜토리얼 추천](https://docs.overleaf.com/getting-started/latex-tutorials).

## Overleaf 가이드

* [Overleaf 사용자 문서](https://docs.overleaf.com/)
* [Overleaf 그룹 관리](https://docs.overleaf.com/groups)
* [Overleaf Commons 관리](https://docs.overleaf.com/commons)
* [Overleaf 온프레미스](https://docs.overleaf.com/on-premises)
* [Overleaf 학습 센터](https://learn.overleaf.com/)

## LaTeX 핵심 요소

저희의 [LaTeX 주제의 종합 목록](https://www.overleaf.com/learn/latex/Contents). 저희 컬렉션에서 가장 인기 있는 페이지 몇 가지는 다음과 같습니다:

* [표](/latex/ko/figures-and-tables/01-tables.md)
* [이미지와 표 배치](/latex/ko/figures-and-tables/02-positioning-images-and-tables.md)
* [텍스트 정렬](/latex/ko/formatting/06-text-alignment.md)
* [그리스 문자와 수학 기호 목록](/latex/ko/mathematics/11-list-of-greek-letters-and-math-symbols.md)
* [목록](/latex/ko/latex/04-lists.md)
* [오류](/latex/ko/latex/05-errors.md)
* [LaTeX에서 색상 사용](/latex/ko/formatting/13-using-colors-in-latex.md)
* [수식 정렬](/latex/ko/mathematics/06-aligning-equations-with-amsmath.md)
* [줄바꿈과 공백](/latex/ko/formatting/05-line-breaks-and-blank-spaces.md)

[더 많은 주제](https://www.overleaf.com/learn/latex/Contents)

## 고급 TeX/LaTeX

Overleaf는 다양한 [심층 기술 문서](/latex/ko/tex-latex/01-articles.md) TeX 엔진의 저수준 동작에 관심 있는 독자를 위해


---

# 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/readme.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.
