I have an algorithm description that takes up an entire image. However, when compiling my latex document, the algorithm and subsequent images following it are pushed to the end of the document. I don't mind the size of the algorithm, but I would like to put in the page immediately preceding the page having the description or after. Any suggestions? I have tried [!h] as suggested in some other related post. But it does not help.
Asked
Active
Viewed 35 times
1
[p]option? – Charles Staats Mar 06 '14 at 16:43[!h]is almost certain to take a float to the end of the document Its main effect is to not allow latex to put it at the top, bottom of a text page, or on a float page, which gives it rather few places it can go. – David Carlisle Mar 06 '14 at 16:46pis allowed by default so simpler (and usually better) is not to use the option at all – David Carlisle Mar 06 '14 at 16:51