flagrow/flarum-ext-latex
, (*1)
A Flarum extension to render LaTeX expressions in your posts., (*2)
Features
With flagrow-ext-latex you can render LaTeX mathematical expressions inside your forum just by typing them, in the same way you would do your TeX document., (*3)
It supports:
- Inline expressions like $\sin\theta$
, as well as
- Display expressions, such as $$\frac{\cos(kx)}{\cos(x)}$$
., (*4)
It also doesn't mess up with Markdown and BBCode extensions, so you can use all of them at the same time., (*5)
This is how the previous paragraph would look like:, (*6)
, (*7)
Install
composer require flagrow/flarum-ext-latex
Configuration
No configuration, it works out of the box., (*8)
End-user usage
Write LaTeX expressions in your post like you would in your TeX editor., (*9)
Tip
If you want to actually show the LaTeX code, you must use Markdown in the following way:, (*10)
This is an expression I don't want to render
```
$$\cos(\pi) + 1 = 0$$
```
While this is going to be rendered: $yes$
Links