Enable automatic line breaks in MathJax.

Brian E. Granger 13 years ago
parent 418b44ccff
commit 3ef9498d2f

@ -27,7 +27,8 @@ IPython.mathjaxutils = (function (IPython) {
},
displayAlign: 'left', // Change this to 'center' to center equations.
"HTML-CSS": {
styles: {'.MathJax_Display': {"margin": 0}}
styles: {'.MathJax_Display': {"margin": 0}},
linebreaks: { automatic: true }
}
});
MathJax.Hub.Configured();

Loading…
Cancel
Save