interactive-mining/interactive-mining-3rdparty.../madis/src/docs/source/_static/jsMath/local/macros.js

18 lines
465 B
JavaScript
Executable File

/*
* local/macros.js
*
* Use jsMath.Macro() to declare your own local macro definitions here,
* and add "local/macros.js" to the loadFiles array in easy/load.js so
* that they will be loaded automatically when jsMath is used.
*
* See http://www.math.union.edu/locate/jsMath/authors/macros.html
* for details on defining macros for jsMath.
*/
//
// Examples:
//
// jsMath.Macro('R','{\\bf R}');
// jsMath.Macro('red','\\color{red}{#1}',1);
//