On 10 May 2012 11:17, Wayne Roberts <wa...@therobertsfamily.eu> wrote:
> "Add /usr/local/texlive/2011/texmf/doc/man to MANPATH, if not > dynamically determined. > Add /usr/local/texlive/2011/texmf/doc/info to INFOPATH." > > but i dont a clue on how to do this!! > Can somebody please tell me? edit ~/.profile and add them to the existing variables... vi ~/.profile add the lines below to the end of the file: export INFOPATH=${INFOPATH}:/usr/local/texlive/2011/texmf/doc/info export MANPATH=${MANPATH}:/usr/local/texlive/2011/texmf/doc/man there should also be a note to add the installation location to PATH. Depending on where you installed the software, you'll want to do something like: export PATH=${PATH}:/usr/local/bin The /usr/local/bin bit might be different on your system - like I said it depends on where you installed the software to. -- Steve When one person suffers from a delusion it is insanity. When many people suffer from a delusion it is called religion. _______________________________________________ Mailing list: https://launchpad.net/~ubuntu-manual Post to : ubuntu-manual@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-manual More help : https://help.launchpad.net/ListHelp