Package org.scilab.forge.jlatexmath
Class NewEnvironmentMacro
java.lang.Object
org.scilab.forge.jlatexmath.NewCommandMacro
org.scilab.forge.jlatexmath.NewEnvironmentMacro
-
Field Summary
Fields inherited from class org.scilab.forge.jlatexmath.NewCommandMacro
macrocode, macroreplacement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
addNewEnvironment
(String name, String begdef, String enddef, int nbArgs) static void
addReNewEnvironment
(String name, String begdef, String enddef, int nbArgs) Methods inherited from class org.scilab.forge.jlatexmath.NewCommandMacro
addNewCommand, addNewCommand, addReNewCommand, executeMacro, isMacro
-
Constructor Details
-
NewEnvironmentMacro
public NewEnvironmentMacro()
-
-
Method Details
-
addNewEnvironment
public static void addNewEnvironment(String name, String begdef, String enddef, int nbArgs) throws ParseException - Throws:
ParseException
-
addReNewEnvironment
public static void addReNewEnvironment(String name, String begdef, String enddef, int nbArgs) throws ParseException - Throws:
ParseException
-