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

# Darmowe internetowe wprowadzenie do LaTeX-a (część 2)

[Część 1](/latex/pl/wiecej-tematow/13-free-online-introduction-to-latex-part-1.md) | Część 2 | [Część 3](/latex/pl/wiecej-tematow/15-free-online-introduction-to-latex-part-3.md)

## Część 2: Dokumenty strukturalne i więcej

Witamy w drugiej części naszego bezpłatnego kursu online, który pomoże Ci nauczyć się LaTeX-a. Ta część opiera się na [części pierwszej](/latex/pl/wiecej-tematow/13-free-online-introduction-to-latex-part-1.md), więc jeśli nigdy wcześniej nie używałeś(-aś) LaTeX-a, możesz zacząć od przejścia przez [podstawy LaTeX-a w części pierwszej](/latex/pl/wiecej-tematow/13-free-online-introduction-to-latex-part-1.md).

W tej części pokażemy Ci, jak wstawiać rysunki, tabele i bibliografie do swoich dokumentów. Slajdy zawierają interaktywne ćwiczenia do wykonania w Overleaf, więc nie musisz martwić się o instalowanie LaTeX-a na swoim komputerze. W szczególności ta część kursu obejmuje:

* Dokumenty strukturalne
* Sekcje, etykiety i odwołania krzyżowe
* Rysunki i tabele w LaTeX-u
* Automatyczne bibliografie z BibTeX-em
* Przydatne pakiety LaTeX-a i zasoby internetowe

Możesz [pobierz plik PDF](https://www.overleaf.com/latex/learn/free-online-introduction-to-latex-part-2.pdf) lub przejrzyj slajdy poniżej:

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

Te slajdy zostały również [przetłumaczone na język francuski](http://jdleesmiller.github.io/latex-course/fr/part2.pdf) (dzięki Yannisowi Haralambousowi) oraz [na kilka innych języków](https://github.com/jdleesmiller/latex-course#translations).

## Przejdź do Części 3

W [części trzeciej](/latex/pl/wiecej-tematow/15-free-online-introduction-to-latex-part-3.md), zobaczymy, jak zastosować te same umiejętności do tworzenia profesjonalnych prezentacji w beamerze i zaawansowanych rysunków w TikZ. Zaczynajmy!

Szukasz slajdów do swojego kursu LaTeX-a? Te slajdy są [open source](https://github.com/jdleesmiller/latex-course) i objęte liberalną licencją (MIT), więc możesz je swobodnie przerabiać i wykorzystywać we własnych kursach. Miłej zabawy! :)


---

# 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/pl/wiecej-tematow/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.
