0
Hi, I’m starting to work on Latex and I found a problem I can’t solve. When inserting a picture in Latex everything is fine, however, before the image (in pdf) appears her name, disturbing the text and getting misaligned. Below is the line of code used and the result.
Code:
\begin{figure}[!h]
\includegraphics[scale=0.6]{imagens/Questionario Flipped Classroom.pdf}
\caption{Tabela com os resultados obtidos através de um questionário respondido pelos alunos que frequentaram a metodologia ativa de Flipped Classroom}
\label{fig: quest fc}
\end{figure}
Upshot:
Tries to put in the file name:
imagens/"Questionario Flipped Classroom".pdf
, with the quotation marks.– Woss
So neither the image appears, only a text written the line of code and a square.
– Angelo Ramos
And if you "put everything inside the quotes"?
– CypherPotato