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

core_shell_microgelscostrafo411magnetic_modelrelease_v0.94release_v0.95ticket-1257-vesicle-productticket_1156ticket_1265_superballticket_822_more_unit_tests
Last change on this file since a98a2cf 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.