Is it possible to specify a texmf directory from within a tex file? I think a project-specific way to set the TEXMFHOME environment variable, instead of within the ~/.bashrc file would work.
Motivation
I mostly use the Kile LaTeX editor on KDE, but I synchronise my TeX project tree over to other computers using git; on OSX I have MacTex installed.
I've just installed the Myriad Pro OTF font package using Michael Gährken's package, and would like this font to be used on all machines without having to edit local files and folders on each host.
TEXMFHOMEin/etc/environment(or whichever file it is that configures the global KDE environment). Would you consider this a bug/limitation of Kile? Can I defineTEXMFHOMEin a project-specific config file or something? – Alex Leach Nov 05 '12 at 12:26make. Obviously I've got to add your changes to the Makefile, but that will do :) – Alex Leach Nov 05 '12 at 13:40