With latex, I am not able to compile a single document. I always get the message
Can't find “kpsewhich” on PATH.
Theme: The current PATH is:
/usr/bin /bin /usr/sbin /sbin /Users/chrisp/Library/Application Support/TextMate/Managed/Bundles/Bundle Support.tmbundle/Support/shared/bin Please add the directory containing “kpsewhich” to PATH in TextMate's Shell Variables preferences.
How could I solve this issue? Thanks, Christian
On 14 Dec 2011, at 21:11, Christian Pleul wrote:
How could I solve this issue?
I think that I solved this by adding a new PATH. Go into Preferences > Variables, then add a new variable. Give it the name “PATH” and the Value
/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/texbin
then it should work. I don’t remember what it was that triggered it, but I have a feeling this was it.
If the Value above isn’t correct, then look in TextMate 1: Preferences > Advanced > Shell Variables, and the Value is taken from PATH there (if it’s different for your system).
Hope this helps,
— Alex
On 14.12.2011, at 22:17, Alex Chan wrote:
On 14 Dec 2011, at 21:11, Christian Pleul wrote:
How could I solve this issue?
I think that I solved this by adding a new PATH. Go into Preferences > Variables, then add a new variable. Give it the name “PATH” and the Value
/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/texbin
then it should work. I don’t remember what it was that triggered it, but I have a feeling this was it.
If the Value above isn’t correct, then look in TextMate 1: Preferences > Advanced > Shell Variables, and the Value is taken from PATH there (if it’s different for your system).
Hope this helps,
— Alex
That helped quite well. Thanks!