Class FigurePlacement

java.lang.Object
ch.stegmaier.java2tex.commands.parameters.FigurePlacement

public class FigurePlacement extends Object
  • Method Details

    • exactHere

      public static BaseCommand exactHere()
      Places the float at precisely the location in the LaTeX code. Requires the float package,[1] i.e., \\usepackage{float}.
    • override

      public static BaseCommand override()
      Override internal parameters LaTeX uses for determining "good" float positions.
    • page

      public static BaseCommand page()
      Put on a special page for floats only.
    • bottom

      public static BaseCommand bottom()
      Position at the bottom of the page.
    • top

      public static BaseCommand top()
      Position at the top of the page.
    • here

      public static BaseCommand here()
      Place the float here, i.e., approximately at the same point it occurs in the source text (however, not exactly at the spot)