We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d61b406 commit bdb54c2Copy full SHA for bdb54c2
sketches/katex_editor.js
@@ -10,7 +10,7 @@ function setup() {
10
fontSize.position(width*2/3,height);
11
katexScript = createInput('\\Huge F = \\Huge G \\frac{m_{1}\\cdot{m_{2}}}{r^{2}}');
12
katexScript.position(0,height);
13
- katexScript.size(200,200);
+ katexScript.size(200,100);
14
tex = createP();
15
tex.position(width/5, height/3);
16
}
0 commit comments