Blame docs/xhtml/manual/table.default.tabstyle.html

Packit 0f19cf
Packit 0f19cf
Packit 0f19cf
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>table.default.tabstyle</title><link rel="stylesheet" type="text/css" href="manual.css" /><meta name="generator" content="DocBook XSL Stylesheets V1.76.1" /><link rel="home" href="index.html" title="DocBook to LaTeX Publishing" /><link rel="up" href="apas08.html" title="Tables" /><link rel="prev" href="table.default.position.html" title="table.default.position" /><link rel="next" href="table.in.float.html" title="table.in.float" /></head><body>

table.default.tabstyle

table.default.tabstyle — Default table style to apply

Synopsis

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

Description

The parameter applies only for informaltables that

Packit 0f19cf
    do not have a tabstyle attribute. With dblatex its role
Packit 0f19cf
    is to specify the latex table environment to use, so the set value must be
Packit 0f19cf
    a valid latex environment. The supported values are:
Packit 0f19cf
Packit 0f19cf

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.

Packit 0f19cf
  

</body></html>