On 17/10/2010 2:49 PM, Agustin Lobo wrote:
but apparently none of these environmental variables is set, i.e echo $TEXMFHOME yields a blank line.What do I have to do in order to get these environmental variables set?
Depends on your shell. Usually, a line like this in .bashrc: TEXMFHOME="$HOME/tex:$TEXMFHOME"; export TEXMFHOME -- Julien
