Blame docs/pis/dblatex_autowidth.xml

Packit Service 76cb02
Packit Service 76cb02
Packit Service 76cb02
<refentry id="pi-dblatex_autowidth">
Packit Service 76cb02
  <refmeta>
Packit Service 76cb02
    <refentrytitle>dblatex autowidth</refentrytitle>
Packit Service 76cb02
  </refmeta>
Packit Service 76cb02
  <refnamediv>
Packit Service 76cb02
    <refname><sgmltag class="xmlpi">dblatex
Packit Service 76cb02
             <parameter>autowidth</parameter></sgmltag></refname>
Packit Service 76cb02
    <refpurpose>Column sizing by LaTeX in
Packit Service 76cb02
    <sgmltag>segmentedlist</sgmltag> tables</refpurpose>
Packit Service 76cb02
  </refnamediv>
Packit Service 76cb02
  <refsynopsisdiv>
Packit Service 76cb02
    <programlisting>]]></programlisting>
Packit Service 76cb02
  </refsynopsisdiv>
Packit Service 76cb02
  <refsection>
Packit Service 76cb02
    <title>Description</title>
Packit Service 76cb02
    <para>Defines, when <sgmltag>segmentedlist</sgmltag>s are presented
Packit Service 76cb02
    in tabular form, whether the column widths are automatically sized
Packit Service 76cb02
    by latex. The allowed values are:</para>
Packit Service 76cb02
    
Packit Service 76cb02
    
Packit Service 76cb02
                xpointer="autowidth-items"
Packit Service 76cb02
                xmlns:xi="http://www.w3.org/2001/XInclude" />
Packit Service 76cb02
Packit Service 76cb02
    <para>In addition to these keywords,
Packit Service 76cb02
    <parameter>autowidth</parameter> can also take for its value
Packit Service 76cb02
    keywords of the form <literal>column:
Packit Service 76cb02
    <replaceable>N</replaceable><replaceable>
Packit Service 76cb02
    ...</replaceable></literal>, where <replaceable>N</replaceable> is
Packit Service 76cb02
    the number of the column (counting from 1) which is to have its
Packit Service 76cb02
    width automatically sized.  Columns with numbers not referenced,
Packit Service 76cb02
    and not otherwise sized, will all have widths equally apportioned
Packit Service 76cb02
    from available space.</para>
Packit Service 76cb02
Packit Service 76cb02
    
Packit Service 76cb02
                xpointer="newtbl-autowidth-and-seglists"
Packit Service 76cb02
                xmlns:xi="http://www.w3.org/2001/XInclude" />
Packit Service 76cb02
Packit Service 76cb02
    <para>The <sgmltag class="xmlpi">dblatex
Packit Service 76cb02
    <parameter>autowidth</parameter></sgmltag> processing instruction
Packit Service 76cb02
    supersedes column width sizing specified by the 
Packit Service 76cb02
    linkend="default.table.width"/> parameter or 
Packit Service 76cb02
    linkend="pi-dblatex_table-width"/> processing instruction.</para>
Packit Service 76cb02
Packit Service 76cb02
    
Packit Service 76cb02
                xpointer="column-autowidth-defaults"
Packit Service 76cb02
                xmlns:xi="http://www.w3.org/2001/XInclude" />
Packit Service 76cb02
  </refsection>
Packit Service 76cb02
Packit Service 76cb02
  <refsection>
Packit Service 76cb02
    <title>Context</title>
Packit Service 76cb02
    <para>Recognized in the <sgmltag>segmentedlist</sgmltag> element.</para>
Packit Service 76cb02
  </refsection>
Packit Service 76cb02
Packit Service 76cb02
  <refsection>
Packit Service 76cb02
    <title>See Also</title>
Packit Service 76cb02
    <itemizedlist>
Packit Service 76cb02
      <listitem><xref linkend="sec-table-width" /></listitem>
Packit Service 76cb02
      <listitem><xref linkend="pi-dblatex_table-width"/></listitem>
Packit Service 76cb02
      <listitem><xref linkend="pi-dblatex_colwidth"/></listitem>
Packit Service 76cb02
      <listitem><xref linkend="segmentedlist.as.table"/></listitem>
Packit Service 76cb02
      <listitem><xref linkend="pi-dblatex_list-presentation"/></listitem>
Packit Service 76cb02
      <listitem><xref linkend="newtbl.autowidth"/></listitem>
Packit Service 76cb02
      <listitem><xref linkend="default.table.width"/></listitem>
Packit Service 76cb02
    </itemizedlist>
Packit Service 76cb02
  </refsection>
Packit Service 76cb02
</refentry>