> 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/tr/daha-fazla-konu/43-table-of-tex-category-codes.md).

# TeX kategori kodları tablosu

| **Kategori kodu** | **Açıklama**                                                       | **Standart LATEX/TEX**                                            |
| ----------------- | ------------------------------------------------------------------ | ----------------------------------------------------------------- |
| 0                 | Kaçış karakteri—TEX'e bir komut aramaya başlamasını söyler         | `\`                                                               |
| 1                 | Bir grup başlat                                                    | {                                                                 |
| 2                 | Bir grubu sonlandır                                                | }                                                                 |
| 3                 | Matematik geçişi—matematik moduna girip çıkma                      | $                                                                 |
| 4                 | Hizalama sekmesi                                                   | &                                                                 |
| 5                 | Satır sonu                                                         | ASCII kodu 13 (`\r`)                                              |
| 6                 | Makro parametresi                                                  | #                                                                 |
| 7                 | Üst simge—matematik dizgilemede: `$y=x^2$` $$y=x^2$$               | ˆ                                                                 |
| 8                 | Alt simge—matematik dizgilemede: `$y=x_2$` $$y=x\_2$$              | \_                                                                |
| 9                 | Yoksayılan karakter                                                | ASCII 0 `<boş>`                                                   |
| 10                | Boşluk ayırıcı                                                     | ASCII kodları 32 (boşluk) ve 9 (sekme karakteri)                  |
| 11                | Harf                                                               | A...Z, a...z, (ve binlerce Unicode karakter)                      |
| 12                | Diğer                                                              | 0...9 ile birlikte ,.;?" ve daha birçokları                       |
| 13                | Etkin karakter                                                     | ˜ gibi tek karakterli makrolar oluşturmak için özel kategori kodu |
| 14                | Yorum karakteri—satır sonuna kadar onu izleyen her şeyi yoksay     | %                                                                 |
| 15                | Geçersiz karakter, .tex giriş dosyasında görünmesine izin verilmez | ASCII kodu 127 (`DEL`)                                            |


---

# 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/tr/daha-fazla-konu/43-table-of-tex-category-codes.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.
