I would like to add a custom folder into the search path of TexStudio on OS X Yosemite for using custom packages. Is it possible to do so in a way that it would work when compiling LaTeX documents from GUI?
I think it might be possible to do so by changing $TEXINPUTS environment variable, but I do not know how to manage this approach.
- Do I have to change this variable every time before running TexStudio?
- If yes, is it possible to append corresponding command to one of the execution commands in the configurations of TexStudio?
$TEXINPUTSand similar. Setting environment variables in OS X? – Johannes_B May 06 '15 at 08:32