You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: