# How to use KaTex Math Typesetting on our Forum

**URL:** https://forum.autonomys.xyz/t/how-to-use-katex-math-typesetting-on-our-forum/1323
**Category:** Guides and FAQs
**Tags:** guide, research
**Created:** [March 27, 2023, 8:54pm UTC](https://forum.autonomys.xyz/t/how-to-use-katex-math-typesetting-on-our-forum/1323 "2023-03-27T20:54:16Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ImmaZoni](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.autonomys.xyz/immazoni/32/7_2.png) [@ImmaZoni](https://forum.autonomys.xyz/u/ImmaZoni)
#### Post date: [March 27, 2023, 8:54pm UTC](https://forum.autonomys.xyz/t/how-to-use-katex-math-typesetting-on-our-forum/1323/1 "2023-03-27T20:54:16Z")

</div>

Due to the high level of research our researchers are doing in the forums we decided to enabled the Discourse-Math plugin which supports KaTeX syntax for math formulas and equations.

**To utilize KaTeX in the forums do the following:**

Lets use the following equation for example:

- **KaTeX Expression:** `{w^0, P_0}....{w^N, P_N}`

- **Rendered Katex Expression:** {w^0, P\_0}....{w^N, P\_N}

To enable to KaTeX plugin you will enclose the expression in `$` symbols. You can use a single `$` for inline, and double `$` for blocks, see our example below.

- This is an example of an inline formula {w^0, P\_0}....{w^N, P\_N}
  - 

```auto
This is an example of an inline formula ${w^0, P_0}....{w^N, P_N}$`

```

- This is an example of a formula Block

{w^0, P\_0}....{w^N, P\_N}

- 

```auto
$$
{w^0, P_0}....{w^N, P_N}
$$

```

You can read more about the Plugin we are using here: [Discourse Math - plugin - Discourse Meta](https://meta.discourse.org/t/discourse-math/65770)

You can read more about KaTeX here:

> **[KaTeX – The fastest math typesetting library for the web](https://katex.org/)**
>
> Simple API, no dependencies – yet super fast on all major browsers.
