Blame docs/pis/dblatex_colwidth.xml

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