> 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/18-how-can-i-make-powerpoint-like-presentation-in-latex.md).

# LaTeX에서 파워포인트 같은 프레젠테이션을 만들려면 어떻게 해야 하나요?

## beamer 패키지

LaTeX로 프레젠테이션을 만드는 데 널리 쓰이는 옵션은 [`beamer` 패키지](https://ctan.org/pkg/beamer?lang=en), 이는 다음을 통해 널리 지원됩니다 [추가 테마와 부가 패키지](https://ctan.org/topic/presentation).

beamer를 시작하려면 다음 중 하나를 시도해 볼 수 있습니다:

* Overleaf의 [beamer 소개](/latex/ko/presentations/01-beamer.md);
* [무료 온라인 LaTeX 강좌의 3부](/latex/ko/more-topics/15-free-online-introduction-to-latex-part-3.md);
* a [갤러리에 등록된 프레젠테이션 템플릿](https://www.overleaf.com/gallery/tagged/presentation).

## powerdot 패키지

프레젠테이션을 만드는 또 다른 방법은 [`powerdot` 패키지](https://ctan.org/pkg/powerdot) 이는 DVI에서 PostScript/PDF로의 보다 전통적인 출력 워크플로를 사용합니다—예를 들면 이 [Overleaf의 다음에 대한 문서 `powerdot`](/latex/ko/presentations/02-powerdot.md). 컴파일하려면 `powerdot` 프로젝트의 경우 Overleaf 컴파일러를 다음으로 설정해야 합니다 **LaTeX**, 아래 그림과 같이:

![Overleaf 컴파일러를 LaTeX로 설정하는 방법](/files/b2d85618920964aea17af23271931cba5a9b1828)


---

# 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/18-how-can-i-make-powerpoint-like-presentation-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.
