メインコンテンツまでスキップ

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 f ⁣:[a,b]Rf\colon[a,b] \to \R be Riemann integrable. Let F ⁣:[a,b]RF\colon[a,b]\to\R be F(x)=axf(t)dtF(x)=\int_{a} {x} f(t)\,dt. Then FF is continuous, and at all xx such that ff is continuous at xx, FF is differentiable at xx with F(x)=f(x)F'(x)=f(x).

ブロック

数式ブロックまたはディスプレイモードには、改行と $$ を使用します。

$$
I = \int_0^{2\pi} \sin(x)\,dx
$$
I=02πsin(x)dxI = \int_0 {2\pi} \sin(x)\,dx

詳細については、KaTeXのドキュメントを参照してください。