Class NewEnvironmentMacro
java.lang.Object
org.scilab.forge.jlatexmath.NewCommandMacro
org.scilab.forge.jlatexmath.NewEnvironmentMacro
-
Field Summary
Fields inherited from class NewCommandMacro
macrocode, macroreplacement -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddNewEnvironment(String name, String begdef, String enddef, int nbArgs) static voidaddReNewEnvironment(String name, String begdef, String enddef, int nbArgs) Methods inherited from class 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
-