diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-figurehere.html')
-rw-r--r-- | Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-figurehere.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-figurehere.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-figurehere.html index d9c5f11a54c..22eae0bc774 100644 --- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-figurehere.html +++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-figurehere.html @@ -22,7 +22,7 @@ option that prevents floating: </blockquote><p> As the example shows, these <code>[H]</code> figures (and correspondingly, tables) offer all you need to cross-reference as well as typeset. -<p/>However, you don’t actually <em>have</em> to use <i>float</i> (or +<p/>However, you don’t actually <em>have</em> to use <i>float</i> (or <i>here</i>) since it is, in fact, doing rather little for you. You can place your figure as you please, with a sequence like <blockquote> @@ -40,16 +40,16 @@ simple-minded package <i>capt-of</i> or from the highly sophisticated <i>caption</i> package. <p/>Using either method, you have to deal with the possibility of the figure or table being too large for the page. (Floating objects will -float away in this circumstance; “doing it by hand”, like this, you +float away in this circumstance; “doing it by hand”, like this, you take upon yourself the responsibility for avoiding -‘<i>Overfull <code>\</code><code>vbox</code></i>’ errors. -<p/>A further problem is the possibility that such “fixed floats” will -overtake “real floats”, so that the numbers of figures will be out +‘<i>Overfull <code>\</code><code>vbox</code></i>’ errors. +<p/>A further problem is the possibility that such “fixed floats” will +overtake “real floats”, so that the numbers of figures will be out of order: figure 6 could be on page 12, while figure 5 had floated to -page 13. It’s best, therefore, either to stay with floating figures +page 13. It’s best, therefore, either to stay with floating figures throughout a document, or to use fixed figures throughout. -<p/>If it’s really impossible to follow that counsel of perfection, you -can use the <i>perpage</i> package’s command <code>\</code><code>MakeSorted</code> +<p/>If it’s really impossible to follow that counsel of perfection, you +can use the <i>perpage</i> package’s command <code>\</code><code>MakeSorted</code> command: <blockquote> <pre> @@ -67,7 +67,7 @@ and the sequence of float numbers is all correct. <dt><tt><i>caption.sty</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/caption.zip">macros/latex/contrib/caption</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/caption/">browse the directory</a>) <dt><tt><i>float.sty</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/float.zip">macros/latex/contrib/float</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/float/">browse the directory</a>) <dt><tt><i>here.sty</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/here.zip">macros/latex/contrib/here</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/here/">browse the directory</a>) -<dt><tt><i>perpage.sty</i></tt><dd>Distributed as part <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/bigfoot.zip">macros/latex/contrib/bigfoot</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/bigfoot/">browse the directory</a>) +<dt><tt><i>perpage.sty</i></tt><dd>Distributed as part <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/bigfoot.zip">macros/latex/contrib/bigfoot</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/bigfoot/">browse the directory</a>); <a href="http://www.tex.ac.uk/tex-archive/help/Catalogue/entries/perpage.html">catalogue entry</a> </dl> <p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=figurehere">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=figurehere</a> </body> |