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

Can't make on mac - Solution #53

Open samghelms opened 6 years ago

samghelms commented 6 years ago

Hi,

I'm playing around with the code on my mac, and I couldn't pdftex to compile initially because of some encoding errors.

I was able to fix them by adding these settings to my bash session (you can read about the issue here):

export LC_CTYPE=C export LANG=C I can send you a pull request if you think they would make a good addition to your makefile. Otherwise, I hope helps anyone else who comes across the same problem.