3
Hello, a little more than a month ago I started using Latex to write my tcc, from a few days ago I started to insert figures and everything was going well, until suddenly when inserting more figures, some that were included before were unstructured. They just started skipping paragraphs, I thought maybe it was something lost in the middle of the text but I didn’t find anything like it.
I will try to explain what happens. What happens is as follows:
Source: Gonzales and Woods (2007)
[Paragraph]
[Imagery]
The image simply skips a following paragraph for no reason when it should actually appear above the source. Here is the code of 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 possible problems that would be causing this? Thanks in advance.
I already voted +1 because the answer is really very good. But it would be good to explain to the AP why these decisions (the
h
used to indicate the positioning of the figure as "here" [here], and the text "Source: ..." within the scope of the floating element). : ) P.S.: I did not understand the/the reason/need of the command\IBGEtab
.– Luiz Vieira
@Luizvieira, I saw reference to an Ibgetab in the package abntex2 (also called absurd technical norms...) that reformats the caption to conform to a norm (which in general I find ugly)...
– JJoao
Avelino, like +1
– JJoao