> 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/uk/inshi-temi/15-free-online-introduction-to-latex-part-3.md).

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

[Частина 1](/latex/uk/inshi-temi/13-free-online-introduction-to-latex-part-1.md) | [Частина 2](/latex/uk/inshi-temi/14-free-online-introduction-to-latex-part-2.md) | Частина 3

## Частина 3: Не лише статті: презентації та інше

Ласкаво просимо до третьої частини нашого безкоштовного онлайн-курсу, який допоможе вам вивчити LaTeX. Ця частина містить коротке повторення основ LaTeX, поданих у [першій частині](/latex/uk/inshi-temi/13-free-online-introduction-to-latex-part-1.md) та [другій частині](/latex/uk/inshi-temi/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/uk/inshi-temi/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.
