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

# Ilmainen verkkohdanto LaTeXiin (osa 2)

[Osa 1](/latex/fi/lisaa-aiheita/13-free-online-introduction-to-latex-part-1.md) | Osa 2 | [Osa 3](/latex/fi/lisaa-aiheita/15-free-online-introduction-to-latex-part-3.md)

## Osa 2: Rakenteiset asiakirjat ja muuta

Tervetuloa ilmaisen verkkokurssimme toiseen osaan, joka auttaa sinua oppimaan LaTeXin. Tämä osa perustuu [ensimmäiseen osaan](/latex/fi/lisaa-aiheita/13-free-online-introduction-to-latex-part-1.md), joten jos et ole koskaan käyttänyt LaTeXia ennen, kannattaa ehkä aloittaa käymällä läpi [LaTeXin perusteet osassa yksi](/latex/fi/lisaa-aiheita/13-free-online-introduction-to-latex-part-1.md).

Tässä osassa näytämme, miten voit lisätä kuvia, taulukoita ja lähdeluetteloita asiakirjoihisi. Diat sisältävät vuorovaikutteisia harjoituksia, jotka voit tehdä Overleafissa, joten sinun ei tarvitse huolehtia LaTeXin asentamisesta tietokoneellesi. Tässä kurssin osassa käsitellään erityisesti:

* Rakenteiset asiakirjat
* Otsikot, tunnisteet ja ristiviittaukset
* Kuvat ja taulukot LaTeXissa
* Automaattiset lähdeluettelot BibTeXillä
* Hyödylliset LaTeX-paketit ja verkkoresurssit

Voit [lataa PDF](https://www.overleaf.com/latex/learn/free-online-introduction-to-latex-part-2.pdf) tai selaa dioja alta:

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

Nämä diat on myös [käännetty ranskaksi](http://jdleesmiller.github.io/latex-course/fr/part2.pdf) (kiitos Yannis Haralamboukselle) ja [useille muille kielille](https://github.com/jdleesmiller/latex-course#translations).

## Siirry osaan 3

Suurissa [kolmanteen osaan](/latex/fi/lisaa-aiheita/15-free-online-introduction-to-latex-part-3.md), näemme, miten samoja taitoja voidaan käyttää ammattilaistasoisten esitysten tekemiseen beamerilla ja kehittyneiden piirrosten tekemiseen TikZillä. Aloitetaan!

Etsitkö dioja LaTeX-kurssillesi? Nämä diat ovat [avointa lähdekoodia](https://github.com/jdleesmiller/latex-course) ja niillä on salliva lisenssi (MIT), joten voit vapaasti muokata niitä omiin kursseihisi. Nauti! :)


---

# 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/fi/lisaa-aiheita/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.
