> 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/47-how-to-get-started-writing-your-thesis-in-latex.md).

# LaTeX로 논문 작성을 시작하는 방법

LaTeX로 논문이나 학위논문을 작성하는 것은 도전적일 수 있지만, 결과는 충분히 그만한 가치가 있습니다—LaTeX로 생성된 PDF만큼 보기 좋은 것은 없으며, 큰 문서의 경우 MS Word에서 서식과 상호 참조를 씨름하는 것보다 훨씬 쉽습니다. 여기서는 Overleaf에 미리 로드된 표준 템플릿을 사용해 LaTeX로 논문 작성을 시작하는 방법을 안내합니다.

저희의 방대한 학위논문 템플릿 [온라인 라이브러리](https://www.overleaf.com/templates), 그리고 대학에서 LaTeX 템플릿 파일 세트를 제공한다면 직접 업로드할 수 있습니다.

이미 LaTeX를 사용해 본 적이 있어 표준 명령에 익숙하다고 가정하겠습니다(저희의 [다른 튜토리얼 영상](https://www.overleaf.com/help/category/video_tutorials) 가 아니라면), 그리고 여러 파일로 나뉜 큰 프로젝트를 다루는 방법에 초점을 맞추겠습니다.

{% embed url="<https://www.youtube.com/embed/xlkxszXYqbM>" %}


---

# 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/47-how-to-get-started-writing-your-thesis-in-latex.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.
