Class Supertabular
java.lang.Object
ch.stegmaier.java2tex.commands.registry.environments.Supertabular
The package was a predecessor of longtable; the newer package (designed on quite different principles)
is easier to use and more flexible, in many cases, but supertabular retains its usefulness in a few situations
where longtable has problems.
-
Method Summary
Modifier and TypeMethodDescriptionstatic GenericCommandstatic GenericCommandleft()A column of left-aligned items.static GenericCommandright()A column of right-aligned items.static BaseCommandstretch()A column stretched to max table width, only in tabularX environmentstatic Tabularsupertabular environmentstatic GenericCommand
-
Method Details
-
supertabular
supertabular environment -
stretch
A column stretched to max table width, only in tabularX environment -
left
A column of left-aligned items. -
right
A column of right-aligned items. -
fixedSize
-
TrickSupertabularIntoMulticols
-