> For the complete documentation index, see [llms.txt](https://ayakaleaf-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://ayakaleaf-pro.ayaka.space/latex/ru/drugie-temy/15-free-online-introduction-to-latex-part-3.md).

# Бесплатное онлайн-введение в LaTeX (часть 3)

[Часть 1](/latex/ru/drugie-temy/13-free-online-introduction-to-latex-part-1.md) | [Часть 2](/latex/ru/drugie-temy/14-free-online-introduction-to-latex-part-2.md) | Часть 3

## Часть 3: Не только статьи: презентации и не только

Добро пожаловать в третью часть нашего бесплатного онлайн-курса, который поможет вам изучить LaTeX. Эта часть включает краткое повторение основ LaTeX, представленных в [первую часть](/latex/ru/drugie-temy/13-free-online-introduction-to-latex-part-1.md) и [части второй](/latex/ru/drugie-temy/14-free-online-introduction-to-latex-part-2.md) курса, но если вы новичок в LaTeX, возможно, вам стоит полностью пройти эти части.

В этой части курса мы познакомим вас с некоторыми более продвинутыми пакетами LaTeX, а именно:

* Презентации LaTeX с Beamer
* Рисование в LaTeX с TikZ
* Отслеживание изменений и комментарии с todonotes

Давайте начнём!

Эти слайды также были [переведены на французский](http://jdleesmiller.github.io/latex-course/fr/part3.pdf) (спасибо Яннису Хараламбусу) и [несколько других языков](https://github.com/jdleesmiller/latex-course#translations).

Вы можете [скачать PDF](https://www.overleaf.com/latex/learn/free-online-introduction-to-latex-part-3.pdf) или просмотреть слайды ниже:

{% embed url="<https://docs.google.com/viewer?url=https://www.overleaf.com/latex/learn/free-online-introduction-to-latex-part-3.pdf&embedded=true>" %}

Надеемся, вам понравилось изучать LaTeX вместе с нашим курсом. Готовы начать писать? [Зарегистрируйтесь в Overleaf](https://www.overleaf.com/signup)— это самый простой способ писать и совместно работать над вашими новыми проектами LaTeX! Ищете вдохновение? Ознакомьтесь с [множеством примеров, доступных в Overleaf](https://www.overleaf.com/latex/examples) чтобы получить идеи о том, что можно сделать с $$\mathrm \LaTeX$$!

Ищете слайды для вашего курса по LaTeX? Эти слайды [с открытым исходным кодом](https://github.com/jdleesmiller/latex-course) и распространяются по свободной лицензии (MIT), так что вы можете свободно изменять их и использовать в своих курсах. Наслаждайтесь! :)


---

# 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://ayakaleaf-pro.ayaka.space/latex/ru/drugie-temy/15-free-online-introduction-to-latex-part-3.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.
