Class Paragraphs
java.lang.Object
ch.stegmaier.java2tex.commands.registry.Paragraphs
-
Method Summary
Modifier and TypeMethodDescriptionstatic ch.stegmaier.java2tex.core.GenericCommandnoindent()To start a paragraph without an indent, or to continue an interrupted paragraph, use \noindent.static ch.stegmaier.java2tex.core.GenericCommandp()not a standard LaTeX command, just a container for text or other commandsstatic ch.stegmaier.java2tex.core.GenericCommandtext()\text command is used to produce text-mode material (in a given font) within a mathematical expression.
-
Method Details
-
text
public static ch.stegmaier.java2tex.core.GenericCommand text()\text command is used to produce text-mode material (in a given font) within a mathematical expression. -
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:
-