> 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/more-topics/16-general.md).

# 일반

## 기본

* [시작하기](/latex/ko/latex/01-learn-latex-in-30-minutes.md)
* [컴파일](/latex/ko/more-topics/08-choosing-a-latex-compiler.md)
* [문단과 줄바꿈](/latex/ko/latex/02-paragraphs-and-new-lines.md)
* [굵게, 이탤릭체 및 밑줄](/latex/ko/latex/03-bold-italics-and-underlining.md)
* [목록](/latex/ko/latex/04-lists.md)
* [국제 언어 지원](/latex/ko/languages/03-international-language-support.md)

## 그림과 표

* [플로트](/latex/ko/figures-and-tables/02-positioning-images-and-tables.md)
* [이미지](/latex/ko/readme.md)
  * [이미지 삽입](/latex/ko/more-topics/27-inserting-images.md)
  * [그림 배치](/latex/ko/figures-and-tables/02-positioning-images-and-tables.md)
  * [그림 캡션](/latex/ko/more-topics/27-inserting-images.md)
  * [그림 참조](/latex/ko/more-topics/42-referencing-figures.md)
  * [그림 주위로 텍스트 감싸기](/latex/ko/more-topics/50-wrapping-text-around-figures.md)
  * [대규모 프로젝트에서의 이미지 관리](/latex/ko/more-topics/27-inserting-images.md)
* [표](/latex/ko/figures-and-tables/01-tables.md)
* [표와 그림 목록](/latex/ko/figures-and-tables/03-lists-of-tables-and-figures.md)
* [picture 환경](/latex/ko/figures-and-tables/04-picture-environment.md)
* [TikZ 패키지](/latex/ko/figures-and-tables/05-tikz-package.md)

## 명령

* [명령과 환경](/latex/ko/more-topics/09-commands-and-environments.md)
* [사용자 정의 명령 만들기](/latex/ko/more-topics/10-defining-your-own-commands.md)

## 문서 구조

* [섹션과 장](/latex/ko/document-structure/01-sections-and-chapters.md)
* [목차](/latex/ko/document-structure/02-table-of-contents.md)
* [섹션과 방정식의 상호 참조](/latex/ko/document-structure/03-cross-referencing-sections-equations-and-floats.md)
* [색인](/latex/ko/document-structure/04-indices.md)
* [용어집](/latex/ko/document-structure/05-glossaries.md)
* [대규모 프로젝트에서의 관리](/latex/ko/document-structure/07-management-in-a-large-project.md)

## 참고문헌과 인용

* [참고문헌 관리](/latex/ko/more-topics/05-bibliography-management-in-latex.md)
* [참고문헌 스타일](/latex/ko/references-and-citations/04-bibtex-bibliography-styles.md)
* [인용 스타일](/latex/ko/references-and-citations/06-natbib-citation-styles.md)

## 주석

* [각주](/latex/ko/formatting/14-footnotes.md)
* [여백 주석](/latex/ko/formatting/15-margin-notes.md)

## 클래스 파일

* [패키지와 클래스 파일 이해하기](/latex/ko/class-files/01-understanding-packages-and-class-files.md)
* [패키지 및 클래스 파일 목록](/latex/ko/class-files/02-overleaf-and-tex-live.md)
* [사용자 정의 패키지 작성하기](/latex/ko/class-files/03-writing-your-own-package.md)
* [팁](/latex/ko/readme.md)

## 프레젠테이션

* [Beamer](/latex/ko/presentations/01-beamer.md)
* [Powerdot](/latex/ko/presentations/02-powerdot.md)

## 기타

* [인용문 조판](/latex/ko/languages/04-typesetting-quotations.md)

## 일반 사항

* [정리와 증명](/latex/ko/field-specific/01-theorems-and-proofs.md)
* [체스 기보법](/latex/ko/field-specific/05-chess-notation.md)
* [뜨개질 패턴](/latex/ko/field-specific/06-knitting-patterns.md)
* [Pgfplots 패키지](/latex/ko/field-specific/08-pgfplots-package.md)
* [시험](/latex/ko/field-specific/09-typesetting-exams-in-latex.md)
* [LaTeX 도구](/latex/ko/more-topics/30-latex-tools.md)


---

# 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/more-topics/16-general.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.
