I'm trying to use latexindent to clean up my code in TexStudio and I can't get it to work.
- I've installed latexindent and arara in Tex Live Utility
- I've added a User Command to TexStudio of:
/usr/texbin/arara -v -l % - At the top of my document I've written:
% arara: indent: {overwrite: yes, trace: yes}
When I run the user command, I get:
/usr/texbin/arara: line 2: kpsewhich: command not found
Error: Unable to access jarfile
Any ideas? Thanks
arara.jarin the system path? What do you get if you typearara.jar -vin the terminal? – Nov 21 '14 at 04:48arara.jarin system path. Don't ask me how, I am on windows ;) – Nov 21 '14 at 05:08