added LaTeXMathML files
[lambda.git] / jsMath / local / macros.js
1 /*
2  *  local/macros.js
3  *
4  *  Use jsMath.Macro() to declare your own local macro definitions here,
5  *  and add "local/macros.js" to the loadFiles array in easy/load.js so 
6  *  that they will be loaded automatically when jsMath is used.
7  *  
8  *  See http://www.math.union.edu/locate/jsMath/authors/macros.html
9  *  for details on defining macros for jsMath.
10  */
11
12 //
13 //   Examples:
14 // 
15 // jsMath.Macro('R','{\\bf R}');
16 // jsMath.Macro('red','\\color{red}{#1}',1);
17 //