mathlive
mathlive copied to clipboard
Disabling certain latex functionality
For our application we need to disable certain latex commands, but i can't find anything in the documentation. Is this possible? Or how should i go about it.
You can disable some LaTeX commands by redefining them as custom macros:
mf.setOptions({
macros: {
...mf.getOptions('macros'),
alpha: '\\colorbox{red}{error}',
},
})
No activity in a while. Closing.