Show More
@@ -20,6 +20,7 IPython.mathjaxutils = (function (IPython) { | |||||
20 | tex2jax: { |
|
20 | tex2jax: { | |
21 | inlineMath: [ ['$','$'], ["\\(","\\)"] ], |
|
21 | inlineMath: [ ['$','$'], ["\\(","\\)"] ], | |
22 | displayMath: [ ['$$','$$'], ["\\[","\\]"] ], |
|
22 | displayMath: [ ['$$','$$'], ["\\[","\\]"] ], | |
|
23 | processEscapes: true, | |||
23 | processEnvironments: true |
|
24 | processEnvironments: true | |
24 | }, |
|
25 | }, | |
25 | displayAlign: 'left', // Change this to 'center' to center equations. |
|
26 | displayAlign: 'left', // Change this to 'center' to center equations. |
General Comments 0
You need to be logged in to leave comments.
Login now