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

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

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

## 1부: 기초

배우는 데 도움이 되는 무료 온라인 강좌의 첫 번째 부분에 오신 것을 환영합니다 $$\mathrm\LaTeX$$. LaTeX를 사용해 본 적이 없거나, 사용한 지 오래되어 다시 익히고 싶다면, 여기서 시작하면 됩니다. 이 강좌는 온라인에서 완료할 수 있는 대화형 연습을 통해 바로 LaTeX 작성을 시작하게 해 주므로, 자신의 컴퓨터에 LaTeX를 다운로드하여 설치할 필요가 없습니다.

이 강좌의 이 부분에서는 LaTeX의 작동 방식의 기초를 살펴보고, 시작하는 방법을 설명하며, 다양한 예제를 통해 알아봅니다. 명령, 환경, 패키지와 같은 LaTeX의 핵심 개념은 필요한 시점에 소개됩니다. 특히 다음 내용을 다룹니다:

* LaTeX 문서 설정
* 텍스트 조판
* LaTeX 오류 처리
* 수식 조판
* LaTeX 패키지 사용

In [2부](/latex/ko/more-topics/14-free-online-introduction-to-latex-part-2.md) 및 [3부](/latex/ko/more-topics/15-free-online-introduction-to-latex-part-3.md), 도표, 표, 자동 참고문헌이 포함된 아름답고 체계적인 문서를 작성하는 데까지 나아가며, 이어서 같은 기술을 적용해 beamer로 전문적인 프레젠테이션을 만들고 TikZ로 고급 도형을 그리는 방법도 알려드립니다. 시작해 봅시다!

이 슬라이드는 또한 [프랑스어로 번역되었습니다](http://jdleesmiller.github.io/latex-course/fr/part1.pdf) (Yannis Haralambous의 도움으로) 그리고 [여러 다른 언어로도](https://github.com/jdleesmiller/latex-course#translations).

다음이 가능합니다: [PDF를 다운로드하거나](https://www.overleaf.com/latex/learn/free-online-introduction-to-latex-part-1.pdf) 또는 아래 슬라이드를 둘러보세요:

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

이 강좌와 함께 LaTeX를 즐겁게 배우시길 바랍니다. 이제 작성을 시작할 준비가 되셨나요? [Overleaf에 가입하기](https://www.overleaf.com/signup)—새로운 LaTeX 프로젝트를 작성하고 협업하는 가장 쉬운 방법입니다!

## 2부로 이동

In [2부](/latex/ko/more-topics/14-free-online-introduction-to-latex-part-2.md) 및 [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/13-free-online-introduction-to-latex-part-1.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.
