Wednesday, January 6, 2010

On Latex, how do you force writing typed below a figure appear below the figure in the output?

Like when the figure's so big that it has to appear on the next page, and the stuff written after it actually appears before it, on the previous page?On Latex, how do you force writing typed below a figure appear below the figure in the output?
The easiest way would be to add the [h] tag on the figure, so when you declare it you'd type something like:





\begin{figure}[h]


\centering


\includegraphics


\end{figure}





The [h] means ';HERE'; so your figure will appear between whatever you meant to go before and after it as it is in the .tex source.
  • lenders
  • No comments:

    Post a Comment