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 140 forks source link

Make worker path configurable #29

Closed xylo04 closed 9 years ago

xylo04 commented 9 years ago

This is a proposed fix for #27. It's not as elegant as trying to detect where pdftex.js is being served, but it's simple and doesn't assume a web context. If the path is left out, root is assumed.

manuels commented 9 years ago

thanks!