diff options
Diffstat (limited to 'doc/index.html')
| -rw-r--r-- | doc/index.html | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html index b7003c8..d13d9be 100644 --- a/doc/index.html +++ b/doc/index.html @@ -175,7 +175,7 @@ the solver API and usage.</p> <h2>Supported Platforms<a class="headerlink" href="#supported-platforms" title="Permalink to this headline">ΒΆ</a></h2> <ul class="simple"> <li>Windows 32/64 bit</li> -<li>Linux 64 bit (tested with Ubuntu 14.04 LTS)</li> +<li>Linux 64 bit (tested with Ubuntu 16.04 LTS)</li> </ul> </div> <div class="section" id="requirements"> @@ -220,6 +220,30 @@ the solver API and usage.</p> </div> </div> </footer> + + +<script type="text/x-mathjax-config"> + MathJax.Hub.Config({ + extensions: ["tex2jax.js"], + jax: ["input/TeX", "output/HTML-CSS"], + tex2jax: { + processEscapes: true, + skipTags: ["script","noscript","style","textarea"] + }, + "HTML-CSS": { availableFonts: ["TeX"] }, + TeX: { + Macros: { + Lrg: ['\\displaystyle{#1}', 1, ""] + } + } + }); +</script> + + +<script type="text/javascript" async + src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML"> +</script> + <script> var treestatename = 'GWDocsTreeState'; var protocol = location.href.split('/')[0].toLowerCase(); |