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 54dabd4 commit 1598c9aCopy full SHA for 1598c9a
demo/node/build3d.js
@@ -59,4 +59,7 @@ latex.fTextAlign = 22;
59
latex.fTextColor = 3;
60
latex.fTextSize = 10;
61
62
-await test3d(latex, '', 'TLatex drawing', 1742042);
+await test3d(latex, '', 'TLatex integral and sqrt drawing', 1742042);
63
+
64
+latex.fTitle = 'F(t) = #sum_{i=-#infty}^{#infty}A(i)cos#[]{#frac{i}{t+i}}';
65
+await test3d(latex, '', 'TLatex infinity drawing', 975933);
0 commit comments