diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/FAQ-en/html/FAQ-mcfloat.html')
-rw-r--r-- | Master/texmf-doc/doc/english/FAQ-en/html/FAQ-mcfloat.html | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-mcfloat.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-mcfloat.html index 740ede66470..7f8679ff342 100644 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-mcfloat.html +++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-mcfloat.html @@ -3,24 +3,28 @@ </head><body> <h3>Floats in multicolumn setting</h3> <p>If you use +<blockquote> <pre> \begin{figure} ... \end{figure} </pre> -in a <code>multicols</code> environment, the figure won't appear. If +</blockquote><p> +in a <code>multicols</code> environment, the figure won’t appear. If instead you use +<blockquote> <pre> \begin{figure*} ... \end{figure*} </pre> +</blockquote><p> the figure will stretch right across the page (just the same as a -<code>figure*</code> in standard LaTeX's <code>twocolumn</code> option). -<p>It's possible to have single-column figures and tables with captions, -using the '<code>[H]</code>' placement option introduced by the <i>float</i> +<code>figure*</code> in standard LaTeX’s <code>twocolumn</code> option). +<p>It’s possible to have single-column figures and tables with captions, +using the ‘<code>[H]</code>’ placement option introduced by the <i>float</i> package but you might have to fiddle with the placement because they -won't 'float', and exhibit other strange behaviours (such as silently +won’t ‘float’, and exhibit other strange behaviours (such as silently running off the end of the column at the end of the <code>multicols</code> environment). <dl> |