/usr/share/jsmath/local/macros.js is in jsmath 3.6c-1.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | /*
* 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);
//
|