# 数式とTeX

ドキュメントに数学の式を含めるために mathTeX フォーマットを使用できます。これは、 [KaTeX](https://katex.org/docs/supported.html) ライブラリを通じて提供しています。

また mathTeX を追加することもできます [インラインコンテンツとして](https://gitbook-v2-q67etdj25-gitbook.vercel.app/url/gitbook.com/docs/documentation/ja-gitbook-documentation/formatting/inline#math-and-tex).&#x20;

### Math & TeX ブロックの例

$$
s = \sqrt{\frac{1}{N-1} \sum\_{i=1}^N (x\_i - \overline{x})^2}
$$

### Markdownでの表現

$$f(x) = x \* e^{2 pi i \xi x}$$

```markdown
# Math and TeX ブロック

$$f(x) = x * e^{2 pi i \xi x}$$
```
