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

# Introdução gratuita ao LaTeX em linha (parte 2)

[Parte 1](/latex/overleaf-learn-latex-pt/mais-topicos/13-free-online-introduction-to-latex-part-1.md) | Parte 2 | [Parte 3](/latex/overleaf-learn-latex-pt/mais-topicos/15-free-online-introduction-to-latex-part-3.md)

## Parte 2: Documentos Estruturados e Mais

Bem-vindo à segunda parte do nosso curso online gratuito para o ajudar a aprender LaTeX. Esta parte baseia-se em [parte um](/latex/overleaf-learn-latex-pt/mais-topicos/13-free-online-introduction-to-latex-part-1.md), por isso, se nunca usou LaTeX antes, talvez queira começar por trabalhar os [fundamentos do LaTeX na parte um](/latex/overleaf-learn-latex-pt/mais-topicos/13-free-online-introduction-to-latex-part-1.md).

Nesta parte, mostraremos como incluir figuras, tabelas e bibliografias nos seus documentos. Os diapositivos incluem exercícios interativos para completar no Overleaf, por isso não tem de se preocupar em instalar o LaTeX no seu computador. Em particular, esta parte do curso aborda:

* Documentos Estruturados
* Secções, Etiquetas e Referências Cruzadas
* Figuras e Tabelas em LaTeX
* Bibliografias Automáticas com BibTeX
* Pacotes LaTeX Úteis e Recursos Online

Pode [descarregue um PDF](https://www.overleaf.com/latex/learn/free-online-introduction-to-latex-part-2.pdf) ou consulte os diapositivos abaixo:

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

Estes diapositivos também foram [traduzidos para francês](http://jdleesmiller.github.io/latex-course/fr/part2.pdf) (graças a Yannis Haralambous) e [várias outras línguas](https://github.com/jdleesmiller/latex-course#translations).

## Passe para a Parte 3

Em [parte três](/latex/overleaf-learn-latex-pt/mais-topicos/15-free-online-introduction-to-latex-part-3.md), veremos como aplicar as mesmas competências para criar apresentações profissionais com o beamer e desenhos avançados com o TikZ. Vamos começar!

Procura diapositivos para o seu curso de LaTeX? Estes diapositivos são [código aberto](https://github.com/jdleesmiller/latex-course) e licenciados de forma permissiva (MIT), pelo que os pode adaptar livremente para usar nos seus próprios cursos. Desfrute! :)


---

# 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/overleaf-learn-latex-pt/mais-topicos/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.
