java.lang.Object
ch.stegmaier.java2tex.commands.registry.Spaces

public class Spaces extends Object
LaTeX has many ways to produce white space, or filled space. Some of these are best suited to mathematical text; for these see Spacing in math mode.
See Also:
  • Method Details

    • hfill

      public static GenericCommand hfill()
      Produce a rubber length which has no natural space but that can stretch horizontally as far as needed. The \hfill command is equivalent to \hspace{\fill} and so the space can be discarded at line breaks.
      See Also:
    • nbs

      public static BaseCommand nbs()
      Non Breaking Space
    • vspace

      public static GenericCommand vspace()
      Add the vertical space length. The length can be positive, negative, or zero. It is a rubber length—it may contain a plus or minus component
      See Also:
    • vfill

      public static GenericCommand vfill()
      End the current paragraph and insert a vertical rubber length that is infinite, so it can stretch or shrink as far as needed.
      See Also:
    • fill

      public static GenericCommand fill()
      Produce a rubber length which has no natural space but that can stretch horizontally as far as needed.
      See Also: