> 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/16-general.md).

# 一般

## 基本

* [はじめに](/latex/ja/latexno/01-learn-latex-in-30-minutes.md)
* [コンパイル](/latex/ja/sononotopikku/08-choosing-a-latex-compiler.md)
* [段落と新しい行](/latex/ja/latexno/02-paragraphs-and-new-lines.md)
* [太字、斜体、下線](/latex/ja/latexno/03-bold-italics-and-underlining.md)
* [箇条書き](/latex/ja/latexno/04-lists.md)
* [国際言語サポート](/latex/ja/yan-yu/03-international-language-support.md)

## 図表

* [フロート](/latex/ja/to/02-positioning-images-and-tables.md)
* [画像](/latex/ja/readme.md)
  * [画像の挿入](/latex/ja/sononotopikku/27-inserting-images.md)
  * [図の配置](/latex/ja/to/02-positioning-images-and-tables.md)
  * [図のキャプション](/latex/ja/sononotopikku/27-inserting-images.md)
  * [図の参照](/latex/ja/sononotopikku/42-referencing-figures.md)
  * [図の周りにテキストを回り込ませる](/latex/ja/sononotopikku/50-wrapping-text-around-figures.md)
  * [大規模プロジェクトでの画像管理](/latex/ja/sononotopikku/27-inserting-images.md)
* [表](/latex/ja/to/01-tables.md)
* [表目次と図目次](/latex/ja/to/03-lists-of-tables-and-figures.md)
* [picture環境](/latex/ja/to/04-picture-environment.md)
* [TikZパッケージ](/latex/ja/to/05-tikz-package.md)

## コマンド

* [コマンドと環境](/latex/ja/sononotopikku/09-commands-and-environments.md)
* [独自コマンドの定義](/latex/ja/sononotopikku/10-defining-your-own-commands.md)

## 文書構造

* [セクションと章](/latex/ja/wen-shu-gou-zao/01-sections-and-chapters.md)
* [目次](/latex/ja/wen-shu-gou-zao/02-table-of-contents.md)
* [節と数式の相互参照](/latex/ja/wen-shu-gou-zao/03-cross-referencing-sections-equations-and-floats.md)
* [索引](/latex/ja/wen-shu-gou-zao/04-indices.md)
* [用語集](/latex/ja/wen-shu-gou-zao/05-glossaries.md)
* [大規模プロジェクトでの管理](/latex/ja/wen-shu-gou-zao/07-management-in-a-large-project.md)

## 参照と引用

* [参考文献管理](/latex/ja/sononotopikku/05-bibliography-management-in-latex.md)
* [参考文献スタイル](/latex/ja/to-1/04-bibtex-bibliography-styles.md)
* [引用スタイル](/latex/ja/to-1/06-natbib-citation-styles.md)

## 注釈

* [脚注](/latex/ja/shu-shi-she-ding/14-footnotes.md)
* [欄外注](/latex/ja/shu-shi-she-ding/15-margin-notes.md)

## クラスファイル

* [パッケージとクラスファイルを理解する](/latex/ja/kurasufairu/01-understanding-packages-and-class-files.md)
* [パッケージとクラスファイルの一覧](/latex/ja/kurasufairu/02-overleaf-and-tex-live.md)
* [独自のパッケージを書く](/latex/ja/kurasufairu/03-writing-your-own-package.md)
* [ヒント](/latex/ja/readme.md)

## プレゼンテーション

* [Beamer](/latex/ja/purezentshon/01-beamer.md)
* [Powerdot](/latex/ja/purezentshon/02-powerdot.md)

## その他

* [引用の組版](/latex/ja/yan-yu/04-typesetting-quotations.md)

## 一般事項

* [定理と証明](/latex/ja/fen-ye-bie/01-theorems-and-proofs.md)
* [チェスの記譜法](/latex/ja/fen-ye-bie/05-chess-notation.md)
* [編み図](/latex/ja/fen-ye-bie/06-knitting-patterns.md)
* [Pgfplotsパッケージ](/latex/ja/fen-ye-bie/08-pgfplots-package.md)
* [試験](/latex/ja/fen-ye-bie/09-typesetting-exams-in-latex.md)
* [LaTeXツール](/latex/ja/sononotopikku/30-latex-tools.md)


---

# 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/16-general.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.
