Class Layout
java.lang.Object
ch.stegmaier.java2tex.commands.registry.environments.Layout
-
Method Summary
Modifier and TypeMethodDescriptionstatic ch.stegmaier.java2tex.core.GenericEnvironmentAn environment that creates a paragraph whose lines are flush to the right-hand margin and ragged left.static ch.stegmaier.java2tex.core.GenericEnvironmentminipage()Put contents into a box that is width wide.
-
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:
-