Enable automatic line breaks in MathJax.

This commit is contained in:
Brian E. Granger 2013-09-25 19:29:55 -07:00
parent 418b44ccff
commit 3ef9498d2f

View File

@ -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();