Class Linebreaking

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

public class Linebreaking extends Object
The first thing LaTeX does when processing ordinary text is to translate your input file into a sequence of glyphs and spaces. To produce a printed document, this sequence must be broken into lines (and these lines must be broken into pages).
See Also:
  • Method Details

    • newline

      public static GenericCommand newline()
      In ordinary text, this ends a line in a way that does not right-justify it, so the text before the end of line is not stretched.
      See Also: