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

# 初心者向けLaTeX動画チュートリアル（動画3）

[動画1](/latex/ja/sononotopikku/31-latex-video-tutorial-for-beginners-video-1.md) | [動画2](/latex/ja/sononotopikku/32-latex-video-tutorial-for-beginners-video-2.md) | 動画3 | [動画4](/latex/ja/sononotopikku/34-latex-video-tutorial-for-beginners-video-4.md) | [動画5](/latex/ja/sononotopikku/35-latex-video-tutorial-for-beginners-video-5.md) | [動画6](/latex/ja/sononotopikku/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/ja/sononotopikku/32-latex-video-tutorial-for-beginners-video-2.md) 私たちは文書をセクションや段落に分ける方法を見ました。この動画では、文書に基本的な数式記号や方程式を追加する方法を見ていきます。LaTeXで数式コンテンツを書き始める前に、次のものを読み込むことをお勧めします `amsmath` パッケージ。これにより、より複雑な数学文書を書く際の選択肢が増えます。これを行うには、単に次のものを使います `\usepackage{...}` コマンドを使って、次を入力します `amsmath` 括弧の間に入れます。例えば次のように： `\\usepackage{amsmath}`.

書いている文章の中に数式をそのままインラインで書くには、数式をドル記号で囲みます。ShareLaTeXでは、ドル記号で囲まれた内容が緑色で色分けされるので、インライン数式を簡単に見分けることができます。

上付き文字を書くには、数字や記号の後にキャレットを付け、その後に上付きにしたい数字や記号を中かっこで囲んで入力します。

下付き文字を書くには、キャレットの代わりにアンダースコアを使う以外は同じ手順です。

LaTeXでギリシャ文字を追加するのはとても簡単です。ギリシャ文字の各文字には対応するコマンドがあり、これはバックスラッシュの後に英語でそのギリシャ文字の名前を続けるだけです。大文字にしたい場合は、コマンドの先頭を大文字にするだけです。

ほとんど思いつくあらゆる数学関数には、LaTeXで組版するためのコマンドがあります。これらの一覧はオンラインにたくさんあるので、ここではいくつかだけ紹介します。まず、三角関数はこのように書きます。平方根関数はこのように書きます。分数は次のものを使えば簡単に入力できます `\frac` コマンドです。また、このsubsetコマンドのように代数的な記述を書くための関数も多数あります。

多くの場合、特により複雑な方程式を書くときは、文章中に数式をインラインで書きたくないことがあります。そのため、方程式や数式を改行して書くには、begin equation 構造を使います。ここでは、この構造を使った基本的な多項式の例と、総和記号を示す例を紹介します。LaTeXがこれらの方程式に自動的に番号を付け、対応する番号をページ右側の括弧内に表示していることが分かるでしょう。方程式に番号を付けたくない場合は、begin と end の両方のコマンドで equation という単語の直後にアスタリスクを追加できます。ここでは、定積分を使った例を示します。

これでLaTeXにおける数学の説明は終わりです。次の [動画](/latex/ja/sononotopikku/34-latex-video-tutorial-for-beginners-video-4.md) では、文書に画像を挿入する方法を見ていきます。

[動画1](/latex/ja/sononotopikku/31-latex-video-tutorial-for-beginners-video-1.md) | [動画2](/latex/ja/sononotopikku/32-latex-video-tutorial-for-beginners-video-2.md) | 動画3 | [動画4](/latex/ja/sononotopikku/34-latex-video-tutorial-for-beginners-video-4.md) | [動画5](/latex/ja/sononotopikku/35-latex-video-tutorial-for-beginners-video-5.md) | [動画6](/latex/ja/sononotopikku/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/ja/sononotopikku/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.
