Hello, a little over a month I started to use the Latex to write my tcc, from a few days to now I started to insert figures and everything was going well, until suddenly I inserted more figures, some that were included before became unstructured. They just started to skip paragraphs, I thought maybe it was some \ lost in the middle of the text but I did not find anything like it.
I will try to explain what happens. What happens is as follows:
Source: Gonzales and woods (2007)
[Paragrafo]
[Image]
The image simply skips a next paragraph without reason when it should actually appear on top of the font. Here is the code from the figure below:
\begin{figure}[!htb]
\caption{Exemplo de Histograma de uma imagem em escala de cinza.}
\centering
\includegraphics[width=9.5cm]{Figuras/Figura_3_ExemploHistograma.png} \
\end{figure}
Fonte: Gonzalez e Woods (2007). \
Would anyone know of any issues that might be causing this? Thanks in advance.