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

public class Layout extends Object
  • Method Details

    • flushright

      public static ch.stegmaier.java2tex.core.GenericEnvironment flushright()
      An environment that creates a paragraph whose lines are flush to the right-hand margin and ragged left.
      See Also:
    • minipage

      public static Minipage minipage()
      Put contents into a box that is width wide. This is like a small version of a page; it can contain its own footnotes, itemized lists, etc. (There are some restrictions, including that it cannot have floats.) This box will not be broken across pages.
      See Also: