> 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/vi/chu-de-khac/43-table-of-tex-category-codes.md).

# Bảng mã phân loại TeX

| **Mã loại** | **Mô tả**                                                            | **LATEX/TEX tiêu chuẩn**                          |
| ----------- | -------------------------------------------------------------------- | ------------------------------------------------- |
| 0           | Ký tự thoát—báo cho TEX bắt đầu tìm một lệnh                         | `\`                                               |
| 1           | Bắt đầu một nhóm                                                     | {                                                 |
| 2           | Kết thúc một nhóm                                                    | }                                                 |
| 3           | Chuyển toán—chuyển vào/ra chế độ toán                                | $                                                 |
| 4           | Tab căn chỉnh                                                        | &                                                 |
| 5           | Kết thúc dòng                                                        | Mã ASCII 13 (`\r`)                                |
| 6           | Tham số macro                                                        | #                                                 |
| 7           | Chỉ số trên—dùng để dàn trang toán học: `$y=x^2$` $$y=x^2$$          | ˆ                                                 |
| 8           | Chỉ số dưới—dùng để dàn trang toán học: `$y=x_2$` $$y=x\_2$$         | \_                                                |
| 9           | Ký tự bị bỏ qua                                                      | ASCII 0 `<null>`                                  |
| 10          | Ký tự khoảng trắng                                                   | Các mã ASCII 32 (dấu cách) và 9 (ký tự tab)       |
| 11          | Chữ cái                                                              | A...Z, a...z, (và hàng nghìn ký tự Unicode)       |
| 12          | Khác                                                                 | 0...9 cùng với ,.;?" và nhiều ký tự khác          |
| 13          | Ký tự chủ động                                                       | Mã danh mục đặc biệt để tạo macro một ký tự như ˜ |
| 14          | Ký tự chú thích—bỏ qua mọi thứ theo sau cho đến hết dòng             | %                                                 |
| 15          | Ký tự không hợp lệ, không được phép xuất hiện trong tệp đầu vào .tex | Mã ASCII 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/vi/chu-de-khac/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.
