Math equations
数式はKaTeXを使用してレンダリングできます。
使用方法
CMSからKaTeXを使用するには、文字列を Passthrough コンポーネントに埋め込みます。トピックを編集するときにインラインで表示される 概要(Summary) を含めることができます。
インライン
$ の間にLaTeX式を記述して、インライン数式を記述します。
Let $f\colon[a,b]\to\R$ be Riemann integrable. Let $F\colon[a,b]\to\R$ be
$F(x)=\int_{a}^{x} f(t)\,dt$. Then $F$ is continuous, and at all $x$ such that
$f$ is continuous at $x$, $F$ is differentiable at $x$ with $F'(x)=f(x)$.
Let be Riemann integrable. Let be . Then is continuous, and at all such that is continuous at , is differentiable at with .
ブロック
数式ブロックまたはディスプレイモードには、改行と $$ を使用します。
$$
I = \int_0^{2\pi} \sin(x)\,dx
$$
詳細については、KaTeXのドキュメントを参照してください。