@@ -5,6 +5,7 @@ const system = require('./inks/system.json');
55const one = require ( './inks/one.json' ) ;
66const equation = require ( './inks/equation.json' ) ;
77const equation2 = require ( './inks/equation2.json' ) ;
8+ const equation3 = require ( './inks/equation3.json' ) ;
89const hello = require ( './inks/hello.json' ) ;
910const helloHow = require ( './inks/helloHowAreYou.json' ) ;
1011const shape = require ( './inks/shape.json' ) ;
@@ -25,23 +26,23 @@ const inks = [{
2526} , {
2627 name : 'equation' ,
2728 type : 'MATH' ,
28- strokes : equation ,
29+ strokes : equation2 ,
2930 exports : {
30- LATEX : [ 'r ' , '\\sqrt {2}' , '\\sqrt ' , '\\sqrt ' ]
31+ LATEX : [ '- ' , '\\sqrt {2}' , 'r ' , '' ]
3132 }
3233} , {
3334 name : 'equation2' ,
3435 type : 'MATH' ,
3536 strokes : equation2 ,
3637 exports : {
37- LATEX : [ '- ' , '\\sqrt {2}' , 'r' , '' ]
38+ LATEX : [ '\\sqrt ' , '\\sqrt {2}' , 'r' , '' ]
3839 }
3940} , {
4041 name : 'equation3' ,
4142 type : 'MATH' ,
42- strokes : equation2 ,
43+ strokes : equation3 ,
4344 exports : {
44- LATEX : [ '\\sqrt ' , '\\sqrt {2}' , '\\sqrt ' , '' ]
45+ LATEX : [ 'y ' , 'y-' , 'y=' , 'y=3 ' , 'y=33' , 'y=3x' , 'y=3x-' , 'y=3x+' , 'y=3x+2 ']
4546 }
4647} , {
4748 name : 'system' ,
@@ -87,7 +88,7 @@ const inks = [{
8788 type : 'TEXT' ,
8889 strokes : helloHow ,
8990 exports : {
90- TEXT : [ '1 ' , '11' , 'H' , 'Hello' , 'Hello how', 'Hello how 0' , 'Hello how are' , 'Hello how are you' , 'Hello how are you?' , 'Hello how are you?' ]
91+ TEXT : [ 'hello ' , 'hello how' , 'hello how 0' , 'hello how are' , 'hello how are you' , 'hello how are you?' , 'hello how are you?' ]
9192 }
9293} , {
9394 name : 'shape' ,
0 commit comments