> 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/13-free-online-introduction-to-latex-part-1.md).

# LaTeXへの無料オンライン入門（第1部）

パート1 | [第2部](/latex/ja/sononotopikku/14-free-online-introduction-to-latex-part-2.md) | [第3部](/latex/ja/sononotopikku/15-free-online-introduction-to-latex-part-3.md)

## パート1：基礎

学習を支援する無料オンラインコースの第1部へようこそ $$\mathrm\LaTeX$$。LaTeXを使ったことがない方や、しばらく使っていなくて復習したい方は、ここから始めてください。このコースでは、オンラインで完了できる対話式演習を通してすぐにLaTeXを書けるようになるので、自分のコンピューターにLaTeXをダウンロードしてインストールする必要はありません。

このコースのこのパートでは、LaTeXの仕組みの基礎を紹介し、始め方を説明し、たくさんの例を見ていきます。コマンド、環境、パッケージといったLaTeXの基本概念は、登場する都度紹介します。特に、以下を扱います：

* LaTeX文書の準備
* テキストの組版
* LaTeXエラーの対処
* 数式の組版
* LaTeXパッケージの使用

『 [第2部](/latex/ja/sononotopikku/14-free-online-introduction-to-latex-part-2.md) と [第3部](/latex/ja/sononotopikku/15-free-online-introduction-to-latex-part-3.md)、図、表、自動文献目録を備えた美しく構造化された文書の作成へと進み、その後、beamerを使ったプロフェッショナルなプレゼンテーションやTikZを使った高度な図の作成に同じスキルをどう応用するかを紹介します。さあ、始めましょう！

このスライドはまた [フランス語に翻訳されています](http://jdleesmiller.github.io/latex-course/fr/part1.pdf) （Yannis Haralambous氏のおかげで）および [その他いくつかの言語](https://github.com/jdleesmiller/latex-course#translations).

あなたは [PDFをダウンロードできます](https://www.overleaf.com/latex/learn/free-online-introduction-to-latex-part-1.pdf) または以下のスライドを閲覧できます：

{% embed url="<https://docs.google.com/viewer?url=https://www.overleaf.com/latex/learn/free-online-introduction-to-latex-part-1.pdf&embedded=true>" %}

このコースでLaTeXの学習を楽しんでいただければ幸いです。書き始める準備はできましたか？ [Overleafに登録する](https://www.overleaf.com/signup)—新しいLaTeXプロジェクトを作成し、共同作業する最も簡単な方法です！

## 第2部へ進む

『 [第2部](/latex/ja/sononotopikku/14-free-online-introduction-to-latex-part-2.md) と [第3部](/latex/ja/sononotopikku/15-free-online-introduction-to-latex-part-3.md)、図、表、自動文献目録を備えた美しく構造化された文書の作成へと進み、その後、beamerを使ったプロフェッショナルなプレゼンテーションやTikZを使った高度な図の作成に同じスキルをどう応用するかを紹介します。さあ、始めましょう！

LaTeXコース用のスライドをお探しですか？これらのスライドは [オープンソースです](https://github.com/jdleesmiller/latex-course) かつ寛容なライセンス（MIT）で提供されているため、自分のコースで使うために自由に改変できます。お楽しみください！:)


---

# 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/13-free-online-introduction-to-latex-part-1.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.
