Hello,
When I invoke the "Documentation for Package" command of the Latex Bundle, I get the Packages Browser and My Packages, but clicking on the links in the packages browser does not open the linked pdf documents. The path to the help documents seems to be ok: Inspecting the elements (eg the mhchem package yields the correct path to the document (/usr/local/texlive/2013/texmf-dist/doc/latex/mhchem/mhchem.pdf).
Could the path to the Document viewer (DocView.sh) be broken ?
Greetings, Christof
On Dec 5, 2013, at 6:04 AM, Christof Janssen christof.janssen@upmc.fr wrote:
When I invoke the "Documentation for Package" command of the Latex Bundle, I get the Packages Browser and My Packages, but clicking on the links in the packages browser does not open the linked pdf documents. The path to the help documents seems to be ok: Inspecting the elements (eg the mhchem package yields the correct path to the document (/usr/local/texlive/2013/texmf-dist/doc/latex/mhchem/mhchem.pdf).
Could the path to the Document viewer (DocView.sh) be broken ?
Just corrected this and pushed the change, your bundle should update within a few hours.
The issue was that we sourced a bash_init file for commands run in the web view in 1.x that changed the PATH, in 2.0 we no longer do this so the PATH had to be given explicitly.