manuels / texlive.js

Compiling LaTeX (TeX live) in your browser
http://manuels.github.com/texlive.js/
GNU General Public License v2.0
1.25k stars 139 forks source link

Integrate with Etherpad Lite #5

Closed JohnMcLear closed 11 years ago

JohnMcLear commented 11 years ago

It'd be cool if this could easily be added in to Etherpad Lite

This is an enhancement / feature request

http://etherpad.org/

manuels commented 11 years ago

Indeed, this is a great idea. I think integration would be quite easy since you just have to add a button to etherpad's UI and run some JS code. I'll have a look at the etherpad plugin API

JohnMcLear commented 11 years ago

Awesome :)

waldyrious commented 11 years ago

:+1:

flosse commented 11 years ago

+1

manuels commented 11 years ago

I've been playing around with etherpad-lite, but I somehow there seems to be a bug in my client-side code.

 Failed to load 'ep_latex/client_main:documentReady' for 'ep_latex/LaTeX/client_hooks/documentReady': Error: The module at "ep_latex/client_main" does not exist. 

If you can figure out what is wrong, you'll get a gold star ;) Find the repo here: https://github.com/manuels/ep_latex

manuels commented 11 years ago

I just commited a proof of concept to https://github.com/manuels/ep_latex If you run into trouble, feel free to open a bug report there.

Since this issue is not directly related to texlive.js I will close this one now.