flagrow/flarum-ext-latex

This package is abandoned and no longer maintained. The author suggests using the reflar/latex package instead.

Renders LaTeX expressions.

Installs: 855

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 1

Open Issues: 1

Type:flarum-extension

0.1.1 2016-04-01 19:50 UTC

This package is auto-updated.

Last update: 2022-02-01 12:54:45 UTC


README

Latest Stable Version License Gitter

A Flarum extension to render LaTeX expressions in your posts.

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.

It supports:

  • Inline expressions like $\sin\theta$, as well as
  • Display expressions, such as $$\frac{\cos(kx)}{\cos(x)}$$.

It also doesn't mess up with Markdown and BBCode extensions, so you can use all of them at the same time.

This is how the previous paragraph would look like:

Imgur

Install

composer require flagrow/flarum-ext-latex

Configuration

No configuration, it works out of the box.

End-user usage

Write LaTeX expressions in your post like you would in your TeX editor.

Tip

If you want to actually show the LaTeX code, you must use Markdown in the following way:

This is an expression I don't want to render
```
$$\cos(\pi) + 1 = 0$$
```
While this is going to be rendered: $yes$

Links