> 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/questions-and-answers/17-how-can-i-learn-advanced-latex-and-become-a-full-latex-programmer.md).

# 고급 LaTeX를 배우고 완전한 LaTeX 프로그래머가 되려면 어떻게 해야 하나요?

여기 (아마도 다소 주관적인! `:-)` ) 도움이 될 만한 책/자료 목록입니다:

* 다음을 확인해 보세요 [세 번째 부분](/latex/ko/more-topics/15-free-online-introduction-to-latex-part-3.md) 저희의 [온라인 $$\mathrm\LaTeX$$ 강좌](/latex/ko/more-topics/13-free-online-introduction-to-latex-part-1.md)
* 다음 [LaTeX 위키북](https://en.wikibooks.org/wiki/LaTeX) 길이, 박스, 매크로, 패키지 만들기 등 낮은 수준의 주제를 포함한 상당히 많은 고급 내용을 다룹니다.
* Stefan Kottwitz의 [LaTeX Cookbook](http://latex-cookbook.net/) 구성이 잘 짜여 있고 좋은 예제가 많이 있습니다.
* 고전적인 [LaTeX Companion](http://www.amazon.com/LaTeX-Companion-Techniques-Computer-Typesetting/dp/0201362996) 은 저희 생각에는 여전히 고전입니다.
* Nicola Talbot의 새 책 [LaTeX for Administrative Work](http://www.dickimaw-books.com/latex/admin/index.shtml) 은 LaTeX로 많은 작업을 자동화하는 재미가 쏠쏠합니다.
* 다음이 빠지면 LaTeX 책 목록은 완성되지 않습니다 [The TeX Book](http://www.amazon.com/The-TeXbook-Donald-E-Knuth/dp/0201134489) 및 [TeX by Topic](http://eijkhout.net/texbytopic/texbytopic.html), 특히 TeX와 LaTeX의 실제 동작 세부 사항에 관심이 있다면
* 다음을 살펴보세요 [이 TeX.SX 질문](http://stackoverflow.com/questions/776102/advanced-latex-tutorial-book) 에서 더 많은 영감을 얻어 보세요!

또한, 다음에서 자주 둘러보고 [TeX.SX](http://tex.stackexchange.com/) 질문을 둘러보고 답변하는 것도 꽤 많은 경험을 쌓는 데 도움이 됩니다. 또한 다음을 팔로우할 수도 있습니다 [Overleaf의 트위터 피드](https://twitter.com/overleaf) 에서 갤러리 업데이트와 흥미로운 예시를 확인해 보세요.


---

# 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/questions-and-answers/17-how-can-i-learn-advanced-latex-and-become-a-full-latex-programmer.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.
