1<?php 2/** 3 * Options for the jsmath Plugin 4 */ 5// should plugin use $ to enter LaTeX mode? 6$conf['use_dollar'] = 1; 7$conf['use_rounded'] = 1; 8$conf['use_square'] = 1; 9// The full url to your jsMath or MathJax installation 10$conf['backend_url'] = 'http://cdn.mathjax.org/mathjax/latest'; 11$conf['backend'] = 'MathJax'; 12 13//Setup VIM: ex: et ts=2 enc=utf-8 : 14