##// END OF EJS Templates
Fixed mathjax inline.
damianavila -
Show More
@@ -32,6 +32,21 b''
32 </div>
32 </div>
33 <!-- End of social buttons -->
33 <!-- End of social buttons -->
34
34
35 <!-- MathJax configuration -->
36 <script type="text/x-mathjax-config">
37 MathJax.Hub.Config({
38 tex2jax: {
39 inlineMath: [ ['$','$'], ["\\(","\\)"] ],
40 displayMath: [ ['$$','$$'], ["\\[","\\]"] ]
41 },
42 displayAlign: 'center', // Change this to 'center' to center equations.
43 "HTML-CSS": {
44 styles: {'.MathJax_Display': {"margin": 0}}
45 }
46 });
47 </script>
48 <!-- End of mathjax configuration -->
49
35 <script src="reveal/lib/js/head.min.js"></script>
50 <script src="reveal/lib/js/head.min.js"></script>
36
51
37 <script src="reveal/js/reveal.min.js"></script>
52 <script src="reveal/js/reveal.min.js"></script>
@@ -54,7 +69,6 b''
54 { src: 'reveal/plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } },
69 { src: 'reveal/plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } },
55 { src: 'notes/notes.js', async: true, condition: function() { return !!document.body.classList; } },
70 { src: 'notes/notes.js', async: true, condition: function() { return !!document.body.classList; } },
56 { src: 'http://s7.addthis.com/js/300/addthis_widget.js', async: true},
71 { src: 'http://s7.addthis.com/js/300/addthis_widget.js', async: true},
57 { src: 'js/revealmathjax.js', async: true},
58 { src: 'js/mathjax-onload.js', async: true}
72 { src: 'js/mathjax-onload.js', async: true}
59 ]
73 ]
60 });
74 });
@@ -3841,6 +3841,31 b' X07vG9Z4QUTEBQ4dOkRpaSklJSVnnQPx/xV9BfkfDyZLAAAAAElFTkSuQmCC'
3841 </section>
3841 </section>
3842 </div></div>
3842 </div></div>
3843
3843
3844 <!-- Social buttons -->
3845 <div class="addthis_toolbox addthis_floating_style addthis_32x32_style" style="left:20px;top:20px;">
3846 <a class="addthis_button_twitter"></a>
3847 <a class="addthis_button_google_plusone_share"></a>
3848 <a class="addthis_button_linkedin"></a>
3849 <a class="addthis_button_facebook"></a>
3850 <a class="addthis_button_more"></a>
3851 </div>
3852 <!-- End of social buttons -->
3853
3854 <!-- MathJax configuration -->
3855 <script type="text/x-mathjax-config">
3856 MathJax.Hub.Config({
3857 tex2jax: {
3858 inlineMath: [ ['$','$'], ["\\(","\\)"] ],
3859 displayMath: [ ['$$','$$'], ["\\[","\\]"] ]
3860 },
3861 displayAlign: 'center', // Change this to 'center' to center equations.
3862 "HTML-CSS": {
3863 styles: {'.MathJax_Display': {"margin": 0}}
3864 }
3865 });
3866 </script>
3867 <!-- End of mathjax configuration -->
3868
3844 <script src="reveal/lib/js/head.min.js"></script>
3869 <script src="reveal/lib/js/head.min.js"></script>
3845
3870
3846 <script src="reveal/js/reveal.min.js"></script>
3871 <script src="reveal/js/reveal.min.js"></script>
@@ -3862,8 +3887,8 b' dependencies: ['
3862 { src: 'reveal/plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
3887 { src: 'reveal/plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
3863 { src: 'reveal/plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } },
3888 { src: 'reveal/plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } },
3864 { src: 'notes/notes.js', async: true, condition: function() { return !!document.body.classList; } },
3889 { src: 'notes/notes.js', async: true, condition: function() { return !!document.body.classList; } },
3865 { src: 'https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS_HTML', async: true },
3890 { src: 'http://s7.addthis.com/js/300/addthis_widget.js', async: true},
3866 { src: 'js/revealmathjax.js', async: true}
3891 { src: 'js/mathjax-onload.js', async: true}
3867 ]
3892 ]
3868 });
3893 });
3869 </script>
3894 </script>
1 NO CONTENT: file was removed
NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now