##// END OF EJS Templates
Fixing comments on equation justification.
Brian E. Granger -
Show More
@@ -25,7 +25,9 IPython.mathjaxutils = (function (IPython) {
25 processEscapes: true,
25 processEscapes: true,
26 processEnvironments: true
26 processEnvironments: true
27 },
27 },
28 displayAlign: 'center', // Change this to 'center' to center equations.
28 // Center justify equations in code and markdown cells. Elsewhere
29 // we use CSS to left justify single line equations in code cells.
30 displayAlign: 'center',
29 "HTML-CSS": {
31 "HTML-CSS": {
30 styles: {'.MathJax_Display': {"margin": 0}}
32 styles: {'.MathJax_Display': {"margin": 0}}
31 }
33 }
@@ -12,7 +12,6 div.output_area {
12 .rendered_html {
12 .rendered_html {
13 // Inside a CodeCell, elements are left justified
13 // Inside a CodeCell, elements are left justified
14 table {
14 table {
15 // Center tables horizontally
16 margin-left: 0;
15 margin-left: 0;
17 margin-right: 0;
16 margin-right: 0;
18 }
17 }
General Comments 0
You need to be logged in to leave comments. Login now