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

# Umum

## Dasar-dasar

* [Memulai](/latex/id/dasar-dasar-latex/01-learn-latex-in-30-minutes.md)
* [Kompilasi](/latex/id/topik-lainnya/08-choosing-a-latex-compiler.md)
* [Paragraf dan baris baru](/latex/id/dasar-dasar-latex/02-paragraphs-and-new-lines.md)
* [Huruf tebal, miring, dan garis bawah](/latex/id/dasar-dasar-latex/03-bold-italics-and-underlining.md)
* [Daftar](/latex/id/dasar-dasar-latex/04-lists.md)
* [Dukungan bahasa internasional](/latex/id/bahasa/03-international-language-support.md)

## Gambar dan tabel

* [Objek mengambang](/latex/id/gambar-dan-tabel/02-positioning-images-and-tables.md)
* [Gambar](/latex/id/readme.md)
  * [Menyisipkan Gambar](/latex/id/topik-lainnya/27-inserting-images.md)
  * [Penempatan gambar](/latex/id/gambar-dan-tabel/02-positioning-images-and-tables.md)
  * [Pemberian caption pada gambar](/latex/id/topik-lainnya/27-inserting-images.md)
  * [Merujuk gambar](/latex/id/topik-lainnya/42-referencing-figures.md)
  * [Membungkus teks di sekitar figur](/latex/id/topik-lainnya/50-wrapping-text-around-figures.md)
  * [Manajemen gambar dalam proyek besar](/latex/id/topik-lainnya/27-inserting-images.md)
* [Tabel](/latex/id/gambar-dan-tabel/01-tables.md)
* [Daftar tabel dan gambar](/latex/id/gambar-dan-tabel/03-lists-of-tables-and-figures.md)
* [Lingkungan picture](/latex/id/gambar-dan-tabel/04-picture-environment.md)
* [Paket TikZ](/latex/id/gambar-dan-tabel/05-tikz-package.md)

## Perintah

* [Perintah dan lingkungan](/latex/id/topik-lainnya/09-commands-and-environments.md)
* [Menentukan perintah Anda sendiri](/latex/id/topik-lainnya/10-defining-your-own-commands.md)

## Struktur dokumen

* [Bagian dan bab](/latex/id/struktur-dokumen/01-sections-and-chapters.md)
* [Daftar isi](/latex/id/struktur-dokumen/02-table-of-contents.md)
* [Referensi silang bagian dan persamaan](/latex/id/struktur-dokumen/03-cross-referencing-sections-equations-and-floats.md)
* [Indeks](/latex/id/struktur-dokumen/04-indices.md)
* [Glosarium](/latex/id/struktur-dokumen/05-glossaries.md)
* [Pengelolaan dalam proyek besar](/latex/id/struktur-dokumen/07-management-in-a-large-project.md)

## Referensi dan sitasi

* [Manajemen bibliografi](/latex/id/topik-lainnya/05-bibliography-management-in-latex.md)
* [Gaya bibliografi](/latex/id/referensi-dan-sitasi/04-bibtex-bibliography-styles.md)
* [Gaya sitasi](/latex/id/referensi-dan-sitasi/06-natbib-citation-styles.md)

## Anotasi

* [Catatan kaki](/latex/id/pemformatan/14-footnotes.md)
* [Catatan pinggir](/latex/id/pemformatan/15-margin-notes.md)

## Berkas kelas

* [Memahami paket dan file kelas](/latex/id/file-kelas/01-understanding-packages-and-class-files.md)
* [Daftar paket dan file kelas](/latex/id/file-kelas/02-overleaf-and-tex-live.md)
* [Menulis paket Anda sendiri](/latex/id/file-kelas/03-writing-your-own-package.md)
* [Tips](/latex/id/readme.md)

## Presentasi

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

## Lainnya

* [Penataan kutipan](/latex/id/bahasa/04-typesetting-quotations.md)

## Hal-hal umum

* [Teorema dan pembuktian](/latex/id/bidang-khusus/01-theorems-and-proofs.md)
* [Notasi catur](/latex/id/bidang-khusus/05-chess-notation.md)
* [Pola merajut](/latex/id/bidang-khusus/06-knitting-patterns.md)
* [paket Pgfplots](/latex/id/bidang-khusus/08-pgfplots-package.md)
* [Ujian](/latex/id/bidang-khusus/09-typesetting-exams-in-latex.md)
* [Alat LaTeX](/latex/id/topik-lainnya/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/id/topik-lainnya/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.
