Class Supertabular
java.lang.Object
ch.stegmaier.java2tex.commands.registry.ctan.supertabular.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 ch.stegmaier.java2tex.core.GenericCommandstatic ch.stegmaier.java2tex.core.GenericCommandleft()A column of left-aligned items.static ch.stegmaier.java2tex.core.GenericCommandright()A column of right-aligned items.static ch.stegmaier.java2tex.core.BaseCommandstretch()A column stretched to max table width, only in tabularX environmentstatic Tabularsupertabular environmentstatic ch.stegmaier.java2tex.core.GenericCommand
-
Method Details
-
supertabular
supertabular environment -
stretch
public static ch.stegmaier.java2tex.core.BaseCommand stretch()A column stretched to max table width, only in tabularX environment -
left
public static ch.stegmaier.java2tex.core.GenericCommand left()A column of left-aligned items. -
right
public static ch.stegmaier.java2tex.core.GenericCommand right()A column of right-aligned items. -
fixedSize
public static ch.stegmaier.java2tex.core.GenericCommand fixedSize() -
TrickSupertabularIntoMulticols
public static ch.stegmaier.java2tex.core.GenericCommand TrickSupertabularIntoMulticols()
-