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
|
<?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="default.table.width">
<refmeta>
<refentrytitle>default.table.width</refentrytitle>
</refmeta>
<refnamediv>
<refname><parameter>default.table.width</parameter></refname>
<refpurpose>The default width of tables</refpurpose>
</refnamediv>
<refsynopsisdiv>
<programlisting>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" href="syn/default.table.width.xml"/></programlisting>
</refsynopsisdiv>
<refsection>
<title>Description</title>
<para>If non-empty, this value will be used for the
<literal>width</literal> attribute on <tag>table</tag>s that do not specify an
alternate width (with the
<tag class="xmlpi">dblatex table-width</tag> processing instruction, or with
the <parameter>newtbl.autowidth</parameter> parameter). For more details see
<xref linkend="sec-table-width"/> and
<xref linkend="sec-autowidth"/>.</para>
</refsection>
<refsection>
<title>See Also</title>
<para><parameter>newtbl.autowidth</parameter>.</para>
</refsection>
</refentry>
|