## Imaxes

A forma oficial é a seguinte:

```{r, echo=FALSE, fig.align='center', out.width = '200px'}
knitr::include_graphics("./img/video.png")
```

Pero podemos inserir as imaxes tamén con Latex:

\begin{center}
      \includegraphics[width=200px]{"./img/video.png"}
\end{center}  

\newpage

Nota ao marxe

\marginpar[Note 1]{
     ```{r, echo=FALSE, fig.align='center', out.width = '100px'}
     knitr::include_graphics("./img/jitsi2.png")
     ```    
}

\vspace{50mm}


See Figure \ref{figure-label}.

\begin{figure}[h]
  \caption{A figure caption above the figure.}
  \label{figure-label}
    \includegraphics[width=\textwidth]{"./img/video.png"}
  \caption*{\footnotesize\textit{A note below the table.}}
\end{figure}


\newpage




