summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-textflow.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-doc/doc/english/FAQ-en/html/FAQ-textflow.html')
-rw-r--r--Master/texmf-doc/doc/english/FAQ-en/html/FAQ-textflow.html70
1 files changed, 70 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-textflow.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-textflow.html
new file mode 100644
index 00000000000..4518b668dcf
--- /dev/null
+++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-textflow.html
@@ -0,0 +1,70 @@
+<head>
+<title>UK TeX FAQ -- question label textflow</title>
+</head><body>
+<h3>Flowing text around figures in LaTeX</h3>
+<p>There are several LaTeX packages that purport to do this, but they
+all have their limitations because the TeX machine isn't really
+designed to solve this sort of problem. Piet van Oostrum has
+conducted a survey of the available packages; he recommends:
+<p><dl>
+<dt><code>floatflt</code><dd> <i>floatflt</i> is an improved version
+ (for LaTeX2e) of <i>floatfig.sty</i>, and its syntax is:
+<p><pre>
+\begin{floatingfigure}[options]{width of figure}
+ figure contents
+\end{floatingfigure}
+</pre>
+ |\end{floatingfigure}|
+<p>There is a (more or less similar) <code>floatingtable</code>
+environment.
+<p>The tables or figures can be set left or right, or alternating on
+even/odd pages in a double-sided document.
+<p>The package works with the <code>multicol</code> package, but doesn't work well
+in the neighbourhood of list environments (unless you change your
+LaTeX document).
+<dt><code>wrapfig</code><dd> <i>wrapfig</i> has syntax:
+<p><pre>
+\begin{wrapfigure}[height of figure in lines]{l|r}[overhang]{width}
+ figure, caption, etc.
+\end{wrapfigure}
+</pre>
+ |\end{wrapfigure}|
+<p> The syntax of the <code>wraptable</code> environment is similar.
+<p> Height can be omitted, in which case it will be calculated by the
+ package; the package will use the greater of the specified and the
+ actual width. The <code>{l</code><em>,</em><code>r</code><em>,etc</em>.<code>}</code> parameter can
+ also be specified as <code>i</code><em>(nside)</em> or <code>o</code><em>(utside)</em> for
+ two-sided documents, and uppercase can be used to indicate that
+ the picture should float. The overhang allows the figure to be
+ moved into the margin. The figure or table will entered into the
+ list of figures or tables if you use the <code>\</code><code>caption</code> command.
+<p> The environments do not work within list environments that end
+ before the figure or table has finished, but can be used in a
+ parbox or minipage, and in twocolumn format.
+ <dt><code>picins</code><dd> <i>Picins</i> is part of a large bundle
+ that allows inclusion of pictures (e.g., with shadow boxes,
+ various MSDOS formats, etc.). The command is:
+<p> <code>\parpic(width,height)(x-off,y-off)[Options][Position]{Picture}</code><br>
+ \emph{Paragraph text}
+<p> All parameters except the <em>Picture</em> are optional. The picture
+ can be positioned left or right, boxed with a rectangle, oval,
+ shadowbox, dashed box, and a caption can be given which will be
+ included in the list of figures.
+<p>
+
+
+
+
+<p> Unfortunately (for those of us whose understanding of German is not
+ good), the documentation is in German. Piet van Oostrum has written
+ an English summary.
+</dl>
+<dl>
+<dt><tt><i>floatflt.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/floatflt.zip">macros/latex/contrib/floatflt</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/floatflt.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/floatflt/">browse</a>)
+<dt><tt><i>picins.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/systems/msdos/picins/picins.zip">systems/msdos/picins/picins.zip</a>
+<li>[picins documentation
+ summary]<a href="ftp://cam.ctan.org/tex-archive/macros/latex209/contrib/picins/picins.txt">macros/latex209/contrib/picins/picins.txt</a>
+<dt><tt><i>wrapfig.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/wrapfig.zip">macros/latex/contrib/wrapfig</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/wrapfig.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/wrapfig/">browse</a>)
+</dl>
+<p><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=textflow">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=textflow</a>
+</body>