> 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/33-latex-video-tutorial-for-beginners-video-3.md).

# 초보자를 위한 LaTeX 동영상 튜토리얼(동영상 3)

[비디오 1](/latex/ko/more-topics/31-latex-video-tutorial-for-beginners-video-1.md) | [비디오 2](/latex/ko/more-topics/32-latex-video-tutorial-for-beginners-video-2.md) | 비디오 3 | [비디오 4](/latex/ko/more-topics/34-latex-video-tutorial-for-beginners-video-4.md) | [비디오 5](/latex/ko/more-topics/35-latex-video-tutorial-for-beginners-video-5.md) | [비디오 6](/latex/ko/more-topics/36-latex-video-tutorial-for-beginners-video-6.md) | 비디오 7

이 7부작 LaTeX 튜토리얼 영상 시리즈는 2013년에 처음 공개되었습니다. 따라서 ShareLaTeX의 발전과 이후 ShareLaTeX와 Overleaf의 합병으로 인해 오늘날의 편집기 인터페이스는 상당히 달라졌습니다. 그러나 영상 내용은 여전히 유용하며 LaTeX의 기초를 알려줍니다. 이러한 기술과 노하우는 모든 플랫폼에서 적용됩니다. 사전 배경 지식은 전혀 필요하지 않으며, 이 LaTeX 가이드를 모두 마치면 기본적인 LaTeX 문서를 만들고 작성할 수 있고, 더 복잡한 문서를 만드는 방법을 배우기 시작할 지식을 갖추게 됩니다. 각 영상에는 전사본이 함께 제공됩니다(아래에 나열됨)—이 영상 내 전사본은 각 튜토리얼 시작 부분에 표시된 URL을 대체합니다.

### LaTeX에서의 수학

**참고:** 비디오에서 사용된 프로젝트를 다음을 통해 열 수 있습니다 [이 링크를 따라가면](https://www.sharelatex.com/project/51ed0480335f3d63700f3aa9).

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

### 영상 전사본

이 [이전 비디오](/latex/ko/more-topics/32-latex-video-tutorial-for-beginners-video-2.md) 우리는 문서를 섹션과 단락으로 나누는 방법을 살펴보았습니다. 이 비디오에서는 문서에 기본적인 수학 기호와 방정식을 추가하는 방법을 살펴볼 것입니다. LaTeX에서 수학 내용을 쓰기 시작하기 전에 다음을 불러오는 것을 권장합니다 `amsmath` 패키지, 이렇게 하면 더 복잡한 수학 문서를 작성할 때 더 많은 옵션을 사용할 수 있습니다. 이를 위해서는 간단히 다음을 사용하세요 `\usepackage{...}` 명령을 사용하고 다음을 입력하세요 `amsmath` 괄호 안에, 다음과 같이: `\usepackage{amsmath}`.

작성 중인 텍스트와 함께 수학식을 인라인으로 간단히 쓰려면, 수학 내용을 달러 기호로 감싸세요. ShareLaTeX는 달러 기호 안의 내용을 초록색으로 표시하여 인라인 수학식을 쉽게 식별할 수 있게 해줍니다.

윗첨자를 쓰려면, 숫자나 기호 뒤에 캐럿을 붙이고, 그다음 윗첨자에 넣고 싶은 숫자나 기호를 중괄호 안에 입력하세요.

아랫첨자를 쓰려면 캐럿 대신 밑줄 문자를 사용한다는 점만 제외하고는 같은 과정입니다.

LaTeX에서는 그리스 문자를 아주 쉽게 추가할 수 있습니다. 그리스 알파벳의 각 글자에는 대응하는 명령이 있으며, 이는 단순히 백슬래시 뒤에 영어로 된 그리스 문자 이름을 붙인 것입니다. 대문자로 쓰고 싶다면 명령의 첫 글자를 대문자로 시작하면 됩니다.

거의 떠올릴 수 있는 모든 수학 함수에는 이를 조판하는 LaTeX 명령이 있습니다. 온라인에는 이런 목록이 매우 많으므로 여기서는 몇 가지만 소개하겠습니다. 먼저 삼각함수는 이렇게 보입니다. 제곱근 함수는 이렇게 보입니다. 분수는 다음을 사용해 쉽게 입력할 수 있습니다 `\frac` 명령입니다. 또한 다음과 같은 부분집합 명령처럼 대수적 표현을 작성하는 데 사용되는 수많은 함수도 있습니다.

종종 특히 더 복잡한 방정식을 작성할 때는 텍스트와 함께 수학을 인라인으로 쓰고 싶지 않을 수 있습니다. 따라서 새 줄에 방정식이나 수식을 쓰려면 begin equation 구조를 사용할 수 있습니다. 여기 이 구조를 사용한 기본 다항식의 예와 합 기호를 보여주는 예가 있습니다. LaTeX가 이러한 방정식에 자동으로 번호를 매기고, 해당 번호를 페이지 오른쪽에 괄호로 표시했다는 점을 알 수 있을 것입니다. 방정식에 번호를 매기고 싶지 않다면 begin과 end 명령 모두에서 equation이라는 단어 바로 뒤에 별표를 추가하면 됩니다. 여기서는 정적분을 사용하는 예를 보여드리겠습니다.

이것으로 LaTeX에서의 수학에 대한 논의를 마칩니다. 다음 [다음 비디오](/latex/ko/more-topics/34-latex-video-tutorial-for-beginners-video-4.md) 에서는 문서에 이미지를 삽입하는 방법을 살펴보겠습니다.

[비디오 1](/latex/ko/more-topics/31-latex-video-tutorial-for-beginners-video-1.md) | [비디오 2](/latex/ko/more-topics/32-latex-video-tutorial-for-beginners-video-2.md) | 비디오 3 | [비디오 4](/latex/ko/more-topics/34-latex-video-tutorial-for-beginners-video-4.md) | [비디오 5](/latex/ko/more-topics/35-latex-video-tutorial-for-beginners-video-5.md) | [비디오 6](/latex/ko/more-topics/36-latex-video-tutorial-for-beginners-video-6.md) | 비디오 7


---

# 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/33-latex-video-tutorial-for-beginners-video-3.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.
