|
|
|
|
@ -25,7 +25,9 @@ IPython.mathjaxutils = (function (IPython) {
|
|
|
|
|
processEscapes: true,
|
|
|
|
|
processEnvironments: true
|
|
|
|
|
},
|
|
|
|
|
displayAlign: 'center', // Change this to 'center' to center equations.
|
|
|
|
|
// Center justify equations in code and markdown cells. Elsewhere
|
|
|
|
|
// we use CSS to left justify single line equations in code cells.
|
|
|
|
|
displayAlign: 'center',
|
|
|
|
|
"HTML-CSS": {
|
|
|
|
|
styles: {'.MathJax_Display': {"margin": 0}}
|
|
|
|
|
}
|
|
|
|
|
|