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

public class Layout extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static ch.stegmaier.java2tex.core.GenericEnvironment
    An environment that creates a paragraph whose lines are flush to the right-hand margin and ragged left.
    static ch.stegmaier.java2tex.core.GenericEnvironment
    Put contents into a box that is width wide.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 ch.stegmaier.java2tex.core.GenericEnvironment 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: