You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1.0.0: Adiciona apresentação do minicurso e atualiza README
- Organiza apresentação Beamer em pasta dedicada (apresentacao-minicurso/)
- Atualiza badges com SIEEL e IEEE
- Melhora seção de contatos com links reais
- Adiciona foto e links dos autores
- Corrige formatação de código e estrutura
- Documenta apresentação usada no IEEE 2024 e SIEEL 2025
*Um guia prático e acessível para dominar LaTeX e Overleaf*
11
15
@@ -65,13 +69,45 @@ O livro está organizado em capítulos progressivos, cobrindo desde fundamentos
65
69
66
70
---
67
71
72
+
## 🎤 Apresentação do Minicurso
73
+
74
+
A apresentação em **Beamer** utilizada durante o minicurso está disponível no repositório! Ela contém slides sobre todos os tópicos abordados, exemplos práticos e exercícios.
75
+
76
+
### 📂 Conteúdo da Apresentação
77
+
78
+
| Seção | Tópico |
79
+
|-------|--------|
80
+
| 1️⃣ | Introdução ao LaTeX |
81
+
| 2️⃣ | Tipos de Documentos |
82
+
| 3️⃣ | Formatação de Texto |
83
+
| 4️⃣ | Tabelas, Figuras e Matemática |
84
+
| 5️⃣ | Bibliografia e Citações |
85
+
| 6️⃣ | Modelos e Relatórios |
86
+
| 7️⃣ | Exercícios Práticos |
87
+
| 8️⃣ | Dúvidas e Dicas Finais |
88
+
| 9️⃣ | Convite Sanca Week |
89
+
90
+
### 🎨 Como Usar a Apresentação
91
+
92
+
**No seu computador:**
93
+
```bash
94
+
cd apresentacao-minicurso
95
+
pdflatex main.tex
96
+
```
97
+
98
+
**No Overleaf:**
99
+
- Faça upload da pasta `apresentacao-minicurso/` completa
100
+
- Compile o `main.tex`
101
+
102
+
---
103
+
68
104
## 🚀 Como Usar
69
105
70
106
### Opção 1: Compilar Localmente
71
107
72
108
Você pode compilar o documento LaTeX localmente no seu computador:
**The Overleafify Project** is a practical and accessible guide to LaTeX and Overleaf, developed as teaching material for a minicourse at **SIEEL** and **IEEE Student Branch USP São Carlos**. This book empowers students and researchers to produce high-quality academic and technical documents, from beginner to advanced level.
289
+
290
+
### 📖 Overview
291
+
292
+
This comprehensive guide covers everything from basic concepts like document structure and text formatting to advanced topics including tables, images, mathematical expressions, bibliographies, and graphics. Additionally, it explores creating professional presentations with **Beamer** and customizing layouts for specific project needs. With practical examples, exercises, and useful tips, this guide aims to help newcomers master these tools efficiently, making scientific documentation clearer, more organized, and aesthetically appealing.
293
+
294
+
### 🎯 Objectives
295
+
296
+
- ✅ Introduce fundamental LaTeX concepts
297
+
- ✅ Provide practical exercises to consolidate learning
298
+
- ✅ Demonstrate real applications in academic documents
299
+
- ✅ Teach professional presentation creation with Beamer
300
+
- ✅ Enable autonomous production of technical documents
301
+
302
+
### 📚 Book Contents
303
+
304
+
The book is organized in progressive chapters, covering from fundamentals to advanced techniques:
| 2️⃣ |**Text Formatting**| Fonts, styles, lists, and alignment |
310
+
| 3️⃣ |**Tables**| Creating and formatting professional tables |
311
+
| 4️⃣ |**Image Manipulation**| Insertion, positioning, and references |
312
+
| 5️⃣ |**Mathematical Expressions**| Equations, symbols, and math environments |
313
+
| 6️⃣ |**Bibliographies & Citations**| Reference management with BibTeX |
314
+
| 7️⃣ |**Professional Layouts**| Customization and advanced templates |
315
+
| 8️⃣ |**Graphics & Diagrams**| TikZ and data visualization |
316
+
| 9️⃣ |**Beamer (Presentations)**| Professional slides in LaTeX |
317
+
318
+
### 📦 Additional Content
223
319
224
-
**The Overleafify Project** is an introductory and accessible guide to LaTeX and Overleaf, developed as teaching material for a minicourse at SIEEL and IEEE Student Branch USP São Carlos. This book covers everything from basic document structure to advanced topics like mathematical expressions, bibliographies, professional layouts, and Beamer presentations.
320
+
-**Preface**: Project context and motivation
321
+
-**Introduction**: TeX vs LaTeX, WYSIWYG vs WYSIWYM
322
+
-**Appendix**: Complementary resources and references
323
+
-**Practical examples**: Ready-to-use code
324
+
-**Solved exercises**: Material for guided practice
225
325
226
-
### Key Features
326
+
### 🎯 Who Is This For?
227
327
228
-
-📖 Comprehensive guide from beginner to advanced
229
-
-💡 Practical exercises in every chapter
230
-
-🎨 Real-world academic examples
231
-
-🆓 Free and open access
232
-
-🇧🇷 Written in Brazilian Portuguese
328
+
-📚 **University students** starting with academic writing
329
+
-🔬 **Researchers** producing papers and theses
330
+
-👨🎓 **Undergraduate research students** learning technical documentation
331
+
-💼 **Professionals** working with technical documentation
332
+
-🎓 **Anyone** interested in learning LaTeX from scratch
233
333
234
-
### Contents
334
+
### 🌟 Key Features
235
335
236
-
9 progressive chapters covering:
237
-
- Document types and structure
238
-
- Text formatting
239
-
- Tables and figures
240
-
- Mathematical expressions
241
-
- Bibliography management
242
-
- Professional layouts
243
-
- Graphics and diagrams
244
-
- Beamer presentations
336
+
| Feature | Description |
337
+
|---------|-------------|
338
+
| 📘 **Didactic**| Accessible and progressive language |
339
+
| 💡 **Practical**| Hands-on exercises in each chapter |
340
+
| 🎨 **Visual**| Visual examples and well-formatted content |
341
+
| 🆓 **Free**| Open and freely accessible material |
342
+
| 🇧🇷 **Portuguese**| Content in Brazilian Portuguese |
343
+
| ⚡ **Complete**| From basics to advanced in one guide |
\usepackage{tabularx} % Tabelas com largura ajustável
12
+
13
+
\usepackage{xspace} % Carrega o pacote xspace, que insere automaticamente um espaço após macros
14
+
\newcommand{\LaTeXcmd}{\LaTeX\xspace} % Define \LaTeXcmd como um atalho para \LaTeX, e usa \xspace para adicionar um espaço quando o próximo caractere for alfanumérico, evitando precisar escrever {} ou \, toda vez.
15
+
\newcommand{\TeXcmd}{\TeX\xspace} % Define \TeXcmd análogo a \LaTeXcmd, mas para o logo \TeX.
0 commit comments