Blame docs/params/table.in.float.xml

Packit 0f19cf
Packit 0f19cf
Packit 0f19cf
<refentry id="table.in.float">
Packit 0f19cf
  <refmeta>
Packit 0f19cf
    <refentrytitle>table.in.float</refentrytitle>
Packit 0f19cf
  </refmeta>
Packit 0f19cf
  <refnamediv>
Packit 0f19cf
    <refname><parameter>table.in.float</parameter></refname>
Packit 0f19cf
    <refpurpose>Use or emulate a float to display a formal table?</refpurpose>
Packit 0f19cf
  </refnamediv>
Packit 0f19cf
  <refsynopsisdiv>
Packit 0f19cf
    <programlisting><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" href="syn/table.in.float.xml"/></programlisting>
Packit 0f19cf
  </refsynopsisdiv>
Packit 0f19cf
  <refsection>
Packit 0f19cf
    <title>Description</title>
Packit 0f19cf
        
Packit 0f19cf
    <para id="floating_table_def">Determines whether formal tables
Packit 0f19cf
    float.  Floating tables do not necessarily appear in the output
Packit 0f19cf
    document in the location in which they appear in the DocBook
Packit 0f19cf
    input, they may move when this improves the overall document
Packit 0f19cf
    layout.  Non-floating tables always appear in the rendered
Packit 0f19cf
    document in the same place as they appear in the input DocBook
Packit 0f19cf
    document.</para>
Packit 0f19cf
Packit 0f19cf
    <para id="nonfloating_table_desc">Informal tables never float.
Packit 0f19cf
    Tables that do not float are processed using the
Packit 0f19cf
    <package>longtable</package> package.  Unlike the methods used to
Packit 0f19cf
    process floating tables, tables processed with
Packit 0f19cf
    <package>longtable</package> may span page boundaries.  Floating
Packit 0f19cf
    tables may not cross page boundaries and so may not be larger than
Packit 0f19cf
    a single page.</para>
Packit 0f19cf
Packit 0f19cf
    <para id="longtable_limits">The <package>longtable</package>
Packit 0f19cf
    package is limited in that titles must be positioned at the top of
Packit 0f19cf
    the table.  This limits the positioning of non-floating table
Packit 0f19cf
    titles to the top of the table.</para>
Packit 0f19cf
Packit 0f19cf
    <para>When <parameter>table.in.float</parameter> is
Packit 0f19cf
    <literal>0</literal> formal tables do not float.</para>
Packit 0f19cf
Packit 0f19cf
    <para>The default is <literal>1</literal>, formal tables
Packit 0f19cf
    float.</para>
Packit 0f19cf
  </refsection>
Packit 0f19cf
</refentry>