I am writing a tex file in a given template. The problem that I have is with the paragraphs after figures and tables. Take a look at this code:
Code: Select all
... have been considered.
\begin{figure}
\centering
\includegraphics{./figures/AlgorithmWavelet.eps}
\caption{A wavelet decomposition ...}
\label{fig:AlgorithmWavelet}
\end{figure}
To study ...
What should I do?
If you think that having the template would help, you can find it here http://vlsi.uwindsor.ca/resources/vlsithesis.tar.gz
I appreciate your help.
ImAn