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 Summary

    Modifier and Type
    Method
    Description
    static ch.stegmaier.java2tex.core.GenericCommand
    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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • newline

      public static ch.stegmaier.java2tex.core.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: