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

Fix RangeErrors when trying to pack large final files. #25

Closed xylo04 closed 9 years ago

xylo04 commented 9 years ago

This is a potential fix to https://github.com/manuels/texlive.js/issues/18. The default demo wasn't working for me without this change, it was just silently getting to the end of compiling and then seemingly sat there.

xylo04 commented 9 years ago

Per discussion on #18, this should use chunking instead of one-by-one.

manuels commented 9 years ago

Merged. Thanks @xylo04.