> 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/readme.md).

# Introdução

Está com dificuldades para criar uma tabela em LaTeX? Precisa de ajuda para formatar figuras? Está no sítio certo. Desde os conceitos básicos de LaTeX até técnicas avançadas, o Overleaf tem tudo o que precisa.

## Introdução ao LaTeX

Comece com o nosso novo [curso online de LaTeX](https://learn.overleaf.com/path/novice-learning-path) concebido para principiantes absolutos no [Centro de Aprendizagem do Overleaf](https://learn.overleaf.com).

Inscreva-se gratuitamente em webinars em direto sobre o Overleaf e outros temas — consulte o nosso [Calendário de Eventos em Direto](https://learn.overleaf.com/calendar) para começar.

Consulte [Documentação do Overleaf](https://docs.overleaf.com/) para sugestões [adicionais de tutoriais](https://docs.overleaf.com/getting-started/latex-tutorials).

## guias do Overleaf

* [documentação de utilizador do Overleaf](https://docs.overleaf.com/)
* [administração de grupos do Overleaf](https://docs.overleaf.com/groups)
* [administração do Overleaf Commons](https://docs.overleaf.com/commons)
* [Overleaf instalado localmente](https://docs.overleaf.com/on-premises)
* [Centro de Aprendizagem do Overleaf](https://learn.overleaf.com/)

## Elementos essenciais do LaTeX

Consulte a nossa [lista abrangente de tópicos de LaTeX](https://www.overleaf.com/learn/latex/Contents). Algumas das páginas mais populares da nossa coleção incluem:

* [Tabelas](/latex/overleaf-learn-latex-pt/figuras-e-tabelas/01-tables.md)
* [Posicionamento de imagens e tabelas](/latex/overleaf-learn-latex-pt/figuras-e-tabelas/02-positioning-images-and-tables.md)
* [Alinhamento do texto](/latex/overleaf-learn-latex-pt/formatacao/06-text-alignment.md)
* [Lista de letras gregas e símbolos matemáticos](/latex/overleaf-learn-latex-pt/matematica/11-list-of-greek-letters-and-math-symbols.md)
* [Listas](/latex/overleaf-learn-latex-pt/nocoes-basicas-de-latex/04-lists.md)
* [Erros](/latex/overleaf-learn-latex-pt/nocoes-basicas-de-latex/05-errors.md)
* [Utilizar cores no LaTeX](/latex/overleaf-learn-latex-pt/formatacao/13-using-colors-in-latex.md)
* [Alinhamento de equações](/latex/overleaf-learn-latex-pt/matematica/06-aligning-equations-with-amsmath.md)
* [Quebras de linha e espaços em branco](/latex/overleaf-learn-latex-pt/formatacao/05-line-breaks-and-blank-spaces.md)

[Mais tópicos](https://www.overleaf.com/learn/latex/Contents)

## TeX/LaTeX avançado

O Overleaf publicou uma vasta gama de [artigos técnicos aprofundados](/latex/overleaf-learn-latex-pt/tex-latex-avancado/01-articles.md) para leitores interessados no comportamento de baixo nível dos motores TeX.


---

# 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/readme.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.
