The code is as follows
\begin{figure}[h]
\centering
\includegraphics[width=0.5\linewidth]{figure}
\caption{Comparison elements in a row of $A_1$ and $B_1$}
\label{fig}
\end{figure}
The above Figure shows that ...
The above is what I usually do in Latex. But I found the text after an inserted figures always has a space at the front. Like in this case there is a white space before
The above Figure shows that ...
How to remove the white space? One solution I know is to insert "\\" ,after$\end{figure}$.
\noindent The above Figure ....? Please do not use \ (with the exception of tables) – samcarter_is_at_topanswers.xyz Oct 18 '17 at 23:13\noindent The above Figure show that …should do the trick. – Bernard Oct 18 '17 at 23:23\noindent– Taitai Oct 19 '17 at 01:24