We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2cfff07 + 0fec0be commit 1a9928eCopy full SHA for 1a9928e
tools/tests/CSS Reference.ipynb
@@ -8160,13 +8160,26 @@
8160
]
8161
},
8162
{
8163
- "cell_type": "code",
8164
- "execution_count": null,
8165
- "metadata": {
8166
- "collapsed": false
8167
- },
8168
- "outputs": [],
8169
- "source": []
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "## Maths elements\n",
+ "$number = 1$\n",
+ "\n",
+ "$$numbercenter = 5$$\n",
8170
8171
+ "$$fraction = \\frac{1}{3}$$\n",
8172
8173
+ "$$root = \\sqrt{4}$$\n",
8174
8175
+ "$$logfunction = \\log(10)$$\n",
8176
8177
+ "$$binomial = \\binom{5}{2}$$\n",
8178
8179
+ "$$CircleArea = \\pi \\times r ^2$$\n",
8180
8181
+ "$$\\bar x = \\frac{1}{n} (\\sum_{i=1}^n x_i) = \\frac{x_1 + x_2 + ... +x_n}{n}$$"
8182
+ ]
8183
}
8184
],
8185
"metadata": {
0 commit comments