Class StandaloneClassOption
java.lang.Object
ch.stegmaier.java2tex.core.BaseOption<X>
ch.stegmaier.java2tex.core.OptionBuilder<StandaloneClassOption>
ch.stegmaier.java2tex.commands.registry.impl.StandaloneClassOption
public class StandaloneClassOption
extends ch.stegmaier.java2tex.core.OptionBuilder<StandaloneClassOption>
The standalone bundle allows users to easily place picture environments or other material in
own source files and compile these on their own or as part of a main document.
A special standalone class is provided for use with such files,
which by default crops the resulting output file to the content.
The standalone package enables the user to simply load the standalone files using \input inside a main document.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ch.stegmaier.java2tex.core.OptionListconvert()These options allow to enable and configure the conversion feature.Methods inherited from class ch.stegmaier.java2tex.core.OptionBuilder
end, entry, entry, entry, entry, entry, optionList, toStringMethods inherited from class ch.stegmaier.java2tex.core.BaseOption
getThis
-
Constructor Details
-
StandaloneClassOption
-
-
Method Details
-
convert
public static ch.stegmaier.java2tex.core.OptionList convert()These options allow to enable and configure the conversion feature.
-