java.lang.Object
ch.stegmaier.java2tex.commands.registry.ctan.supertabular.Supertabular

public class Supertabular extends Object
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.
See Also:
  • Method Details

    • supertabular

      public static Tabular 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()
      See Also: