> 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/ru/readme.md).

# Введение

Трудно создать таблицу LaTeX? Нужна помощь с оформлением рисунков? Вы в правильном месте. От основ LaTeX до продвинутых техник — у Overleaf есть всё, что вам нужно.

## Введения в LaTeX

Начните с нашего нового [онлайн-курса по LaTeX](https://learn.overleaf.com/path/novice-learning-path) созданного для абсолютных новичков в [Центре обучения Overleaf](https://learn.overleaf.com).

Запишитесь на бесплатные живые вебинары, посвящённые Overleaf и другим темам — ознакомьтесь с нашим [Календарём живых мероприятий](https://learn.overleaf.com/calendar) чтобы начать.

См. [Документация Overleaf](https://docs.overleaf.com/) для дополнительных [рекомендаций по обучающим материалам](https://docs.overleaf.com/getting-started/latex-tutorials).

## руководства Overleaf

* [документация для пользователей Overleaf](https://docs.overleaf.com/)
* [администрирование групп Overleaf](https://docs.overleaf.com/groups)
* [администрирование Overleaf Commons](https://docs.overleaf.com/commons)
* [локальная версия Overleaf](https://docs.overleaf.com/on-premises)
* [Центре обучения Overleaf](https://learn.overleaf.com/)

## Основы LaTeX

Смотрите наш [полный список тем по LaTeX](https://www.overleaf.com/learn/latex/Contents). Некоторые из самых популярных страниц в нашей коллекции включают:

* [Таблицы](/latex/ru/risunki-i-tablicy/01-tables.md)
* [Размещение изображений и таблиц](/latex/ru/risunki-i-tablicy/02-positioning-images-and-tables.md)
* [Выравнивание текста](/latex/ru/formatirovanie/06-text-alignment.md)
* [Список греческих букв и математических символов](/latex/ru/matematika/11-list-of-greek-letters-and-math-symbols.md)
* [Списки](/latex/ru/osnovy-latex/04-lists.md)
* [Ошибки](/latex/ru/osnovy-latex/05-errors.md)
* [Использование цветов в LaTeX](/latex/ru/formatirovanie/13-using-colors-in-latex.md)
* [Выравнивание уравнений](/latex/ru/matematika/06-aligning-equations-with-amsmath.md)
* [Переносы строк и пустые пробелы](/latex/ru/formatirovanie/05-line-breaks-and-blank-spaces.md)

[Другие темы](https://www.overleaf.com/learn/latex/Contents)

## Продвинутый TeX/LaTeX

Overleaf опубликовал широкий спектр [подробных технических статей](/latex/ru/prodvinutyi-tex-latex/01-articles.md) для читателей, интересующихся низкоуровневым поведением движков TeX.


---

# 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/ru/readme.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.
