Class Paragraphs

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

public class Paragraphs extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static ch.stegmaier.java2tex.core.GenericCommand
    To start a paragraph without an indent, or to continue an interrupted paragraph, use \noindent.
    static ch.stegmaier.java2tex.core.GenericCommand
    p()
    not a standard LaTeX command, just a container for text or other commands

    Methods inherited from class java.lang.Object

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

    • p

      public static ch.stegmaier.java2tex.core.GenericCommand p()
      not a standard LaTeX command, just a container for text or other commands
    • noindent

      public static ch.stegmaier.java2tex.core.GenericCommand noindent()
      To start a paragraph without an indent, or to continue an interrupted paragraph, use \noindent.
      See Also: