Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kenmueller/ckeditor5-latex

CKEditor5 LaTeX plugin
https://github.com/kenmueller/ckeditor5-latex

Last synced: about 2 months ago
JSON representation

CKEditor5 LaTeX plugin

Awesome Lists containing this project

README

        

# CKEditor 5 LaTeX

> Inserts `\(\)` and `\[\]` surrounding the cursor for the client to insert LaTeX

## Installation

### 1.

```bash
npm i ckeditor5-latex
```

### 2.

In `ckeditor.js`:

```javascript
import Latex from 'ckeditor5-latex'
```

### 3.

Add `Latex` to `Editor.builtinPlugins`

### 4.

Add `'inlineLatex', 'centeredLatex'` to `toolbar.items`