__init__(self,
label=None,
caption=None,
caption_short=None,
spacing=True,
longtable=False)
(Constructor)
| source code
|
Set up the table container.
- Parameters:
label (str) - The unique label of the table. This is used to identify tables,
and is also used in the table referencing in the LaTeX
compilation of the user manual.
caption (str) - The caption for the table.
caption_short (str) - The optional short caption for the table, used in the LaTeX user
manual list of tables section for example.
spacing (bool) - A flag which if True will cause empty rows to be placed between
elements.
longtable (bool) - A special LaTeX flag which if True will cause the longtables
package to be used to spread a table across multiple pages. This
should only be used for tables that do not fit on a single page.
- Overrides:
object.__init__
|