> 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/14-free-online-introduction-to-latex-part-2.md).

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

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

## Частина 2: Структуровані документи та інше

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

У цій частині ми покажемо вам, як додавати зображення, таблиці та списки літератури у ваші документи. Слайди містять інтерактивні вправи, які ви можете виконати на Overleaf, тож вам не доведеться турбуватися про встановлення LaTeX на вашому комп’ютері. Зокрема, ця частина курсу охоплює:

* Структуровані документи
* Розділи, мітки та перехресні посилання
* Зображення та таблиці в LaTeX
* Автоматичні списки літератури за допомогою BibTeX
* Корисні пакети LaTeX та онлайн-ресурси

Ви можете [завантажити PDF](https://www.overleaf.com/latex/learn/free-online-introduction-to-latex-part-2.pdf) або переглянути слайди нижче:

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

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

## Перейти до Частини 3

У [третю частину](/latex/uk/inshi-temi/15-free-online-introduction-to-latex-part-3.md), ми побачимо, як застосувати ті самі навички для створення професійних презентацій за допомогою beamer і складних малюнків за допомогою TikZ. Почнімо!

Шукаєте слайди для свого курсу з 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/14-free-online-introduction-to-latex-part-2.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.
