source: sasmodels/doc/_templates/layout.html @ ccbbc3b

Last change on this file since ccbbc3b was a98a2cf, checked in by Paul Kienzle <pkienzle@…>, 8 years ago

left align math equations in html

  • Property mode set to 100644
File size: 218 bytes
Line 
1{% extends "!layout.html" %}
2
3{%- block extrahead %}
4 <script type="text/javascript">
5       MathJax.Hub.Config({
6           displayAlign: "left",
7           displayIndent: "2.5em"
8       });
9  </script>
10{% endblock %}
Note: See TracBrowser for help on using the repository browser.