aboutsummaryrefslogtreecommitdiff
path: root/doc/index.html
diff options
context:
space:
mode:
authorMiles Macklin <[email protected]>2018-03-19 15:10:24 +1300
committerMiles Macklin <[email protected]>2018-03-19 15:10:24 +1300
commit8ee05c79ae1748ef132a12e4fb0af284899faec6 (patch)
tree82bd5aa1892e28ce7886b6cfeafe66a47ff38e67 /doc/index.html
parentFlex 1.2 (beta 2) (diff)
downloadflex-8ee05c79ae1748ef132a12e4fb0af284899faec6.tar.xz
flex-8ee05c79ae1748ef132a12e4fb0af284899faec6.zip
Flex 1.2.0 release
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html26
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();