-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.old.html
More file actions
49 lines (33 loc) · 1.27 KB
/
index.old.html
File metadata and controls
49 lines (33 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<head>
<script src="lib/jquery-1.11.1.min.js"></script>
<script src="lib/raphael.js"></script>
<script src="lib/peg.0.8.0.js"></script>
<script src="js/util.js"></script>
<script src="js/parser.js"></script>
<script src="js/simpl.js"></script>
<script src="js/equation.js"></script>
<script src="js/gui.js"></script>
<script src="js/node.js"></script>
<script src="js/tree.js"></script>
<!-- <script src="js/animate.js"></script> -->
<!-- <script src="js/event.js"></script> -->
<script src="js/main.js"></script>
<!-- <script src="js/mock.js"></script> -->
<script src="js/store.js"></script>
<!-- <script src="js/animate_a_set_along_a_path.js"></script> -->
<!-- <script src="js/make_room.js"></script> -->
<style type="text/css">
#canvas_container {
width: 500px;
border: 1px solid #aaa;
}
</style>
</head>
<body>
<input id="formula_latex" type="text" value="2*(x+y)*(a+(d+r)+g) = "></input>
<!-- <input id="formula_latex" type="text" value="(2*(x+y)*a+2*(x+y)*(d+r)+2*(x+y)*g) = "></input> -->
<input id="button" type="submit" name="button" value="Animate"/></input>
<!-- <div id="formula_latex_debug"></div> -->
<div style="background-color:white; border: 5px solid black;" id="formula_container">
</div>
</body>