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

public class Figure extends Object
  • Constructor Details

    • Figure

      public Figure()
  • Method Details

    • figure

      public static ch.stegmaier.java2tex.core.GenericCommand figure()
      Figures are for material that is not part of the normal text. An example is material that you cannot have split between two pages, such as a graphic.
      See Also:
    • subfigure

      public static ch.stegmaier.java2tex.core.GenericCommand subfigure()
    • includegraphics

      public static IncludeGraphics includegraphics()
      Include a graphics file. The starred form \includegraphics* will clip the graphic to the size specified, while for the unstarred form any part of the graphic that is outside the box of the specified size will over-print the surrounding area.
      See Also: