java.lang.Object
ch.stegmaier.java2tex.commands.registry.ctan.multicol.Multicol

public class Multicol extends Object
multicol – Intermix single and multiple columns
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    static ch.stegmaier.java2tex.core.GenericCommand
    defines a columnbreak in a multicols environment
    static ch.stegmaier.java2tex.core.GenericEnvironment
    defines a multicols environment
    static ch.stegmaier.java2tex.core.GenericEnvironment
    multicols(int cols)
    defines a multicols environment with the given cols as argument

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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