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

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