table.default.tabstyle

table.default.tabstyle — Default table style to apply

Synopsis

      <xsl:param name="table.default.tabstyle"/>

Description

The parameter applies only for informaltables 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:

longtable

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.

tabular

The most usual table type. Such table can only be on a single page.

tabularx

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.