Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/displayModelFrame.html @ 13944

Last change on this file since 13944 was 13933, checked in by mkommend, 8 years ago

#2243: Deleted old MathJax version from extlibs, adapted displayModelFrame.html and tex exporter to work with new MathJax version.

File size: 1.5 KB
Line 
1<!-- this file is derived from sample_tex.html from the MathJax distribution -->
2<!-- Copyright (c) 2010-2015 The MathJax Consortium -->
3<!-- adapted by HEAL for HeuristicLab-->
4<!DOCTYPE html>
5<html>
6<head>
7    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
8    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
9    <meta name="viewport" content="width=device-width, initial-scale=1">
10
11    <!-- title change by HEAL -->
12    <title>Symbolic Expression Tree</title>
13
14    <script type="text/x-mathjax-config">
15        MathJax.Hub.Config({
16        extensions: ["tex2jax.js", "TeX/AMSmath.js", "TeX/AMSsymbols.js"],
17        jax: ["input/TeX","output/SVG"],
18        tex2jax: {inlineMath: [["$","$"],["\\(","\\)"]]},
19        "HTML-CSS": {preferredFont: "STIX-Web"},
20        MathMenu: { showLocale:false},
21        imageFont: null
22        });
23    </script>
24
25    <script type="text/javascript" async
26            src="./MathJax/MathJax.js?config=TeX-AMS_SVG&locale=en">
27    </script>
28</head>
29<body id="body">
30    <noscript>
31        <div style="color: #CC0000; text-align: center">
32            <b>
33                Warning: <a href="http://www.mathjax.org/">MathJax</a> requires JavaScript to process
34                the mathematics on this page.<br />
35                If your browser supports JavaScript, be sure it is enabled.
36            </b>
37        </div>
38        <hr>
39    </noscript>
40    <p id="model">
41    </p>
42</body>
43</html>
Note: See TracBrowser for help on using the repository browser.