<?php
/**
 * Options for the jsmath Plugin
 */
// should plugin use $ to enter LaTeX mode?
$conf['use_dollar'] = 1;
$conf['use_rounded'] = 1;
$conf['use_square'] = 1;
// The full url to your jsMath or MathJax installation
$conf['backend_url'] = 'http://cdn.mathjax.org/mathjax/latest';
$conf['backend'] = 'MathJax';

//Setup VIM: ex: et ts=2 enc=utf-8 :
