> 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/06-bold-italics-and-underlining-es.md).

# 굵게, 이탤릭체 및 밑줄 es

어떤 텍스트에 특정 형식을 적용하면 문서 안에서 중요한 개념을 강조하는 데 도움이 되며, 훨씬 더 읽기 쉬워집니다. 이탤릭체, 굵은 글씨 또는 밑줄을 사용하면 단어에 대한 독자의 인식을 바꿀 수 있습니다.

## 소개

이 글에서는 문서에 서식을 적용하는 데 쓰이는 세 가지 기본 도구, 즉 이탤릭체, 굵은 글씨, 밑줄의 사용법을 설명합니다. 예제부터 시작해 봅시다:

```latex
Some of the \textbf{가장 위대한}
\underline{과학}에서의 발견들
는 \textbf{\textit{우연히}} 이루어졌다.
```

![Biu1.png](/files/0c841a81c45b1c1f6d182a060705b0e25a6c7534)

보시다시피, 그 효과를 결합하기 위해 중첩할 수 있는 세 가지 기본 명령이 있습니다.

참고: *명령어 **\it** 및 **\bf** 는 텍스트를 이탤릭체나 굵은 글씨로 바꾸는 데에도 작동하지만, 이전 스타일을 보존하지 않으므로 사용을 권장하지 않습니다. 예를 들어, 이러한 명령으로는 굵고 이탤릭한 텍스트를 만들 수 없습니다*

[Overleaf에서 예제 열기](https://www.sharelatex.com/project/new/template?zipUrl=/project/52e2cf6fcd3ae4400500066d/download/zip\&templateName=BoldItalicsUnderline\&compiler=pdflatex)

## 이탤릭 텍스트

텍스트를 이탤릭체(또는 이탤릭, 사체라고도 함)로 쓰는 것은 매우 간단합니다. 명령어만 사용하면 됩니다 **\textit**:

```latex
Some of the greatest
discoveries in science
were made by \textit{accident}.
```

![Biu2.png](/files/3677e08fb7a9b7231476c06f01870d22a1b71a03)

[Overleaf에서 예제 열기](https://www.sharelatex.com/project/new/template?zipUrl=/project/52e2cf6fcd3ae4400500066d/download/zip\&templateName=Bold_Italics_Underline\&compiler=pdflatex)

## 굵은 글씨

굵은 글씨로 텍스트를 작성하려면 명령어를 사용해야 합니다 **\textbf**:

```latex
Some of the \textbf{가장 위대한}
discoveries in science
were made by accident.
```

![Biu3.png](/files/deffcc673ecd7deb9d9b4135050fff7d43d652d5)

[Overleaf에서 예제 열기](https://www.sharelatex.com/project/new/template?zipUrl=/project/52e2cf6fcd3ae4400500066d/download/zip\&templateName=Bold_Italics_Underline\&compiler=pdflatex)

## 밑줄 텍스트

텍스트에 밑줄을 긋는 것도 매우 간단합니다. 사용할 명령어는 **\underline**:

```latex
Some of the greatest
\underline{과학}에서의 발견들
were made by accident.
```

![Biu4.png](/files/e699befa2cc7cc788fe59245eb8f4965a3a81dd5)

[Overleaf에서 예제 열기](https://www.sharelatex.com/project/new/template?zipUrl=/project/52e2cf6fcd3ae4400500066d/download/zip\&templateName=Bold_Italics_Underline\&compiler=pdflatex)

## 텍스트 강조

텍스트는 명령어를 사용해 강조할 수 있습니다 **\emph**. 때때로 이 명령어는 다음과 동일하게 동작합니다 **\textit** 하지만 둘은 정확히 같지는 않습니다.

```latex
Some of the greatest \emph{위대한 발견들}
과학에서
were made by accident.

\textit{Some of the greatest \emph{위대한 발견들}
과학에서
는 우연히 이루어졌다.}

\textbf{Some of the greatest \emph{위대한 발견들}
과학에서
는 우연히 이루어졌다.}
```

![Biu5.png](/files/d501d34498f72acd518ee8a1d06e7c1631b26a0d)

명령어 \emph{실제로} 하는 일 **\emph** 는 문맥에 따라 달라집니다. 일반 텍스트에서는 강조된 텍스트가 이탤릭체로 인쇄되지만, 이 명령어를 이미 이탤릭체로 작성된 텍스트에 사용하면 이러한 동작은 반대로 바뀝니다. 이 점이 무엇을 의미하는지 이해하려면 앞의 예제를 보세요.

게다가, 예를 들어 [베이머](/latex/ko/presentations/01-beamer.md)과 같은 일부 패키지는 명령어의 동작을 변경합니다 **\emph**.

[Overleaf에서 예제 열기](https://www.sharelatex.com/project/new/template?zipUrl=/project/52e2cf6fcd3ae4400500066d/download/zip\&templateName=Bold_Italics_Underline\&compiler=pdflatex)

## 추가 읽을거리

자세한 정보는 다음을 참조하세요:

* [문단과 줄바꿈](/latex/ko/latex/02-paragraphs-and-new-lines.md)
* [목록](/latex/ko/latex/04-lists.md)
* [문단 서식](/latex/ko/formatting/04-articles-how-to-change-paragraph-spacing-in-latex.md)
* [줄 바꿈과 빈칸](/latex/ko/formatting/05-line-breaks-and-blank-spaces.md)
* [LaTeX2ε에 대한 그리 짧지 않은 소개](http://www.ctan.org/tex-archive/info/lshort/)


---

# 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/06-bold-italics-and-underlining-es.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.
