I always use floats for figures, tables, graphs, and any other object that is not part of the text. LaTeX do a really good job. Normally I put the definition when i use a withe line (after the paragraph that contains the reference to the float). It is correct? Where we have to put float definition (after the reference with input, at the end of the sentence, ...) to have the best positioning of float (decided by LaTeX, without options like h, b, ... that i never use)?
|
|
|||||||
|
|
The most natural place is probably to put the float definition at exactly the point of first reference. If I understand you correctly you are placing the float definition after the paragraph containing the first reference. That has the advantage of making the source text a bit more readable as the paragraph text is not broken by the
The disadvantage of always putting the float definition at the end of a paragraph is that LaTeX never moves floats forward more than the top of the page that contains the point of definition, so if you have a long paragraph with |
||||
|
|