// This script allows customisations of ASCIIMath - it must appear after the script tag
// that imports ASCIIMathML.js

// for simple symbol inclusions, use this syntax
newcommand("!<=","\u2270");
newcommand("!>=","\u2271");

// a more flexible solution is
AMsymbols = AMsymbols.concat([{input:"DD", tag:"mi", output:"d/(dr)", tex:null, ttype:DEFINITION}])

// default colour of maths
mathcolor="";
