Class Figure
java.lang.Object
ch.stegmaier.java2tex.commands.registry.environments.Figure
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GenericCommandfigure()Figures are for material that is not part of the normal text.static IncludeGraphicsInclude a graphics file.static GenericCommand
-
Constructor Details
-
Figure
public Figure()
-
-
Method Details
-
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
-
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:
-