Monday, 27 May 2013

How to insert text between two figures?

How to insert text between two figures?

How to insert text between two figures or images in LaTeX? I have this code
\begin{figure}[htbp]
  \centering
    \includegraphics[width=0.5\textwidth]{1.jpg}
    \caption{Resala's Donation Page.}
\end{figure}

and for the volunteering activities, they do record all their activities...

\begin{figure}[htbp]
  \centering
    \includegraphics[width=1\textwidth]{2.jpg}
    \caption{Resala's Project Page.}
\end{figure}
but what happens is the text is placed before the first image and all images are placed at the end of the page.

No comments:

Post a Comment