table.default.tabstyle
— Default table style to apply
<xsl:param name="table.default.tabstyle"/>
The parameter applies only for informaltable
s that
do not have a tabstyle
attribute. With dblatex its role
is to specify the latex table environment to use, so the set value must be
a valid latex environment. The supported values are:
The default table type used by dblatex, in order to be able to split over several pages. When the parameter is empty and no tabstyle attribute is defined, it is the applied value.
The most usual table type. Such table can only be on a single page.
An advanced table type that allows to stretch column widths to the available remained page width. Such table can only be on a single page.