View on GitHub

TinyMCE LaTeX Plugin

A plugin to write formulae in TinyMCE through Google APIs.

Download this project as a .zip file Download this project as a tar.gz file

It does what it says: you write LaTeX code, it inserts an image rendered through Google Infographics API in your fav web rich text editor - give it a go!


Installation

Using the TinyMCE jQuery Plugin:

$('#yourTextArea').tinymce({
    ...
    // General options
    theme : "advanced",
    plugins : "autolink,lists, ... ,latex",
    ...
    // Theme options
    ...
    // Put the plugin wherever you want!
    theme_advanced_buttons2 : "...,latex,|,...",

    ...

});

You are done - go write a post about Zeta Function and Megan Fox now!