newtbl.autowidth.xml

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<refentry id="newtbl.autowidth">
  <refmeta>
    <refentrytitle>newtbl.autowidth</refentrytitle>
  </refmeta>
  <refnamediv>
    <refname><parameter>newtbl.autowidth</parameter></refname>
    <refpurpose>Table column widths sized by latex</refpurpose>
  </refnamediv>
  <refsynopsisdiv>
    <programlisting>
      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" href="syn/newtbl.autowidth.xml"/>
    </programlisting>
  </refsynopsisdiv>
  <refsection>
    <title>Description</title>
    <para>Defines if the table column widths must be automatically sized by
    latex. The allowed values are:
    <!--
                xpointer="xpointer(id('autowidth-items'))"
    -->
    <xi:include href="../tables/table.xml"
                xpointer="autowidth-items"
                xmlns:xi="http://www.w3.org/2001/XInclude" />
    </para>
    <para>The default value is empty. This is the
    same as <literal>none</literal>.</para>

    <para id="newtbl-autowidth-and-seglists">The values
    <literal>all</literal> and <literal>default</literal> have
    identical effect in the tabular presentation of
    <sgmltag>segmentedlist</sgmltag>s.
    (<sgmltag>segmentedlist</sgmltag> elements have no
    <parameter>colwidth</parameter> attribute.)</para>
  </refsection>
  <refsection>
    <title>See Also</title>
    <itemizedlist>
      <listitem><xref linkend="sec-newtbl-autowidth"/></listitem>
      <listitem><xref linkend="sec-autowidth"/></listitem>
      <listitem><xref linkend="default.table.width" /></listitem>
    </itemizedlist>
  </refsection>
</refentry>