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 | 15 |
1 files changed, 8 insertions, 7 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 1e64ab3c2ae..d9c5f11a54c 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 @@ -7,9 +7,9 @@ the potential to appear away from where you asked for them. Therefore you have to find a means of getting the caption and other effects without allowing the figure or table to float. -<p/>The most straightforward way is to use the <i>float</i> package; it -gives you a <code>[H]</code> float placement option that prevents -floating: +<p/>The most straightforward way is to use one of the <i>float</i> or +<i>here</i> packages; they give you a <code>[H]</code> float placement +option that prevents floating: <blockquote> <pre> \begin{figure}[H] @@ -22,9 +22,9 @@ 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> since -it is, in fact, doing rather little for you. You can place your -figure as you please, with a sequence like +<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> <pre> \begin{center} @@ -63,9 +63,10 @@ command: </blockquote><p> and the sequence of float numbers is all correct. <dl> -<dt><tt><i>capt-of.sty</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/misc/capt-of.sty">macros/latex/contrib/misc/capt-of.sty</a> +<dt><tt><i>capt-of.sty</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/capt-of.zip">macros/latex/contrib/capt-of</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/capt-of/">browse the directory</a>) <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>) </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> |