Class Multicol
java.lang.Object
ch.stegmaier.java2tex.commands.registry.ctan.multicol.Multicol
multicol – Intermix single and multiple columns
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic ch.stegmaier.java2tex.core.GenericCommanddefines a columnbreak in a multicols environmentstatic ch.stegmaier.java2tex.core.GenericEnvironmentdefines a multicols environmentstatic ch.stegmaier.java2tex.core.GenericEnvironmentmulticols(int cols) defines a multicols environment with the given cols as argument
-
Method Details
-
multicols
public static ch.stegmaier.java2tex.core.GenericEnvironment multicols()defines a multicols environment -
multicols
public static ch.stegmaier.java2tex.core.GenericEnvironment multicols(int cols) defines a multicols environment with the given cols as argument -
columnbreak
public static ch.stegmaier.java2tex.core.GenericCommand columnbreak()defines a columnbreak in a multicols environment
-