Class Figure
java.lang.Object
ch.stegmaier.java2tex.commands.registry.environments.Figure
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ch.stegmaier.java2tex.core.GenericCommandfigure()Figures are for material that is not part of the normal text.static IncludeGraphicsInclude a graphics file.static ch.stegmaier.java2tex.core.GenericCommand
-
Constructor Details
-
Figure
public Figure()
-
-
Method Details
-
figure
public static ch.stegmaier.java2tex.core.GenericCommand figure()Figures are for material that is not part of the normal text. An example is material that you cannot have split between two pages, such as a graphic.- See Also:
-
subfigure
public static ch.stegmaier.java2tex.core.GenericCommand subfigure() -
includegraphics
Include a graphics file. The starred form \includegraphics* will clip the graphic to the size specified, while for the unstarred form any part of the graphic that is outside the box of the specified size will over-print the surrounding area.- See Also:
-