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

# 太字、斜体、下線 es

テキストに書式を設定すると、文書内の重要な概念を強調し、はるかに読みやすくなります。斜体、太字、下線を使うことで、単語に対する読者の印象を変えることができます。

## はじめに

この記事では、文書に書式を設定するための3つの基本的なツール、斜体、太字、下線の使い方を説明します。まずは例から始めましょう：

```latex
いくつかの \textbf{最も偉大な}
科学における \underline{発見}
は \textbf{\textit{偶然}}によって発見されました。
```

![Biu1.png](/files/e1e3d8af9eeb579fb0604136393e00146bfd7385)

ご覧のとおり、その効果を組み合わせるために入れ子にできる3つの基本コマンドがあります。

注： *コマンド **\it** と **\bf** はテキストを斜体や太字に変換するためにも機能しますが、以前のスタイルを保持しないため、使用は推奨されません。たとえば、これらのコマンドでは太字かつ斜体のテキストを作成することはできません*

[Overleafで例を開く](https://www.sharelatex.com/project/new/template?zipUrl=/project/52e2cf6fcd3ae4400500066d/download/zip\&templateName=BoldItalicsUnderline\&compiler=pdflatex)

## 斜体テキスト

斜体文字（イタリック体、またはバスタルディージャとも呼ばれます）でテキストを書くのはとても簡単で、使うコマンドは **\textit**:

```latex
最も偉大なもののいくつか
科学における発見
は\textit{偶然}によってなされました。
```

![Biu2.png](/files/f8be290c31ea86d4507a79a67fb0e9cf9c8e1e3f)

[Overleafで例を開く](https://www.sharelatex.com/project/new/template?zipUrl=/project/52e2cf6fcd3ae4400500066d/download/zip\&templateName=Bold_Italics_Underline\&compiler=pdflatex)

## 太字テキスト

太字でテキストを書くには、コマンド **\textbf**:

```latex
いくつかの \textbf{最も偉大な}
科学における発見
偶然によって発見されました。
```

![Biu3.png](/files/83702694b599593b07b0dfd5a6f053875e90bd23)

[Overleafで例を開く](https://www.sharelatex.com/project/new/template?zipUrl=/project/52e2cf6fcd3ae4400500066d/download/zip\&templateName=Bold_Italics_Underline\&compiler=pdflatex)

## 下線付きテキスト

テキストに下線を引くのもとても簡単で、使うコマンドは **\underline**:

```latex
最も偉大なもののいくつか
科学における \underline{発見}
偶然によって発見されました。
```

![Biu4.png](/files/0fdd478020bebf3fea71b290a73aa643869e1b17)

[Overleafで例を開く](https://www.sharelatex.com/project/new/template?zipUrl=/project/52e2cf6fcd3ae4400500066d/download/zip\&templateName=Bold_Italics_Underline\&compiler=pdflatex)

## テキストを強調する

テキストはコマンドを使って強調できます **\emph**。場合によっては、このコマンドは **\textit** と同じように動作しますが、まったく同じではありません。

```latex
最も偉大な\emph{発見}のいくつか
科学における
偶然によって発見されました。

\textit{最も偉大な\emph{発見}
科学における
は偶然によって発見されました。}

\textbf{最も偉大な\emph{発見}
科学における
は偶然によって発見されました。}
```

![Biu5.png](/files/530bd12c793df170434cd85f6c3b8a0f33ec52df)

コマンドが実際に行うことは **\emph** 文脈によって異なります。通常のテキスト内では、強調されたテキストは斜体で出力されますが、このコマンドをすでに斜体で書かれたテキストに使うと、この動作は逆になります。これが何を指すのかは、前の例を見ればわかります。

さらに、たとえば次のような一部のパッケージは [Beamer](/latex/ja/purezentshon/01-beamer.md)、コマンドの動作を変えます **\emph**.

[Overleafで例を開く](https://www.sharelatex.com/project/new/template?zipUrl=/project/52e2cf6fcd3ae4400500066d/download/zip\&templateName=Bold_Italics_Underline\&compiler=pdflatex)

## さらに読む

詳細は以下を参照：

* [段落と改行](/latex/ja/latexno/02-paragraphs-and-new-lines.md)
* [リスト](/latex/ja/latexno/04-lists.md)
* [段落の書式設定](/latex/ja/shu-shi-she-ding/04-articles-how-to-change-paragraph-spacing-in-latex.md)
* [改行と空白](/latex/ja/shu-shi-she-ding/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/ja/sononotopikku/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.
