diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dpfloat.html')
-rw-r--r-- | Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dpfloat.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dpfloat.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dpfloat.html new file mode 100644 index 00000000000..3ee1b5e839d --- /dev/null +++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dpfloat.html @@ -0,0 +1,31 @@ +<head> +<title>UK TeX FAQ -- question label dpfloat</title> +</head><body> +<h3>Facing floats on 2-page spread</h3> +<p>If a pair of floats are to be forced to form a 2-page spread (in a +book, or whatever), the first must lie on the left side of the spread, +on an even-numbered page. The <i>dpfloat</i> package provides for +this: the construction to use is: +<blockquote> +<pre> +\begin{figure}[p] + \begin{leftfullpage} + <left side figure> + \end{leftfullpage} +\end{figure} +\begin{figure}[p] + \begin{fullpage} + <right side figure> + \end{fullpage} +\end{figure} +</pre> +</blockquote> +The construction has no effect unless the standard class option +<code>twoside</code> is in effect. +<p>Full documentation of the package (such as it is) is to be found in +<i>README.dpfloat</i> +<dl> +<dt><tt><i>dpfloat.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/dpfloat.zip">macros/latex/contrib/dpfloat</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/dpfloat.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/dpfloat/">browse</a>) +</dl> +<p><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=dpfloat">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=dpfloat</a> +</body> |