Blame docs/pis/dblatex_colwidth.xml

Packit 0f19cf
Packit 0f19cf
Packit 0f19cf
<refentry id="pi-dblatex_colwidth">
Packit 0f19cf
  <refmeta>
Packit 0f19cf
    <refentrytitle>dblatex colwidth</refentrytitle>
Packit 0f19cf
  </refmeta>
Packit 0f19cf
  <refnamediv>
Packit 0f19cf
    <refname><sgmltag class="xmlpi">dblatex
Packit 0f19cf
             <parameter>colwidth</parameter></sgmltag></refname>
Packit 0f19cf
    <refpurpose>Specifies a column width for
Packit 0f19cf
    <sgmltag>segmentedlist</sgmltag>s presented as tables</refpurpose>
Packit 0f19cf
  </refnamediv>
Packit 0f19cf
  <refsynopsisdiv>
Packit 0f19cf
    <programlisting>]]></programlisting>
Packit 0f19cf
  </refsynopsisdiv>
Packit 0f19cf
  <refsection>
Packit 0f19cf
    <title>Description</title>
Packit 0f19cf
    <para>Specifies a column width for the columns of a
Packit 0f19cf
    <sgmltag>segmentedlist</sgmltag> when presented as a table.  (See
Packit 0f19cf
    <xref linkend="segmentedlist.as.table"/>.)  This is the width of the
Packit 0f19cf
    cell content and does not include inter-cell spacing.</para>
Packit 0f19cf
Packit 0f19cf
    <para>The <parameter>colwidth</parameter> attribute may take any
Packit 0f19cf
    of the <sgmltag>colspec</sgmltag>'s
Packit 0f19cf
    <parameter>colwidth</parameter> attribute's values.  These
Packit 0f19cf
    are:</para>
Packit 0f19cf
Packit 0f19cf
    <itemizedlist>
Packit 0f19cf
      <listitem>
Packit 0f19cf
        <para>A valid TeX length (e.g. 4cm).</para>
Packit 0f19cf
      </listitem>
Packit 0f19cf
      <listitem>
Packit 0f19cf
        <para>A proportional width specification of the form
Packit 0f19cf
        <replaceable>N</replaceable><literal>*</literal>, where
Packit 0f19cf
        <replaceable>N</replaceable>is a positive integer.</para>
Packit 0f19cf
      </listitem>
Packit 0f19cf
      <listitem>
Packit 0f19cf
        <para>A combination of the above
Packit 0f19cf
        (e.g. <literal>3*+1cm</literal>).  Spaces are not
Packit 0f19cf
        allowed.</para>
Packit 0f19cf
      </listitem>
Packit 0f19cf
      <listitem>
Packit 0f19cf
        <para>Any of the keywords allowed the 
Packit 0f19cf
        linkend="default.table.width"/> parameter:
Packit 0f19cf
        <literal>autowidth.default</literal>,
Packit 0f19cf
        <literal>autowidth.all</literal>, and
Packit 0f19cf
        <literal>autowidth.none</literal>.  The first two,
Packit 0f19cf
        <literal>autowidth.default</literal> and
Packit 0f19cf
        <literal>autowidth.none</literal>, have the same meaning --
Packit 0f19cf
        LaTeX determines the width of the column based on the width of
Packit 0f19cf
        the widest cell value.  <literal>autowidth.none</literal>
Packit 0f19cf
        means the same as <quote><literal>*</literal></quote>,
Packit 0f19cf
        proportional spacing.</para>
Packit 0f19cf
      </listitem>
Packit 0f19cf
    </itemizedlist>
Packit 0f19cf
Packit 0f19cf
    <para>The <sgmltag class="xmlpi">dblatex
Packit 0f19cf
    <parameter>colwidth</parameter></sgmltag> processing instruction supersedes
Packit 0f19cf
    any column width specified by the 
Packit 0f19cf
    linkend="default.table.width"/> parameter or 
Packit 0f19cf
    linkend="pi-dblatex_table-width"/> processing instruction.</para>
Packit 0f19cf
Packit 0f19cf
    <para id="column-autowidth-defaults">The default depends on
Packit 0f19cf
    whether the overall table width is specified.  When there is no
Packit 0f19cf
    fixed table width columns default to the LaTeX default, the width
Packit 0f19cf
    of the widest cell.  This is the default when no parameters or
Packit 0f19cf
    processing instructions are used.  When a fixed table width is
Packit 0f19cf
    specified the default is <quote><literal>*</literal></quote>,
Packit 0f19cf
    proportional spacing.</para>
Packit 0f19cf
  </refsection>
Packit 0f19cf
Packit 0f19cf
  <refsection>
Packit 0f19cf
    <title>Context</title>
Packit 0f19cf
    <para>Recognized in the <sgmltag>segtitle</sgmltag> element.</para>
Packit 0f19cf
  </refsection>
Packit 0f19cf
Packit 0f19cf
  <refsection>
Packit 0f19cf
    <title>See Also</title>
Packit 0f19cf
    <itemizedlist>
Packit 0f19cf
      <listitem><xref linkend="sec-table-width" /></listitem>
Packit 0f19cf
      <listitem><xref linkend="pi-dblatex_table-width"/></listitem>
Packit 0f19cf
      <listitem><xref linkend="segmentedlist.as.table"/></listitem>
Packit 0f19cf
      <listitem><xref linkend="pi-dblatex_list-presentation"/></listitem>
Packit 0f19cf
      <listitem><xref linkend="newtbl.autowidth"/></listitem>
Packit 0f19cf
      <listitem><xref linkend="default.table.width"/></listitem>
Packit 0f19cf
    </itemizedlist>
Packit 0f19cf
  </refsection>
Packit 0f19cf
</refentry>