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

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

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

## パート2: 構造化文書とそのほか

LaTeXを学ぶための無料オンラインコースの第2部へようこそ。このパートは、 [第1部](/latex/ja/sononotopikku/13-free-online-introduction-to-latex-part-1.md)ですので、これまでにLaTeXを使ったことがない場合は、まず次の内容に取り組むことから始めるとよいでしょう。 [第1部のLaTeXの基礎](/latex/ja/sononotopikku/13-free-online-introduction-to-latex-part-1.md).

このパートでは、図、表、参考文献を文書に含める方法を紹介します。スライドにはOverleafで取り組めるインタラクティブな演習が含まれているので、コンピュータにLaTeXをインストールする心配はありません。特に、このコースのこのパートでは次の内容を扱います：

* 構造化文書
* 節、ラベル、相互参照
* LaTeXにおける図と表
* BibTeXによる自動参考文献
* 役立つLaTeXパッケージとオンラインリソース

あなたは [PDFをダウンロード](https://www.overleaf.com/latex/learn/free-online-introduction-to-latex-part-2.pdf) または以下のスライドをご覧ください：

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

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

## パート3へ進む

中で [第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/14-free-online-introduction-to-latex-part-2.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.
