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

# Introdução gratuita online ao LaTeX (parte 1)

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

## Parte 1: O básico

Bem-vindo à primeira parte do nosso curso online gratuito para ajudá-lo a aprender $$\mathrm\LaTeX$$. Se nunca usou o LaTeX antes, ou se já faz algum tempo e gostaria de rever os conceitos, este é o lugar para começar. Este curso fará com que você escreva LaTeX imediatamente, com exercícios interativos que podem ser concluídos online, para que você não precise fazer download e instalar o LaTeX no seu próprio computador.

Nesta parte do curso, vamos guiá-lo pelos fundamentos de como o LaTeX funciona, explicar como começar e analisar muitos exemplos. Conceitos centrais do LaTeX, como comandos, ambientes e pacotes, são introduzidos à medida que surgem. Em particular, abordaremos:

* Configurar um documento LaTeX
* Compor texto
* Lidar com erros do LaTeX
* Compor equações
* Usar pacotes LaTeX

Em [parte dois](/latex/overleaf-learn-latex-pt/mais-topicos/14-free-online-introduction-to-latex-part-2.md) e [parte três](/latex/overleaf-learn-latex-pt/mais-topicos/15-free-online-introduction-to-latex-part-3.md), vamos evoluir até à escrita de documentos estruturados e bonitos com figuras, tabelas e bibliografias automáticas, e depois mostrar-lhe como aplicar as mesmas competências para criar apresentações profissionais com o beamer e desenhos avançados com TikZ. Vamos começar!

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

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

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

Esperamos que goste de aprender LaTeX com o nosso curso. Pronto para começar a escrever? [Registe-se no Overleaf](https://www.overleaf.com/signup)—é a forma mais fácil de escrever e colaborar nos seus novos projetos LaTeX!

## Avançar para a Parte 2

Em [parte dois](/latex/overleaf-learn-latex-pt/mais-topicos/14-free-online-introduction-to-latex-part-2.md) e [parte três](/latex/overleaf-learn-latex-pt/mais-topicos/15-free-online-introduction-to-latex-part-3.md), vamos evoluir até à escrita de documentos estruturados e bonitos com figuras, tabelas e bibliografias automáticas, e depois mostrar-lhe como aplicar as mesmas competências para criar apresentações profissionais com o beamer e desenhos avançados com TikZ. Vamos começar!

Procura diapositivos para o seu curso de LaTeX? Estes diapositivos são [de código aberto](https://github.com/jdleesmiller/latex-course) e têm uma licença permissiva (MIT), por isso é livre de os remixar para usar nos seus próprios cursos. Aproveite! :)


---

# 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/13-free-online-introduction-to-latex-part-1.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.
