tufte-latex
tufte-latex copied to clipboard
Compile error
Downloaded the template, compiled the sample-handout.tex
, and I saw the following error:
sh: kpsewhich: command not found
and this error in the logs:
ifxetex.sty error line 1 Missing number, treated as zero.
I'm using texstudio 2.10.0.
It sounds like there may be a problem with your TeX installation.
Also, please ensure you have all the required packages installed: https://github.com/Tufte-LaTeX/tufte-latex/blob/master/README.md#troubleshooting
As I dig more into this, I suspect it's got more to do with texstudio. If I start texstudio from the command line, the problem disappears. which kpsewhich
shows /Library/TeX/texbin/kpsewhich
and /Library/TeX/texbin
is on my PATH.
If you just installed texstudio (that is, if the texbin
directory was just added to your PATH
), then you might try logging out and back in again. The new path may not take effect until you start a new session.