> 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/14-free-online-introduction-to-latex-part-2.md).

# LaTeX 무료 온라인 소개(2부)

[1부](/latex/ko/more-topics/13-free-online-introduction-to-latex-part-1.md) | 2부 | [3부](/latex/ko/more-topics/15-free-online-introduction-to-latex-part-3.md)

## 2부: 구조화된 문서와 그 밖의 내용

LaTeX 학습을 돕기 위한 무료 온라인 강좌의 2부에 오신 것을 환영합니다. 이 부분은 [1부](/latex/ko/more-topics/13-free-online-introduction-to-latex-part-1.md), 따라서 이전에 LaTeX를 사용해 본 적이 없다면, 다음을 따라가며 시작해 보는 것이 좋습니다. [1부의 LaTeX 기초](/latex/ko/more-topics/13-free-online-introduction-to-latex-part-1.md).

이 부분에서는 문서에 그림, 표, 참고문헌을 포함하는 방법을 보여 드립니다. 슬라이드에는 Overleaf에서 직접 완료할 수 있는 대화형 연습 문제가 포함되어 있어, 컴퓨터에 LaTeX를 설치할 걱정을 하실 필요가 없습니다. 특히 이 강좌의 이 부분에서는 다음을 다룹니다:

* 구조화된 문서
* 섹션, 레이블 및 상호 참조
* LaTeX에서의 그림과 표
* BibTeX를 이용한 자동 참고문헌
* 유용한 LaTeX 패키지 및 온라인 자료

다음 [PDF 다운로드](https://www.overleaf.com/latex/learn/free-online-introduction-to-latex-part-2.pdf) 또는 아래 슬라이드를 살펴보세요:

{% embed url="<https://docs.google.com/viewer?url=https://www.overleaf.com/latex/learn/free-online-introduction-to-latex-part-2.pdf&embedded=true>" %}

이 슬라이드도 [프랑스어로 번역되었습니다](http://jdleesmiller.github.io/latex-course/fr/part2.pdf) (Yannis Haralambous님께 감사드립니다) 그리고 [여러 다른 언어로](https://github.com/jdleesmiller/latex-course#translations).

## 3부로 이동

에서 [3부](/latex/ko/more-topics/15-free-online-introduction-to-latex-part-3.md), 같은 기술을 적용해 beamer로 전문적인 발표 자료를 만들고 TikZ로 고급 도면을 작성하는 방법을 살펴보겠습니다. 시작해 봅시다!

LaTeX 강좌용 슬라이드를 찾고 계신가요? 이 슬라이드는 [오픈 소스](https://github.com/jdleesmiller/latex-course) 이며 관대한 라이선스(MIT)로 제공되므로, 여러분의 강좌에 맞게 자유롭게 재구성하여 사용할 수 있습니다. 즐겁게 사용하세요! :)


---

# 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/14-free-online-introduction-to-latex-part-2.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.
