Package org.scilab.forge.jlatexmath
Class NewCommandMacro
java.lang.Object
org.scilab.forge.jlatexmath.NewCommandMacro
- Direct Known Subclasses:
NewEnvironmentMacro
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
addNewCommand
(String name, String code, int nbargs) static void
addNewCommand
(String name, String code, int nbargs, String def) static void
addReNewCommand
(String name, String code, int nbargs) executeMacro
(TeXParser tp, String[] args) static boolean
-
Field Details
-
macrocode
-
macroreplacement
-
-
Constructor Details
-
NewCommandMacro
public NewCommandMacro()
-
-
Method Details
-
addNewCommand
- Throws:
ParseException
-
addNewCommand
public static void addNewCommand(String name, String code, int nbargs, String def) throws ParseException - Throws:
ParseException
-
isMacro
-
addReNewCommand
-
executeMacro
-