File: layout.html

package info (click to toggle)
sasmodels 1.0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 16,488 kB
  • sloc: python: 26,277; ansic: 8,036; makefile: 150; sh: 63
file content (10 lines) | stat: -rw-r--r-- 218 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
{% extends "!layout.html" %}

{%- block extrahead %}
 <script type="text/javascript">
       MathJax.Hub.Config({
           displayAlign: "left",
           displayIndent: "2.5em"
       });
  </script>
{% endblock %}