🌱 [LaTeX] Introdução ao LaTeX e Overleaf | Formatação de Figuras | Aula 03

🌱 [LaTeX] Introdução ao LaTeX e Overleaf | Formatação de Figuras | Aula 03

How to Insert Figures in LaTeX

Introduction to the Lesson

  • The instructor, Professor Jacqueline Silva, introduces the topic of inserting figures into a LaTeX document and encourages viewers to like and subscribe.
  • Viewers are advised to watch the previous lesson for foundational knowledge before proceeding with today's topic.

Setting Up for Inserting Figures

  • To insert figures, it is essential to include the graphicx package in the LaTeX document preamble; without it, figure insertion will not function.
  • The command beginfigure is introduced as part of creating a figure environment where images can be placed.

Adding and Formatting Figures

  • The command includegraphicsmarca.png is used to specify which image file to include. Adjustments can be made for size using options like [width=2cm].
  • Centering an image can be achieved by wrapping it with begincenter ... endcenter commands.

Captioning and Labeling Figures

  • A caption for the figure can be added using captionlogomarca da Jaqueline, which automatically numbers the figure.
  • The use of label... allows users to reference figures later in their text easily, enhancing organization when multiple figures are present.

Referencing Figures within Text

  • To reference a labeled figure, one uses ref..., allowing seamless integration of references throughout the document.
  • This method ensures that even if figures are rearranged or added later, references remain accurate without manual updates.

Uploading Custom Images

  • Instructions on uploading custom images into LaTeX are provided; users must drag files into their working environment or upload them directly.
  • Renaming uploaded images is possible through interface options for easier identification within documents.

Finalizing Figure Insertion

  • After uploading an image named "imagem.png," users learn how to adjust its size again using width specifications (e.g., [width=5cm]).
  • Captions can also be applied similarly as before, ensuring each new figure maintains proper labeling and numbering conventions.

Referencing Figures in Text

Creating References to Figures

  • The speaker emphasizes the importance of labeling figures correctly, specifically mentioning "leblon fig 02" as a preferred label for clarity.
  • A demonstration is provided on how to reference figures within text, highlighting that the speaker prefers figure 2 over figure 1 and shows how to implement this in writing.
  • The process involves marking the figure and then making references throughout the text, which enhances readability and comprehension.
  • The speaker expresses hope that learners find this method enjoyable and engaging, indicating a focus on user-friendly techniques in academic writing.
  • Future lessons will cover integrating mathematical elements with figures and formatting text, suggesting an expansion of skills beyond just referencing.
Video description

🌱 [LaTeX] Introdução ao LaTeX e Overleaf | Formatação de Figuras | Aula 03 Inscreva-se no canal :-) http://bit.ly/PJInscrever Alô você! Introdução ao LaTeX e Overleaf | Formatação de Figuras | Aula 03 Este vídeo apresenta noções e conceitos iniciais de como inserir uma figura em LaTeX usando o Overleaf. Você vai aprender a colocar uma figura em um documento LaTeX, colocar uma legenda nesta figura e a colocar uma marca nessa figura de forma que possa fazer referência sobre ela ao longo do texto em LaTeX. O único pacote usado neste vídeo que não foi mencionado nas aulas anteriores é o "graphicx" e o comando para inserí-lo está logo abaixo desta descrição. Espero que vocês gostem! Boa aula! Ajude a quem te ajuda. Faça uma doação para este canal! CHAVE PIX: profajaquesilva@gmail.com ========================================================================== 🔴 Compartilha este video https://youtu.be/cEZz44QGY0c ========================================================================== 🔴 Assista também https://youtu.be/Y1vdXYttLSA ========================================================================== 🔴 Playlist de LaTeX https://youtube.com/playlist?list=PLb735fZHArLaD_RFIiNQx7_WHSnhdy60e ==========================================================================_______________________________________________________________ Link para entrar no Overleaf em Português e criar uma conta de usuário. https://pt.overleaf.com ____________________________________________________ Copie este cabeçalho e cole em seu projeto: \documentclass[12pt,a4]{article} \usepackage[utf8]{inputenc} %Pacote para acentuação \usepackage[portuguese,brazilian]{babel} \usepackage[lmargin=3cm,tmargin=3cm,rmargin=2cm,bmargin=2cm]{geometry} %Formato que lembra a ABNT \usepackage[T1]{fontenc} %Ajusta o texto que vem de outras fontes \usepackage{amsmath,amsthm,amsfonts,amssymb,dsfont,mathtools,blindtext} %pacotes matemáticos ____________________________________________________ Pacote incrementado e usado nesta aula: \usepackage{graphicx} ____________________________________________________ Estrutura para inserir uma Figura: % \begin{figure}[ht] \centering \includegraphics[scale=0.85]{marca.png} \caption{\small Working Schedule} \label{CPropAss} \end{figure} \begin{figure}[ht]\centering\includegraphics[scale=0.85]{marca.png}\caption{\small Working Schedule}\label{CPropAss}\end{figure} \begin{figure}[ht]\centering\includegraphics[scale=0.85]{marca.png}\caption{\small Working Schedule}\label{CPropAss}\end{figure} \begin{figure}[ht]\centering\includegraphics[scale=0.85]{marca.png}\caption{\small Working Schedule}\label{CPropAss}\end{figure} \begin{figure}[ht] \centering \includegraphics[scale=0.85]{marca.png} \caption{\small Working Schedule} \label{CPropAss} \end{figure} \begin{figure}[ht] \centering \includegraphics[scale=0.85]{marca.png} \caption{\small Working Schedule} \label{CPropAss} \end{figure} \begin{figure}[ht] \centering \includegraphics[scale=0.85]{marca.png} \caption{\small Working Schedule} \label{CPropAss} \end{figure} \begin{figure}[ht] \centering \includegraphics[scale=0.85]{marca.png} \caption{\small Working Schedule} \label{CPropAss} \end{figure} % ____________________________________________________ Aula de Noção de Limites: https://goo.gl/3TbVbS Ajude a colocar legendas em inglês neste canal: https://goo.gl/JKMgz9 Playlist de Cálculo: https://goo.gl/T4sBZD Playlist sobre Limites: https://goo.gl/uVxL27 Playlist de Pré Calculo: https://goo.gl/TVK2zo Playlist de Introdução ao LaTeX e Overleaf https://youtu.be/Y1vdXYttLSA Playlist de Sequências e Séries https://youtu.be/4kIFJdbW-SQ Playlist da OBMEP https://youtu.be/BHeIA2dwSXA #LaTeX #overleaftutorial #latextcc #overleaftcc #Overleaf #latextutorial