Skip to content

rgaiacs/CKEditor-TeXZilla

Repository files navigation

CKEditor TeXZilla Plugin

This is a plugin for CKEditor that use TeXZilla to insert MathML from TeX input.

Build

First you have to download CKEditor

$ git submodule update --init

After that just

$ make build

Install

Just

$ make deploy

To see the plugin in action, open ckeditor/plugins/texzilla/samples/index.html with a web browser that support MathML (e.g. Firefox).

Contributing

For any question or bug report you can use GitHub Issue.

And you can use GitHub Pull Request to send the code that you write.